SQLite

All files named ”ext/session/sessionD.test”
Login

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

History for ext/session/sessionD.test

2025-04-10
20:52
[470ff917dc] part of check-in [a6cbc5db1c] Fix a memory leak in sqlite3session_diff(). (check-in: [a6cbc5db1c] user: dan branch: trunk, size: 8161)
17:25
[9e38ee4efd] part of check-in [3516354ee5] Fix a comment in sessionD.test. (check-in: [3516354ee5] user: dan branch: trunk, size: 8060)
16:48
[06fa4c7548] part of check-in [a3217cdb75] Improve the error messages returned by sqlite3session_diff(). (check-in: [a3217cdb75] user: dan branch: trunk, size: 8017)
2025-04-08
15:58
[9d5d1d07bf] part of check-in [ec1641858e] Have sqlite3session_diff() automatically attach tables to session objects, as it has always been documented to do. (check-in: [ec1641858e] user: dan branch: sessions-diff-autoattach, size: 6949)
2023-04-24
19:22
[f5c6a762d0] part of check-in [8a612f0860] Allow the sessions module to be configured to capture changes from tables with no explicit PRIMARY KEY. (check-in: [8a612f0860] user: dan branch: sessions-rowid-tables, size: 6324)
2018-11-07
02:17
[4f91d0ca8a] part of check-in [3212733cb6] Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases so that they work with DEFENSIVE enabled. (check-in: [3212733cb6] user: drh branch: read-only-shadow, size: 6867)
2018-01-12
19:20
[d3617e29aa] part of check-in [874285e477] Fix error handling in sqlite3session_diff() when it is invoked for table "sqlite_stat1". (check-in: [874285e477] user: dan branch: trunk, size: 6868)
2015-04-23
17:22
[d4744c7833] part of check-in [aada0ad08e] 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. (check-in: [aada0ad08e] user: dan branch: sessions, size: 6031)
15:03
[bdc20e2384] part of check-in [4d34a3d40d] Fix the error message returned by sqlite3session_diff() for tables with no PRIMARY KEY. (check-in: [4d34a3d40d] user: dan branch: sessions, size: 5817)
14:40
[197781b482] part of check-in [ea400eca31] Fix a performance problem in sqlite3session_diff(). (check-in: [ea400eca31] user: dan branch: sessions, size: 5134)
2015-04-08
16:01
Added: [95903bd6a2] part of check-in [c4340b2ea2] Add experimental API sqlite3session_diff(). (check-in: [c4340b2ea2] user: dan branch: sessions-diff, size: 4168)