SQLite

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

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

History for ext/session/session2.test

2023-03-08
18:03
[ee83bb973b] part of check-in [cb023fe285] Add the SQLITE_CHANGESETAPPLY_IGNORENOOP flag, which may be passed to sqlite3changeset_apply_v2() to have it ignore changes that would be no-ops if applied to the database (e.g. deleting a row that has already been deleted), instead of considering them conflicts. (check-in: [cb023fe285] user: dan branch: trunk, size: 18176)
2021-02-02
20:41
[7f53d755d9] part of check-in [e4ccfac09b] Modify the sessions extension to use more efficient SQL when applying a changeset or patchset. (check-in: [e4ccfac09b] user: dan branch: trunk, size: 18152)
2015-10-01
16:35
[284de45aba] part of check-in [7695890230] Changes to the sesssions module ensure that tables appear within changesets and patchsets in the same order that they were attached to the sessions object. (check-in: [7695890230] user: dan branch: sessions, size: 15869)
2015-04-08
16:01
[a95a2d270b] part of check-in [c4340b2ea2] Add experimental API sqlite3session_diff(). (check-in: [c4340b2ea2] user: dan branch: sessions-diff, size: 15869)
2011-04-18
07:36
[99ca0da7dd] part of check-in [69a01c708b] Further coverage tests for the session module. (check-in: [69a01c708b] user: dan branch: sessions, size: 15714)
2011-03-30
21:04
[c3e5f78d5e] part of check-in [6634521461] Add the SQLITE_ENABLE_PREUPDATE_HOOK compile-time option. (check-in: [6634521461] user: drh branch: sessions, size: 15285)
2011-03-25
19:06
[e36222e1f4] part of check-in [4255a9f609] Improve coverage of session module a bit more. (check-in: [4255a9f609] user: dan branch: sessions, size: 15244)
10:52
[f2f0bad3f2] part of check-in [666123c8d0] Improve coverage of session module code. (check-in: [666123c8d0] user: dan branch: sessions, size: 14464)
2011-03-24
11:22
[8da094318a] part of check-in [54298ee5ed] Store primary key definitions for modified tables in changesets. Add the sqlite3changeset_pk() API to extract this data from a changeset iterator. (check-in: [54298ee5ed] user: dan branch: sessions, size: 10417)
2011-03-23
16:03
[b0d305ee13] part of check-in [1feaf2d35f] Add the "indirect flag" to the changeset blob format. Also the sqlite3session_indirect() API. (check-in: [1feaf2d35f] user: dan branch: sessions, size: 10342)
2011-03-22
15:21
[f993ee243d] part of check-in [e9037e4e4c] If a NULL pointer is passed to sqlite3session_attach() in place of a table name, attach all database tables to the session object. (check-in: [e9037e4e4c] user: dan branch: sessions, size: 7911)
2011-03-21
19:41
[54c3a5ecdc] part of check-in [39cdfa5324] Remove some unreachable code in sqlite3session.c. Add test cases. (check-in: [39cdfa5324] user: dan branch: sessions, size: 7260)
16:17
[6462c21d37] part of check-in [32e95164d1] Add start of fault-injection tests for session module. Fix some bugs related to the same. (check-in: [32e95164d1] user: dan branch: sessions, size: 6937)
11:55
[3ef304f660] part of check-in [aed4273054] Clarify handling of NULL values in PK columns in sqlite3session.h. Add tests and fixes for the same. (check-in: [aed4273054] user: dan branch: sessions, size: 7331)
11:03
[45c9ff2052] part of check-in [a192d04f4e] Fix session module problems with real (floating point) values. (check-in: [a192d04f4e] user: dan branch: sessions, size: 7667)
2011-03-19
19:19
[96ff08995a] part of check-in [ad91d30073] Fix a problem involving session objects and attached databases. (check-in: [ad91d30073] user: dan branch: sessions, size: 7350)
18:46
[09cbe57d94] part of check-in [825df75ba4] Fix a bug in changeset generation code. (check-in: [825df75ba4] user: dan branch: sessions, size: 4810)
16:26
[61c7ee56d1] part of check-in [6e5907e14d] Fix a problem with resizing a hash table in sqlite3session.c. (check-in: [6e5907e14d] user: dan branch: sessions, size: 4325)
15:37
Added: [72f5926805] part of check-in [7250318dda] Fix some bugs in sqlite3changeset_apply(). (check-in: [7250318dda] user: dan branch: sessions, size: 3454)