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
dan
fadc0e34be
Ensure that the pre-update hook is invoked for INSERT operations on WITHOUT ROWID tables that use the xfer optimization.
...
FossilOrigin-Name: 66bbad239b4527ac8ae8b487a0c71d88b1861a8dfe1edc25109600dc447c60c4
2021-02-18 12:18:10 +00:00
..
changeset.c
…
changesetfuzz1.test
…
changesetfuzz.c
…
session1.test
…
session2.test
Modify the sessions extension to use more efficient SQL when applying a changeset or patchset.
2021-02-02 20:41:13 +00:00
session3.test
…
session4.test
…
session5.test
…
session6.test
…
session8.test
…
session9.test
…
session_common.tcl
Fix a problem with retrying constraint failures within sqlite3changeset_apply() calls with the SQLITE_CHANGESET_INVERT flag is set.
2020-06-17 14:14:11 +00:00
session_speed_test.c
…
sessionA.test
…
sessionat.test
…
sessionB.test
…
sessionC.test
…
sessionD.test
…
sessiondiff.test
…
sessionE.test
…
sessionF.test
…
sessionfault2.test
…
sessionfault.test
…
sessionG.test
…
sessionH.test
…
sessioninvert.test
Fix a problem with retrying constraint failures within sqlite3changeset_apply() calls with the SQLITE_CHANGESET_INVERT flag is set.
2020-06-17 14:14:11 +00:00
sessionmem.test
Add tests for sqlite3session_memory_used() interface.
2021-01-20 10:59:47 +00:00
sessionrebase.test
…
sessionstat1.test
…
sessionwor.test
Ensure that the pre-update hook is invoked for INSERT operations on WITHOUT ROWID tables that use the xfer optimization.
2021-02-18 12:18:10 +00:00
sqlite3session.c
Modify the sessions extension to use more efficient SQL when applying a changeset or patchset.
2021-02-02 20:41:13 +00:00
sqlite3session.h
Add the sqlite3session_memory_used() API to the sessions module. For querying the amount of heap memory currently being used by a session object.
2020-12-23 16:46:39 +00:00
test_session.c
Add the sqlite3session_memory_used() API to the sessions module. For querying the amount of heap memory currently being used by a session object.
2020-12-23 16:46:39 +00:00