Commit e8b813c
Submodule sqlite-sync updated 35 files
- .claude/commands/test-sync-roundtrip-rls.md+532
- .github/workflows/main.yml+32-3
- .gitignore+2-1
- README.md+1-1
- docker/Makefile.postgresql+15-15
- docs/postgresql/CLIENT.md+1-2
- docs/postgresql/EXPO.md+64
- examples/to-do-app/components/TaskRow.js+1-1
- examples/to-do-app/hooks/useCategories.js+13-6
- examples/to-do-app/package.json+18-5
- examples/to-do-app/plugins/CloudSyncSetup.js+15-2
- examples/to-do-app/screens/Home.js+1-1
- src/cloudsync.c+129-29
- src/cloudsync.h+4-1
- src/database.h+2-2
- src/dbutils.c+4-1
- src/dbutils.h+1
- src/postgresql/cloudsync--1.0.sql+30
- src/postgresql/cloudsync_postgresql.c+206-2
- src/postgresql/database_postgresql.c+148-30
- src/postgresql/sql_postgresql.c+8
- src/sql.h+1
- src/sqlite/cloudsync_sqlite.c+70-1
- src/sqlite/database_sqlite.c+198-30
- src/sqlite/sql_sqlite.c+8
- test/postgresql/01_unittest.sql+1-1
- test/postgresql/20_init_with_existing_data.sql+298
- test/postgresql/21_null_value_sync.sql+194
- test/postgresql/22_null_column_roundtrip.sql+347
- test/postgresql/23_uuid_column_roundtrip.sql+359
- test/postgresql/24_nullable_types_roundtrip.sql+495
- test/postgresql/25_boolean_type_issue.sql+241
- test/postgresql/26_row_filter.sql+105
- test/postgresql/full_test.sql+7
- test/unit.c+1.4k-11
| 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