SQLite

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

6 check-ins using file src/vdbeapi.c version 750dcdea

2011-03-15
16:37
Fix some bugs and other code issues in the session module. (check-in: f2930840 user: dan tags: sessions)
2011-03-14
19:49
Fix handling of return values from the conflict handler. Document the conflict handler arguments and return codes in sqlite3session.h. (check-in: cbbb274e user: dan tags: sessions)
2011-03-12
17:22
Fix some issues with UPDATE changes in the session module. (check-in: 57862efe user: dan tags: sessions)
2011-03-11
19:05
Add the sqlite3changeset_apply() function. Does not yet handle all cases. (check-in: 2b19be7b user: dan tags: sessions)
2011-03-09
11:17
Add a function to the session extension invert a changeset. (check-in: 75d5dff7 user: dan tags: sessions)
2011-03-08
19:22
Add start of sessions feature. (check-in: 269a81a3 user: dan tags: sessions)