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
5ba99da869
Fix harmless compiler warnings in test code.
...
FossilOrigin-Name: d1895dd8f5757a339f619f22b29c8a739398ded673bb9c93f1b8eb8a4b38f510
2023-10-31 17:40:30 +00:00
..
changeset.c
…
changesetfuzz1.test
…
changesetfuzz.c
…
session1.test
…
session2.test
…
session3.test
Allow a session object to generate a changeset, even if columns were added to one of the tables using ALTER TABLE ADD COLUMN while the changeset was being collected.
2023-10-04 21:15:24 +00:00
session4.test
…
session5.test
…
session6.test
…
session8.test
…
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
…
sessionalter.test
Avoid attempting to delete a file while it is open in test script sessionalter.test.
2023-10-23 15:30:38 +00:00
sessionat.test
…
sessionB.test
…
sessionbig.test
…
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
…
sessionfault3.test
Add tests for the sqlite3changegroup_schema() API.
2023-10-06 19:01:43 +00:00
sessionfault.test
…
sessionG.test
…
sessionH.test
…
sessioninvert.test
…
sessionmem.test
…
sessionnoact.test
Add missing "finish_test" to sessionnoact.test.
2023-10-21 15:21:06 +00:00
sessionnoop2.test
Fix windows-specific problems in test scripts sessionnoop2.test and sessionrowid.test.
2023-05-13 20:01:27 +00:00
sessionnoop.test
…
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
Fix windows-specific problems in test scripts sessionnoop2.test and sessionrowid.test.
2023-05-13 20:01:27 +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
…
sessionwor.test
…
sqlite3session.c
Cure a harmless MSVC warning. (no other changes)
2023-10-25 20:44:01 +00:00
sqlite3session.h
Add the SQLITE_CHANGESETAPPLY_FKNOACTION flag to sqlite3session.h, for passing to sqlite3changeset_apply_v2() to cause all foreign key constraints to behave as if they were declared NO ACTION.
2023-10-20 17:06:39 +00:00
test_session.c
Fix harmless compiler warnings in test code.
2023-10-31 17:40:30 +00:00