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
4c22025225
Hold the database mutex for the duration of an sqlite3changeset_apply() call. Also for the duration of all sqlite3session_xxx() calls.
...
FossilOrigin-Name: c615c38c3283e21c33550c093099a793761123a7
2011-03-18 18:03:13 +00:00
..
sqlite3session.c
Hold the database mutex for the duration of an sqlite3changeset_apply() call. Also for the duration of all sqlite3session_xxx() calls.
2011-03-18 18:03:13 +00:00
sqlite3session.h
Further improvements to documentation in sqlite3session.h.
2011-03-18 16:13:53 +00:00
test_session.c
Fix handling of return values from the conflict handler. Document the conflict handler arguments and return codes in sqlite3session.h.
2011-03-14 19:49:23 +00:00