Oleksii Sholik
Oleksii Sholik
Limitations of this POC: * The serevr translates the type `vector(N)` to `TEXT(N)` when building SQLite migrations from the Postgres schema. * It doesn't validate dimensions for incoming values. So...
Without this, the line emits a warning when compiled with Elixir 1.17
Without an explicit step this emits a warning in Elixir 1.17.
**Describe the bug** The function call `public_key:cacerts_load()` may return `undefined` if it does not find certificates at default OS locations. This is by design as can be seen in the...
This involves at least two things: 1. Electric should be able to start streaming using an older timeline, then switch to the current one 2. Electric should identify transactions that...
https://github.com/electric-sql/electric/pull/1511 added a test for idempotent processing of repeat transactions in our current shape storage implementation. That, however, does not cover the case where another storage implementation is introduced which...
Postgres' [point-in-time-recovery](https://www.postgresql.org/docs/current/continuous-archiving.html) capability allows it to be restored from backup to a state that precedes the state it had prior to the recovery. This creates a potentially catastrophic problem for...
On Discord, we're seeing people ask similar questions regarding the local-first or offline capabilities of Electric Next, how to sync data to a local database, what clients are supported, etc....
Just for completeness' sake and since it's not that much work, we can support all comparison predicates described in [Section 9.2](https://www.postgresql.org/docs/current/functions-comparison.html#FUNCTIONS-COMPARISON-PRED-TABLE) of the official Postgre docs. - [ ] `x...