0
0
mirror of https://github.com/sqlite/sqlite.git synced 2024-11-24 16:18:08 +01:00
sqlite/ext/session
dan 4bf24c8830 Avoid loading the entire record into memory for an sqlite3_preupdate_old() call that retrieves an IPK value.
FossilOrigin-Name: 7f4de43733200beeb3ff0a70d51bbc68f5331895698ea95a82741cfd7bb66834
2024-11-04 16:59:02 +00:00
..
changeset.c
changesetfuzz1.test
changesetfuzz.c
session1.test
session2.test
session3.test
session4.test
session5.test
session6.test
session8.test
session9.test
session_common.tcl
session_speed_test.c
sessionA.test
sessionalter.test 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. 2024-09-18 15:52:05 +00:00
sessionat.test
sessionB.test
sessionbig.test
sessionblob.test Avoid loading the entire record into memory for an sqlite3_preupdate_old() call that retrieves an IPK value. 2024-11-04 16:59:02 +00:00
sessionC.test
sessionchange.test
sessionconflict.test
sessionD.test
sessiondiff.test
sessionE.test
sessionF.test
sessionfault2.test
sessionfault3.test 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. 2024-09-18 15:02:27 +00:00
sessionfault.test
sessionG.test
sessionH.test
sessioninvert.test
sessionmem.test
sessionnoact.test Fix a couple of problems with the sessions streaming interfaces. 2024-09-23 19:32:06 +00:00
sessionnoop2.test
sessionnoop.test
sessionrebase.test
sessionrowid.test
sessionsize.test
sessionstat1.test
sessionwor.test
sqlite3session.c Fix a couple of problems with the sessions streaming interfaces. 2024-09-23 19:32:06 +00:00
sqlite3session.h
test_session.c