Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for test/without_rowid3.test
2020-08-27
| ||
18:36 | [39ab0dd773] part of check-in [5ce34a955b] Include the original text of the CHECK constraint in the error message for anonymous CHECK constraints. (check-in: [5ce34a955b] user: drh branch: trunk, size: 68560) | |
2020-06-15
| ||
20:27 | [96426a6c9a] part of check-in [61782a7ae3] Provide "sqlite_schema" as an alternative name to the table that holds the database schema. (check-in: [61782a7ae3] user: drh branch: trunk, size: 68556) | |
2020-05-08
| ||
19:02 | [f8e6b9f7cb] part of check-in [3a16c0ce4d] Release some restrictions on columns added by ALTER TABLE so that they only apply if the table contains one or more rows. (check-in: [3a16c0ce4d] user: drh branch: trunk, size: 68556) | |
2020-01-01
| ||
15:43 | [392e6e12f2] part of check-in [473892a8ec] New test-only SQL functions: implies_nonnull_row(), expr_compare(), and expr_implies_expr(). The SQLITE_TESTCTRL_INTERNAL_FUNCTIONS test-control is modified to toggle internal function access on and off for a single database connection. (check-in: [473892a8ec] user: drh branch: trunk, size: 68430) | |
2018-11-26
| ||
18:09 | [ea4b59dd1b] part of check-in [6e1330545e] Do not allow direct access to internal-use SQL functions such as sqlite_rename_column() and sqlite3_rename_table() except when the new SQLITE_TESTCTRL_INTERNAL_FUNCTIONS flag is set. (check-in: [6e1330545e] user: drh branch: trunk, size: 68424) | |
2018-09-05
| ||
17:45 | [e1bb85362d] part of check-in [f804336f08] Fix some test script errors. And an incorrect assert() in fts5. (check-in: [f804336f08] user: dan branch: alter-table-rename-column, size: 68064) | |
2018-08-31
| ||
18:23 | [ca4b1e58b3] part of check-in [eac2aa7dce] Ensure b-tree mutexes are always held when sqlite3FindTable() is called. Do not invoke the authorizer callback when parsing schema items as part of ALTER TABLE commands. Fix test script issues. (check-in: [eac2aa7dce] user: dan branch: alter-table-rename-table, size: 68035) | |
2016-12-16
| ||
01:00 | [2724c787a5] part of check-in [8d646905b8] All temp.sqlite_master to be used as an alias for sqlite_temp_master. (check-in: [8d646905b8] user: drh branch: trunk, size: 68025) | |
2015-07-28
| ||
18:53 | [aad4f9d383] part of check-in [eff43715d1] Fix the xfer optimization for WITHOUT ROWID tables so that it correctly updates the change count returned by sqlite3_changes(). (check-in: [eff43715d1] user: drh branch: trunk, size: 68025) | |
2014-09-11
| ||
13:44 | [1081aabf60] part of check-in [596e728b0e] Add support for the extra parameter on the sqlite3_set_authorizer() callback and support for failing an ATTACH with an authentication-required database using bad credentials. The extension is now feature complete, but much testing and bug-fixing remains. (check-in: [596e728b0e] user: drh branch: user-auth, size: 67589) | |
2013-11-05
| ||
13:33 | [eac3d5c8a1] part of check-in [54b2219297] Standardize the error messages generated by constraint failures to a format of "$TYPE constraint failed: $DETAIL". This involves many changes to the expected output of test cases. (check-in: [54b2219297] user: drh branch: omit-rowid, size: 67577) | |
01:59 | [fb9835cccc] part of check-in [294ed33756] Add the conflict2.test script. Fix issues discovered by this script. (check-in: [294ed33756] user: drh branch: omit-rowid, size: 67534) | |
2013-11-04
| ||
15:23 | [8ad27697fb] part of check-in [d072bcd0a8] Correctly handle changing counting when inserting and deleting on WITHOUT ROWID tables. Add more FOREIGN KEY test cases. (check-in: [d072bcd0a8] user: drh branch: omit-rowid, size: 67535) | |
2013-11-02
| ||
22:09 | Added: [a755f3eef1] part of check-in [39e32187b6] Many new test cases added, that mostly work. Currently 18 errors in without_rowid3.test. Also there is a hack marked by a /*FIXME*/ comment on at fkey.c:547 that needs fixing. (check-in: [39e32187b6] user: drh branch: omit-rowid, size: 64979) | |