index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
insert.test
Commit message (
Expand
)
Author
Age
*
Remove unnecessary "www." prefixes on domain names in URLs.
drh
2025-04-10
*
Add missing VdbeCoverage() macro. Fix an off-by-one error in partial index
drh
2019-10-26
*
If replace triggers are run during uniqueness checking, then rerun all
drh
2019-10-26
*
If an AFTER DELETE trigger fires when a conflict row is deleted by REPLACE
drh
2019-10-16
*
Make sure the btree cursor overflow cache is cleared when overwriting
drh
2019-08-12
*
Fix a corner-case for the logic that cause an insert of a NULL into an
drh
2019-01-17
*
Fix the column cache invalidation logic in the code for ROWID uniqueness
drh
2018-06-11
*
Make sure sufficient VDBE registers are allocated for an INSERT...SELECT
drh
2014-05-23
*
Add a test case for OP_SoftNull.
drh
2014-02-17
*
Enhance the code generator for INSERT INTO ... SELECT so that the SELECT
drh
2014-02-16
*
Changes to various test scripts so that veryquick.test runs with OMIT_COMPOUN...
dan
2012-02-13
*
Add support for multiple rows of VALUES in an INSERT statement.
drh
2012-01-28
*
Improvements to coverage testing. (CVS 3810)
drh
2007-04-05
*
Progress toward CREATE VIRTUAL TABLE. Still not even close to working... (CV...
drh
2006-06-11
*
Test suite fixes for builds that define OMIT symbols. (CVS 2962)
danielk1977
2006-01-17
*
Test file fixes for libaries compiled with various SQLITE_OMIT_ macros. (CVS ...
danielk1977
2006-01-16
*
Change the name of the OpenTemp opcode to OpenVirtual which is more
drh
2005-07-08
*
Omit a couple of test cases if the library is compiled without subqueries. (C...
danielk1977
2005-05-29
*
Add the SQLITE_OMIT_TEMPDB compile time macro. (CVS 2427)
danielk1977
2005-03-29
*
Fix an infinite loop in the code generator for INSERT. Ticket #1140. (CVS 2410)
drh
2005-03-21
*
Modify test scripts to work when SQLITE_OMIT_SUBQUERY (along with other OMIT ...
danielk1977
2005-01-21
*
Fix a bug reported on the mailing list concerning a conflict between "INSERT ...
danielk1977
2005-01-17
*
Ensure the test suite can run with either SQLITE_OMIT_AUTOVACUUM or SQLITE_DE...
danielk1977
2004-11-10
*
Reindex tests added and bugs fixed. (CVS 2075)
drh
2004-11-07
*
Update tests to work even if some features of the library are disabled. (CVS ...
drh
2004-11-03
*
Change the name of the TCL command from "sqlite" to "sqlite3" so that both
drh
2004-06-19
*
Manifest types in indices. At the moment indices use manifest typing, but
danielk1977
2004-05-13
*
Fix a bug that was preventing the library from opening existing files. (CVS 1...
danielk1977
2004-05-11
*
Enhance the "PRAGMA integrity_check" command to verify that all indices are
drh
2003-06-15
*
Fix a bug in UPDATE OR REPLACE that was introduced by check-in (999).
drh
2003-06-04
*
Avoid corrupting indices when doing a REPLACE on a table with an
drh
2003-06-04
*
Use a intermediate table when inserting a TEMP table from a SELECT that
drh
2003-04-03
*
Enhance the INTEGRITY_CHECK pragma to test the auxiliary database file in
drh
2002-06-25
*
Add tests to prevent a recurrance of bug #16. Also: put a hyperlink to the new
drh
2002-04-12
*
Change the name of the sanity_check PRAGMA to "integrity_check" and make
drh
2002-02-19
*
Allow general expressions in the VALUES clause of an INSERT statement. (CVS 376)
drh
2002-02-18
*
Fix a serious bug in INSERT when the source is a SELECT. (CVS 366)
drh
2002-02-03
*
Disclaimed copyright. Preparing for release 2.0. (CVS 250)
drh
2001-09-16
*
Added transaction support (CVS 196)
drh
2001-04-04
*
:-) (CVS 1697)
drh
2000-06-07
*
added default values (CVS 46)
drh
2000-06-03
*
:-) (CVS 12)
drh
2000-05-30
*
:-) (CVS 11)
drh
2000-05-30