Commit ac4d295
Daniele Briggi
feat: missing includes
1 parent 1585b10 commit ac4d295
2 files changed
Lines changed: 5 additions & 2 deletions
Submodule sqlite-sync updated 60 files
- .devcontainer/devcontainer.json+17
- .github/workflows/main.yml+3
- .gitignore-1
- .vscode/launch.json+37
- AGENTS.md+574
- CLAUDE.md+175
- CODEX.md+39
- Makefile+30-8
- POSTGRESQL.md+270
- docker/Makefile.postgresql+352
- docker/README.md+346
- docker/postgresql/Dockerfile+46
- docker/postgresql/Dockerfile.debug+80
- docker/postgresql/Dockerfile.supabase+86
- docker/postgresql/cloudsync.control+22
- docker/postgresql/docker-compose.asan.yml+8
- docker/postgresql/docker-compose.debug.yml+58
- docker/postgresql/docker-compose.yml+51
- docker/postgresql/init.sql+10
- plans/PG_CLOUDSYNC_CHANGES_COL_VALUE_BYTEA.md+104
- plans/POSTGRESQL_IMPLEMENTATION.md+583
- plans/TODO.md+79
- src/cloudsync.c+1.3k-2.2k
- src/cloudsync.h+105-7
- src/cloudsync_endian.h+99
- src/cloudsync_private.h-55
- src/database.h+153
- src/dbutils.c+210-879
- src/dbutils.h+17-42
- src/network.c+220-132
- src/network.h+6
- src/network.m+3-2
- src/network_private.h+3-2
- src/pk.c+284-144
- src/pk.h+12-14
- src/postgresql/cloudsync--1.0.sql+260
- src/postgresql/cloudsync_postgresql.c+2.3k
- src/postgresql/database_postgresql.c+2.4k
- src/postgresql/pgvalue.c+168
- src/postgresql/pgvalue.h+43
- src/postgresql/postgresql_log.h+27
- src/postgresql/sql_postgresql.c+393
- src/sql.h+69
- src/sqlite/cloudsync_changes_sqlite.c+101-33
- src/sqlite/cloudsync_changes_sqlite.h+21
- src/sqlite/cloudsync_sqlite.c+1.1k
- src/sqlite/cloudsync_sqlite.h+19
- src/sqlite/database_sqlite.c+972
- src/sqlite/sql_sqlite.c+270
- src/utils.c+53-73
- src/utils.h+44-47
- src/vtab.h-18
- test/integration.c+99-5
- test/postgresql/01_unittest.sql+285
- test/postgresql/02_2db_roundtrip.sql+18
- test/postgresql/03_3db_multiple_roundtrip.sql+290
- test/postgresql/03_3db_multiple_roundtrip_debug.sql+376
- test/postgresql/helper_psql_conn_setup.sql+11
- test/postgresql/smoke_test.sql+31
- test/unit.c+471-241
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | 22 | | |
24 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
25 | 28 | | |
26 | 29 | | |
27 | 30 | | |
| |||
0 commit comments