.. |
changeset.c
|
065f3bf4f2
Fix various harmless compiler warnings seen with MSVC.
|
5 년 전 |
changesetfuzz.c
|
4e2d3d40dc
Fix harmless compiler warnings seen with MSVC.
|
5 년 전 |
changesetfuzz1.test
|
780187f090
Get rid of "-encoding binary" across all test cases, as that is no longer
|
5 달 전 |
session1.test
|
779e990629
Add test case to ensure that sessions works with DELETE statements that use the truncate optimization (i.e. a DELETE without a WHERE clause).
|
3 년 전 |
session2.test
|
975f2062da
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.
|
1 년 전 |
session3.test
|
6d8e91be9d
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.
|
1 년 전 |
session4.test
|
15669d302d
Adjustments to test cases for session so that they work with Tcl9.
|
5 달 전 |
session5.test
|
f1a08ad88d
Change the names of the stream interface APIs to be of the form
|
10 년 전 |
session6.test
|
a32536b498
Fix the zeroblob() function and related APIs so that they work with SQLITE_OMIT_INCRBLOB builds.
|
3 년 전 |
session8.test
|
7d44b22d45
Fix test cases so that they all still work even with -DSQLITE_DQS=0.
|
3 년 전 |
session9.test
|
f1a08ad88d
Change the names of the stream interface APIs to be of the form
|
10 년 전 |
sessionA.test
|
f1a08ad88d
Change the names of the stream interface APIs to be of the form
|
10 년 전 |
sessionB.test
|
69e224f88a
Reformat the white-space in a few test cases so that the tests work with Tcl 8.6.9.
|
5 년 전 |
sessionC.test
|
6ab91a7a7a
Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases
|
6 년 전 |
sessionD.test
|
655a1b7b58
Allow the sessions module to be configured to capture changes from tables with no explicit PRIMARY KEY.
|
1 년 전 |
sessionE.test
|
6ab91a7a7a
Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases
|
6 년 전 |
sessionF.test
|
6ab91a7a7a
Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases
|
6 년 전 |
sessionG.test
|
975f2062da
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.
|
1 년 전 |
sessionH.test
|
975f2062da
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.
|
1 년 전 |
session_common.tcl
|
655a1b7b58
Allow the sessions module to be configured to capture changes from tables with no explicit PRIMARY KEY.
|
1 년 전 |
session_speed_test.c
|
2d77d80a65
Use 64-bit math to compute the sizes of memory allocations in extensions.
|
6 년 전 |
sessionalter.test
|
704561f346
Fix the preupdate hook so that it works when the "old.*" row has a column with a non-NULL default value that was added by ALTER TABLE ADD COLUMN after the current record was created.
|
3 달 전 |
sessionat.test
|
975f2062da
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.
|
1 년 전 |
sessionbig.test
|
975f2062da
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.
|
1 년 전 |
sessionblob.test
|
4bf24c8830
Avoid loading the entire record into memory for an sqlite3_preupdate_old() call that retrieves an IPK value.
|
1 개월 전 |
sessionchange.test
|
f4744ff1ff
Add new sessions API sqlite3changegroup_add_change().
|
8 달 전 |
sessionconflict.test
|
d1122a4c0f
Fix bug in test script sessionconflict.test.
|
8 달 전 |
sessiondiff.test
|
780187f090
Get rid of "-encoding binary" across all test cases, as that is no longer
|
5 달 전 |
sessionfault.test
|
15669d302d
Adjustments to test cases for session so that they work with Tcl9.
|
5 달 전 |
sessionfault2.test
|
975f2062da
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.
|
1 년 전 |
sessionfault3.test
|
38b31a93b3
Fix the preupdate hook so that it works when the "old.*" row has a column with a non-NULL default value that was added by ALTER TABLE ADD COLUMN after the current record was created.
|
3 달 전 |
sessioninvert.test
|
5d237bfab1
Fix a problem with retrying constraint failures within sqlite3changeset_apply() calls with the SQLITE_CHANGESET_INVERT flag is set.
|
4 년 전 |
sessionmem.test
|
a2560ce934
Add tests for sqlite3session_memory_used() interface.
|
4 년 전 |
sessionnoact.test
|
253695caf3
Fix a couple of problems with the sessions streaming interfaces.
|
3 달 전 |
sessionnoop.test
|
bad7d5041a
Reinstate some test cases accidentally removed by [cb023fe28560ce0f].
|
1 년 전 |
sessionnoop2.test
|
b8d689b666
Fix windows-specific problems in test scripts sessionnoop2.test and sessionrowid.test.
|
1 년 전 |
sessionrebase.test
|
655a1b7b58
Allow the sessions module to be configured to capture changes from tables with no explicit PRIMARY KEY.
|
1 년 전 |
sessionrowid.test
|
b8d689b666
Fix windows-specific problems in test scripts sessionnoop2.test and sessionrowid.test.
|
1 년 전 |
sessionsize.test
|
655a1b7b58
Allow the sessions module to be configured to capture changes from tables with no explicit PRIMARY KEY.
|
1 년 전 |
sessionstat1.test
|
e7bdb2172c
If a table has one or more rows and it has a partial index has zero rows,
|
10 달 전 |
sessionwor.test
|
fadc0e34be
Ensure that the pre-update hook is invoked for INSERT operations on WITHOUT ROWID tables that use the xfer optimization.
|
3 년 전 |
sqlite3session.c
|
253695caf3
Fix a couple of problems with the sessions streaming interfaces.
|
3 달 전 |
sqlite3session.h
|
538ad6ce58
Fix a hyperlink typo in session documentation.
|
7 달 전 |
test_session.c
|
deb6a60a84
Fix harmless compiler warnings.
|
3 달 전 |