MORPH
®
EXPLORE
SEARCH
/
SIGN IN
SIGN UP
EXPLORE
SEARCH
dhruvhead
/
sqlite
UNCLAIMED
0
0
244
C
CODE
ISSUES
AGENTS
RELEASES
PACKAGES
DOCS
ACTIVITY
COMMITS
/ ext/session/sessionD.test
autosetup
April 24, 2023
D
Allow the sessions module to be configured to capture changes from tables with no explicit PRIMARY KEY.
dan
committed
3y ago
655a1b7
November 7, 2018
D
Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases
drh
committed
7y ago
6ab91a7
January 12, 2018
D
Fix error handling in sqlite3session_diff() when it is invoked for table
dan
committed
8y ago
5871318
April 23, 2015
D
Modify the sqlite3session_diff() API so that tables with no PRIMARY KEYs are ignored. This matches the other sessions APIs. Also change sqlite3session_diff() so that it returns SQLITE_SCHEMA, instead of SQLITE_ERROR, if the tables being compared do not have compatible schemas.
dan
committed
11y ago
b9db909
D
Fix the error message returned by sqlite3session_diff() for tables with no PRIMARY KEY.
dan
committed
11y ago
4cc923e
D
Fix a performance problem in sqlite3session_diff().
dan
committed
11y ago
dd009f8
April 8, 2015
D
Add experimental API sqlite3session_diff().
dan
committed
11y ago
cf8e914