This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
sqlite
Watch
1
Star
0
Fork
0
You've already forked sqlite
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
sqlite
/
ext
/
session
History
drh
59fe13e39a
Fix harmless compiler warnings.
...
FossilOrigin-Name: 0a926994691ccb02ea4f0ba3c2e8f728871ae67d24c705fbc0f7af81f38d5f47
2023-05-01 18:52:35 +00:00
..
changeset.c
…
changesetfuzz1.test
…
changesetfuzz.c
…
session1.test
…
session2.test
Add the SQLITE_CHANGESETAPPLY_IGNORENOOP flag, which may be passed to sqlite3changeset_apply_v2() to have it ignore changes that would be no-ops if applied to the database (e.g. deleting a row that has already been deleted), instead of considering them conflicts.
2023-03-08 18:03:04 +00:00
session3.test
…
session4.test
…
session5.test
…
session6.test
Fix the zeroblob() function and related APIs so that they work with SQLITE_OMIT_INCRBLOB builds.
2021-11-08 19:35:26 +00:00
session8.test
Fix test cases so that they all still work even with -DSQLITE_DQS=0.
2022-01-16 19:11:13 +00:00
session9.test
…
session_common.tcl
Allow the sessions module to be configured to capture changes from tables with no explicit PRIMARY KEY.
2023-04-24 19:22:21 +00:00
session_speed_test.c
…
sessionA.test
…
sessionat.test
Add the SQLITE_CHANGESETAPPLY_IGNORENOOP flag, which may be passed to sqlite3changeset_apply_v2() to have it ignore changes that would be no-ops if applied to the database (e.g. deleting a row that has already been deleted), instead of considering them conflicts.
2023-03-08 18:03:04 +00:00
sessionB.test
…
sessionbig.test
Add the SQLITE_CHANGESETAPPLY_IGNORENOOP flag, which may be passed to sqlite3changeset_apply_v2() to have it ignore changes that would be no-ops if applied to the database (e.g. deleting a row that has already been deleted), instead of considering them conflicts.
2023-03-08 18:03:04 +00:00
sessionC.test
…
sessionD.test
Allow the sessions module to be configured to capture changes from tables with no explicit PRIMARY KEY.
2023-04-24 19:22:21 +00:00
sessiondiff.test
…
sessionE.test
…
sessionF.test
…
sessionfault2.test
Add the SQLITE_CHANGESETAPPLY_IGNORENOOP flag, which may be passed to sqlite3changeset_apply_v2() to have it ignore changes that would be no-ops if applied to the database (e.g. deleting a row that has already been deleted), instead of considering them conflicts.
2023-03-08 18:03:04 +00:00
sessionfault.test
Add the SQLITE_CHANGESETAPPLY_IGNORENOOP flag, which may be passed to sqlite3changeset_apply_v2() to have it ignore changes that would be no-ops if applied to the database (e.g. deleting a row that has already been deleted), instead of considering them conflicts.
2023-03-08 18:03:04 +00:00
sessionG.test
Add the SQLITE_CHANGESETAPPLY_IGNORENOOP flag, which may be passed to sqlite3changeset_apply_v2() to have it ignore changes that would be no-ops if applied to the database (e.g. deleting a row that has already been deleted), instead of considering them conflicts.
2023-03-08 18:03:04 +00:00
sessionH.test
Add the SQLITE_CHANGESETAPPLY_IGNORENOOP flag, which may be passed to sqlite3changeset_apply_v2() to have it ignore changes that would be no-ops if applied to the database (e.g. deleting a row that has already been deleted), instead of considering them conflicts.
2023-03-08 18:03:04 +00:00
sessioninvert.test
…
sessionmem.test
…
sessionnoop2.test
Reinstate some test cases accidentally removed by [cb023fe28560ce0f].
2023-03-09 16:11:43 +00:00
sessionnoop.test
Reinstate some test cases accidentally removed by [cb023fe28560ce0f].
2023-03-09 16:11:43 +00:00
sessionrebase.test
Allow the sessions module to be configured to capture changes from tables with no explicit PRIMARY KEY.
2023-04-24 19:22:21 +00:00
sessionrowid.test
Allow the sessions module to be configured to capture changes from tables with no explicit PRIMARY KEY.
2023-04-24 19:22:21 +00:00
sessionsize.test
Allow the sessions module to be configured to capture changes from tables with no explicit PRIMARY KEY.
2023-04-24 19:22:21 +00:00
sessionstat1.test
Add the SQLITE_CHANGESETAPPLY_IGNORENOOP flag, which may be passed to sqlite3changeset_apply_v2() to have it ignore changes that would be no-ops if applied to the database (e.g. deleting a row that has already been deleted), instead of considering them conflicts.
2023-03-08 18:03:04 +00:00
sessionwor.test
…
sqlite3session.c
Fix harmless compiler warnings.
2023-05-01 18:52:35 +00:00
sqlite3session.h
Fix typos in comments in sqlite3session.h preventing documentation from being correctly generated.
2023-05-01 15:59:20 +00:00
test_session.c
Allow the sessions module to be configured to capture changes from tables with no explicit PRIMARY KEY.
2023-04-24 19:22:21 +00:00