Commit 963f404
Submodule sqlite-sync updated 52 files
- .github/workflows/main.yml+6-1
- CHANGELOG.md+12
- Package.swift+2-2
- src/cloudsync.c+11-7
- src/cloudsync.h+2-2
- src/dbutils.c+1-1
- src/postgresql/cloudsync_postgresql.c+1-1
- src/sqlite/cloudsync_sqlite.c+1-1
- test/postgresql/01_unittest.sql+3-3
- test/postgresql/02_roundtrip.sql+1-1
- test/postgresql/03_multiple_roundtrip.sql+3-3
- test/postgresql/04_colversion_skew.sql+3-3
- test/postgresql/05_delete_recreate_cycle.sql+3-3
- test/postgresql/06_out_of_order_delivery.sql+3-3
- test/postgresql/07_delete_vs_update.sql+3-3
- test/postgresql/08_resurrect_delayed_delete.sql+3-3
- test/postgresql/09_multicol_concurrent_edits.sql+3-3
- test/postgresql/10_empty_payload_noop.sql+3-3
- test/postgresql/11_multi_table_multi_columns_rounds.sql+9-9
- test/postgresql/12_repeated_table_multi_schemas.sql+2-2
- test/postgresql/13_per_table_schema_tracking.sql+8-8
- test/postgresql/14_datatype_roundtrip.sql+2-2
- test/postgresql/15_datatype_roundtrip_unmapped.sql+2-2
- test/postgresql/16_composite_pk_text_int_roundtrip.sql+2-2
- test/postgresql/17_uuid_pk_roundtrip.sql+2-2
- test/postgresql/18_bulk_insert_performance.sql+2-2
- test/postgresql/19_uuid_pk_with_unmapped_cols.sql+2-2
- test/postgresql/20_init_with_existing_data.sql+2-2
- test/postgresql/21_null_value_sync.sql+2-2
- test/postgresql/22_null_column_roundtrip.sql+2-2
- test/postgresql/23_uuid_column_roundtrip.sql+2-2
- test/postgresql/24_nullable_types_roundtrip.sql+2-2
- test/postgresql/25_boolean_type_issue.sql+2-2
- test/postgresql/28_db_version_tracking.sql+4-4
- test/postgresql/30_null_prikey_insert.sql+1-1
- test/postgresql/31_alter_table_sync.sql+8-8
- test/postgresql/32_block_lww.sql+2-2
- test/postgresql/33_block_lww_extended.sql+2-2
- test/postgresql/34_block_lww_advanced.sql+7-7
- test/postgresql/35_block_lww_edge_cases.sql+4-4
- test/postgresql/36_block_lww_round3.sql+16-16
- test/postgresql/37_block_lww_round4.sql+15-15
- test/postgresql/38_block_lww_round5.sql+10-10
- test/postgresql/39_concurrent_write_apply.sql+2-2
- test/postgresql/40_unsupported_algorithms.sql+3-3
- test/postgresql/41_corrupted_payload.sql+8-4
- test/postgresql/42_payload_idempotency.sql+2-2
- test/postgresql/43_delete_resurrect_ordering.sql+3-3
- test/postgresql/44_large_composite_pk.sql+6-6
- test/postgresql/45_pg_specific_types.sql+4-4
- test/postgresql/46_schema_hash_mismatch.sql+9-10
- test/unit.c+91
| 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