Commit 75a2b04
2 files changed
+2
-2
lines changedSubmodule sqlite-sync updated 46 files
- .claude/commands/stress-test-sync-sqlitecloud.md+192
- .claude/commands/test-sync-roundtrip-sqlitecloud-rls.md+468
- .claude/commands/test-sync-roundtrip-supabase-rls.md+51-39
- .claude/commands/test-sync-roundtrip-supabase.md+41-19
- API.md+57-27
- CHANGELOG.md+50
- PERFORMANCE.md+190
- README.md+48-19
- docker/Makefile.postgresql+3-1
- docs/Network.md-8
- docs/postgresql/CLIENT.md+8-8
- docs/postgresql/RLS.md+192
- docs/postgresql/SUPABASE.md+1-1
- examples/simple-todo-db/README.md+9-9
- examples/sport-tracker-app/.env.example+2-3
- examples/sport-tracker-app/src/db/sqliteSyncOperations.ts+4-4
- examples/to-do-app/.env.example+3-4
- examples/to-do-app/components/SyncContext.js+8-4
- examples/to-do-app/hooks/useCategories.js+4-4
- plans/BATCH_MERGE_AND_RLS.md+166
- plans/ISSUE_POSTGRES_SCHEMA.md-73
- plans/ISSUE_WARNING_resource_was_not_closed.md-64
- plans/PG_CLOUDSYNC_CHANGES_COL_VALUE_BYTEA.md-104
- plans/POSTGRESQL_IMPLEMENTATION.md-583
- plans/TODO.md+2-79
- src/cloudsync.c+413-103
- src/cloudsync.h+9-15
- src/database.h+5-6
- src/jsmn.h+471
- src/network.c+432-234
- src/network.m+10-54
- src/network_private.h+6-4
- src/pk.c+10-1
- src/pk.h+2
- src/postgresql/cloudsync_postgresql.c+15-3
- src/postgresql/database_postgresql.c+169-45
- src/sqlite/cloudsync_sqlite.c+16-1
- src/sqlite/database_sqlite.c+128-22
- test/integration.c+42-13
- test/postgresql/27_rls_batch_merge.sql+356
- test/postgresql/28_db_version_tracking.sql+275
- test/postgresql/29_rls_multicol.sql+435
- test/postgresql/30_null_prikey_insert.sql+68
- test/postgresql/31_alter_table_sync.sql+383
- test/postgresql/full_test.sql+6
- test/unit.c+288-202
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments