aboutsummaryrefslogtreecommitdiff
path: root/test/insert.test
Commit message (Expand)AuthorAge
* Remove unnecessary "www." prefixes on domain names in URLs.drh2025-04-10
* Add missing VdbeCoverage() macro. Fix an off-by-one error in partial indexdrh2019-10-26
* If replace triggers are run during uniqueness checking, then rerun alldrh2019-10-26
* If an AFTER DELETE trigger fires when a conflict row is deleted by REPLACEdrh2019-10-16
* Make sure the btree cursor overflow cache is cleared when overwritingdrh2019-08-12
* Fix a corner-case for the logic that cause an insert of a NULL into andrh2019-01-17
* Fix the column cache invalidation logic in the code for ROWID uniquenessdrh2018-06-11
* Make sure sufficient VDBE registers are allocated for an INSERT...SELECTdrh2014-05-23
* Add a test case for OP_SoftNull.drh2014-02-17
* Enhance the code generator for INSERT INTO ... SELECT so that the SELECTdrh2014-02-16
* Changes to various test scripts so that veryquick.test runs with OMIT_COMPOUN...dan2012-02-13
* Add support for multiple rows of VALUES in an INSERT statement.drh2012-01-28
* Improvements to coverage testing. (CVS 3810)drh2007-04-05
* Progress toward CREATE VIRTUAL TABLE. Still not even close to working... (CV...drh2006-06-11
* Test suite fixes for builds that define OMIT symbols. (CVS 2962)danielk19772006-01-17
* Test file fixes for libaries compiled with various SQLITE_OMIT_ macros. (CVS ...danielk19772006-01-16
* Change the name of the OpenTemp opcode to OpenVirtual which is moredrh2005-07-08
* Omit a couple of test cases if the library is compiled without subqueries. (C...danielk19772005-05-29
* Add the SQLITE_OMIT_TEMPDB compile time macro. (CVS 2427)danielk19772005-03-29
* Fix an infinite loop in the code generator for INSERT. Ticket #1140. (CVS 2410)drh2005-03-21
* Modify test scripts to work when SQLITE_OMIT_SUBQUERY (along with other OMIT ...danielk19772005-01-21
* Fix a bug reported on the mailing list concerning a conflict between "INSERT ...danielk19772005-01-17
* Ensure the test suite can run with either SQLITE_OMIT_AUTOVACUUM or SQLITE_DE...danielk19772004-11-10
* Reindex tests added and bugs fixed. (CVS 2075)drh2004-11-07
* Update tests to work even if some features of the library are disabled. (CVS ...drh2004-11-03
* Change the name of the TCL command from "sqlite" to "sqlite3" so that bothdrh2004-06-19
* Manifest types in indices. At the moment indices use manifest typing, butdanielk19772004-05-13
* Fix a bug that was preventing the library from opening existing files. (CVS 1...danielk19772004-05-11
* Enhance the "PRAGMA integrity_check" command to verify that all indices aredrh2003-06-15
* Fix a bug in UPDATE OR REPLACE that was introduced by check-in (999).drh2003-06-04
* Avoid corrupting indices when doing a REPLACE on a table with andrh2003-06-04
* Use a intermediate table when inserting a TEMP table from a SELECT thatdrh2003-04-03
* Enhance the INTEGRITY_CHECK pragma to test the auxiliary database file indrh2002-06-25
* Add tests to prevent a recurrance of bug #16. Also: put a hyperlink to the newdrh2002-04-12
* Change the name of the sanity_check PRAGMA to "integrity_check" and makedrh2002-02-19
* Allow general expressions in the VALUES clause of an INSERT statement. (CVS 376)drh2002-02-18
* Fix a serious bug in INSERT when the source is a SELECT. (CVS 366)drh2002-02-03
* Disclaimed copyright. Preparing for release 2.0. (CVS 250)drh2001-09-16
* Added transaction support (CVS 196)drh2001-04-04
* :-) (CVS 1697)drh2000-06-07
* added default values (CVS 46)drh2000-06-03
* :-) (CVS 12)drh2000-05-30
* :-) (CVS 11)drh2000-05-30