Matt Wonlaw

Results 107 issues of Matt Wonlaw

Postgres connections have an option to convert bigints to strings (bigIntMode): https://www.atdatabases.org/docs/pg-options SQLite needs the same -- otherwise 64bit integers are getting truncated.

bug
SQLite

If not all peers are trusted, how can we ensure their changes are rejected? --- https://martin.kleppmann.com/papers/bft-crdt-papoc22.pdf

priority:low

https://github.com/tantaman/aphrodite/commit/570574b77ab5459bcc6aace5e40ba7dd3668a52b

bug

https://braid.org/demo/interact

So users can understand if all clauses are optimized or not. Log a warning when a non-optimized query is run against a dataset of >1k rows.

perf
devx

interesting discussion at 45 min and beyond: https://museapp.com/podcast/56-sync/ https://adamwulf.me/2022/04/atomic-attributes-in-local-first-sync/ https://www.datomic.com/ Potential route to have a single table in sqlite that contains all the atoms of the application. - The benefit...

The client facing API always presents the right generics. Internal to the framework they aren't always correct, however. The problem has to do with queries being able to return different...

priority:low

in SQLExpression.ts

query-layer
priority:high

See linked project description