This website requires JavaScript.
Explore
Help
Sign In
paulhorn
/
sqlite
Watch
1
Star
0
Fork
0
You've already forked sqlite
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
7cca2e6259ebfa598c6fca09b597693dff3eb309
sqlite
/
ext
/
session
T
History
dan
964cbd469b
Fix errors in a comment in sqlite3session.c. No changes to code.
...
FossilOrigin-Name: d5f4c4c0bf0d488db11c6ab0d26ca3554a57d0ff
2011-07-26 17:53:53 +00:00
..
session1.test
Fix a problem causing sqlite3changeset_invert() to effectively drop UPDATE changes.
2011-07-26 15:50:36 +00:00
session2.test
Further coverage tests for the session module.
2011-04-18 07:36:27 +00:00
session3.test
Improve test coverage of session module.
2011-04-16 19:23:10 +00:00
session4.test
Add the SQLITE_ENABLE_PREUPDATE_HOOK compile-time option.
2011-03-30 21:04:43 +00:00
session5.test
Improve test coverage of session module.
2011-04-16 19:23:10 +00:00
session6.test
Modifications so that the sessions extension works with blob handles.
2011-07-11 19:45:38 +00:00
session8.test
Fix a problem causing sqlite3changeset_invert() to effectively drop UPDATE changes.
2011-07-26 15:50:36 +00:00
session_common.tcl
Add tests and fixes for OOM handling in sqlite3changeset_concat().
2011-04-15 16:03:32 +00:00
sessionfault.test
Fix a test case in sessionfault.test. No changes to code.
2011-07-26 15:57:56 +00:00
sqlite3session.c
Fix errors in a comment in sqlite3session.c. No changes to code.
2011-07-26 17:53:53 +00:00
sqlite3session.h
Fix a problem causing sqlite3changeset_invert() to effectively drop UPDATE changes.
2011-07-26 15:50:36 +00:00
test_session.c
Note in the documentation that when iterating through a changeset, all changes to a single table are grouped together. Also add the sqlite3session_isempty() function.
2011-07-16 18:05:07 +00:00