|
|
|
|
|
by hugodutka
953 days ago
|
|
We have run into queries that corrupted the database client-side, but fortunately that doesn't propagate into postgres itself. In that case we had to drop the client-side db and resync from a clean state. The corruption was also caught by sqlite itself - it threw a "malformed disk image" error and stopped responding to any further queries. Also bugs around syncing some kinds of data - one bug that's already been fixed was that floats without decimal points would not get synced. https://github.com/electric-sql/electric/issues/506 In general electric's team is very responsive and fixes bugs when we bring them up. |
|
[1] - https://github.com/vlcn-io/js/issues/31#issuecomment-1785296...