Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for ext/session/session9.test
2025-01-29
| ||
18:40 | [4e3aff62d6] part of check-in [ff0f1b260d] Fix bug in sessions handling of FK constraints introduced by [e09a0c02] (3.48.0). Bug was preventing a changeset containing FK violations from being applied even when the xConflict(CHANGESET_FOREIGN_KEY) returned OMIT. (check-in: [ff0f1b260d] user: dan branch: mistake, size: 7744) | |
2025-01-04
| ||
16:30 | [be090b1420] part of check-in [e09a0c0229] Fix a problem in the sessions extension allowing changesets containing foreign key violations to be committed under some circumstances. (check-in: [e09a0c0229] user: dan branch: trunk, size: 7759) | |
2014-09-27
| ||
20:45 | [5409d90d81] part of check-in [1f44bfdc23] Change the names of the stream interface APIs to be of the form "_strm" instead of "_str". In other words, added an "m" to the end, to try to make it clear that we are talking about a "stream" and not a "string. (check-in: [1f44bfdc23] user: drh branch: sessions, size: 7567) | |
18:18 | [b6dd1086de] part of check-in [09985fa6b6] Fix a segfault in the sessions module that could follow an OOM. (check-in: [09985fa6b6] user: dan branch: sessions, size: 7568) | |
2013-11-11
| ||
23:02 | [776e46785c] part of check-in [129e2b6917] Fix two test cases (due to changes in the formatting of constraint errors) so that all tests now pass. (check-in: [129e2b6917] user: drh branch: sessions, size: 6757) | |
2013-07-04
| ||
15:22 | [43acfdc576] part of check-in [1452defb8c] Fix a bug preventing some FK constraint checking from being deferred until the end of changeset application. (check-in: [1452defb8c] user: dan branch: sessions, size: 6751) | |
2013-07-03
| ||
19:53 | Added: [3378ceace4] part of check-in [1d44e5d3c2] Experimental change to the handling of foreign key constraint violations when applying a changeset: all foreign keys, immediate and deferred, are deferred until the end of the transaction (or sub-transaction) opened by the sqlite3changeset_apply(). A single call to the conflict-handler (if any) is made if any FK constraint violations are still present in the database at this point. The conflict-handler may choose to rollback the changeset or to apply it, constraint violations and all. (check-in: [1d44e5d3c2] user: dan branch: sessions, size: 3349) | |