]> git.ipfire.org Git - thirdparty/sqlite.git/log
thirdparty/sqlite.git
15 years agoAdd some sample requirement implementation comments to where.c.
drh [Thu, 22 Oct 2009 20:50:36 +0000 (20:50 +0000)] 
Add some sample requirement implementation comments to where.c.

FossilOrigin-Name: 9854ad00aed08793ae7ba3c2cfbab7a2dba4dcb8

15 years agoIn shell, in shell_exec() logic, use type info if available when
shane [Thu, 22 Oct 2009 18:12:58 +0000 (18:12 +0000)] 
In shell, in shell_exec() logic, use type info if available when
outputting in "insert" mode for other types in addition to blobs.
Changed shell_exec() to use sqlite_prepare_v2().  Ticket [72adc99de9].

FossilOrigin-Name: ab99faca6ce57a5e37405dfc8dc55d149cf3f8a3

15 years agoUpdated shell to output blobs in X'1234' form when in "insert" mode. Ticket [72adc99...
shane [Thu, 22 Oct 2009 17:30:15 +0000 (17:30 +0000)] 
Updated shell to output blobs in X'1234' form when in "insert" mode.  Ticket [72adc99de9].

FossilOrigin-Name: a2ad9e6363308b7137fcb1916769151b96933cdb

15 years agoAdd markings on test evidence for R-30323-21917.
drh [Thu, 22 Oct 2009 00:20:17 +0000 (00:20 +0000)] 
Add markings on test evidence for R-30323-21917.

FossilOrigin-Name: e51af74c3aeb82604841cc83a490351d1422e838

15 years agoMention the sqlite3_column_count() function on the same documentation page
drh [Thu, 22 Oct 2009 00:14:05 +0000 (00:14 +0000)] 
Mention the sqlite3_column_count() function on the same documentation page
with all of the other sqlite3_column... interfaces.

FossilOrigin-Name: 5354ace55f448d10128e2bfe4b904a1441e3bf10

15 years agoMerge accidental fork back to trunk.
shane [Wed, 21 Oct 2009 14:33:03 +0000 (14:33 +0000)] 
Merge accidental fork back to trunk.

FossilOrigin-Name: f63397ad6c32f575fe33b2f7dd22380cd1f51f1d

15 years agoModified shell to call output_html_string() for header values in .mode html.
shane [Wed, 21 Oct 2009 14:11:48 +0000 (14:11 +0000)] 
Modified shell to call output_html_string() for header values in .mode html.
Updated output_html_string() to support the 5 basic HTML entities (<,>,&,',").
Ticket [dc3a6e5b31].

FossilOrigin-Name: c8815fcd88d17b2864e689c84eb8a63ef242ff04

15 years agoMade detectSchemaProblem function and aSchemaTable array static. Ticket [6f8b0c5855].
shane [Wed, 21 Oct 2009 13:53:58 +0000 (13:53 +0000)] 
Made detectSchemaProblem function and aSchemaTable array static. Ticket [6f8b0c5855].

FossilOrigin-Name: c6f22f3e38018246a2add1a509aa6c5c55b7e0be

15 years agoAdd evidence marks to parse.y. Fix a broken evidence link in e_fkey.tcl.
drh [Wed, 21 Oct 2009 13:48:24 +0000 (13:48 +0000)] 
Add evidence marks to parse.y.  Fix a broken evidence link in e_fkey.tcl.

FossilOrigin-Name: 0441d28e84af20e3a98a07a43471784ac09c78db

15 years agoFor the shell, changed the output of the errors on lines 2910 and 2914 to goto
shane [Wed, 21 Oct 2009 03:56:54 +0000 (03:56 +0000)] 
For the shell, changed the output of the errors on lines 2910 and 2914 to goto
stderr.  I left the timer values going to stdout as all of the other interactive
shell commands (startup banner, help, etc.) go to stdout and I felt this was more
consistent.  Ticket 43db771bb2.

FossilOrigin-Name: 8a8eeb0c5af4bbeafd9864b03557eb9cd32f09ce

15 years agoFor Windows version of shell, add support for .timer command
shane [Wed, 21 Oct 2009 03:42:58 +0000 (03:42 +0000)] 
For Windows version of shell, add support for .timer command
using the GetProcessTimes() API if available (in the same way
getrusage() is used on UNIX.) Ticket 89668ca167.

FossilOrigin-Name: 83216fbe904425f5b15d1ae689cea9d13670e979

15 years agoFor Windows VFS, modified xGetLastError() to call FormatMessage()
shane [Wed, 21 Oct 2009 02:00:47 +0000 (02:00 +0000)] 
For Windows VFS, modified xGetLastError() to call FormatMessage()
with the FORMAT_MESSAGE_IGNORE_INSERTS option.  Additionally updated
to ensure strings are returned as UTF8.  Ticket 39c85e8a4e.

FossilOrigin-Name: 761396f8cb79be34853ba698a65af54874c3c10e

15 years agoClarify the use of sqlite3_shutdown().
drh [Tue, 20 Oct 2009 15:27:55 +0000 (15:27 +0000)] 
Clarify the use of sqlite3_shutdown().
Ticket [f9af981dd2a2].
Comment changes only - no changes to code.

FossilOrigin-Name: b2aa48b52f140ad722001de686c5b2f802e9babd

15 years agoFix the VACUUM command so that when the MAIN and TEMP databases have
drh [Tue, 20 Oct 2009 15:01:58 +0000 (15:01 +0000)] 
Fix the VACUUM command so that when the MAIN and TEMP databases have
identically named tables, content from the TEMP database does not
accidently overwrite MAIN database content.
Ticket [d82e3f3721296e905d7e8c9dee718f71a826b0eb].
Note that this bug could potentially lead to database corruption.

FossilOrigin-Name: 0bbd8d72ec66cbe11c2548a04ad478202b2b69b6

15 years agoRemove all mention of sqlite3_next_stmt() from the documentation of
drh [Tue, 20 Oct 2009 14:23:09 +0000 (14:23 +0000)] 
Remove all mention of sqlite3_next_stmt() from the documentation of
sqlite3_close().

FossilOrigin-Name: f494ed38a8d3fabb7a064ba4a860d5288c5a571b

15 years agoUpdate documentation on the sqlite3_prepare_v2() interface. No changes to code.
drh [Tue, 20 Oct 2009 14:08:41 +0000 (14:08 +0000)] 
Update documentation on the sqlite3_prepare_v2() interface.  No changes to code.

FossilOrigin-Name: 3b00e769cd30aa50a75f82babb7d2cc90aeb1238

15 years agoFix cases where modifying bound variables using the clear_bindings() or transfer_bind...
dan [Tue, 20 Oct 2009 07:01:24 +0000 (07:01 +0000)] 
Fix cases where modifying bound variables using the clear_bindings() or transfer_bindings() APIs can invalidate a query plan.

FossilOrigin-Name: e6808c988c9cd7b2db23f18b5fe2177151b6f586

15 years agoRemove an unreachable condition in the WHERE clause processing of bound
drh [Mon, 19 Oct 2009 22:41:06 +0000 (22:41 +0000)] 
Remove an unreachable condition in the WHERE clause processing of bound
parameters and replace it with an assert(), for test coverage.

FossilOrigin-Name: 3bcd78a1d76897d1bd5ad4cea52c6a65612ce433

15 years agoFix an incorrect assert() in vdbeUnbind().
drh [Mon, 19 Oct 2009 20:15:38 +0000 (20:15 +0000)] 
Fix an incorrect assert() in vdbeUnbind().

FossilOrigin-Name: 651c1efb998b34f218694c45865fbe20b837a2ac

15 years agoFix an assert() that may fail if sqlite3_step() is called on a statement after a...
dan [Mon, 19 Oct 2009 18:30:34 +0000 (18:30 +0000)] 
Fix an assert() that may fail if sqlite3_step() is called on a statement after a previous call has already returned SQLITE_SCHEMA.

FossilOrigin-Name: 63bf73452de5a9d03e625e1888444a5355063b74

15 years agoRemove the sqlite3_reoptimize() API. The same functionality is now provided automatic...
dan [Mon, 19 Oct 2009 18:11:09 +0000 (18:11 +0000)] 
Remove the sqlite3_reoptimize() API. The same functionality is now provided automatically to queries prepared using prepare_v2().

FossilOrigin-Name: 2c50b3d5aab7cd8cc841d61f8c3b2b34d2f0b54b

15 years agoWhen generating WHERE clause terms internally for NATURAL and USING joins, identify...
dan [Mon, 19 Oct 2009 15:52:32 +0000 (15:52 +0000)] 
When generating WHERE clause terms internally for NATURAL and USING joins, identify the table by its position in the FROM list, not by its name or alias. Fix for [b73fb0bd64].

FossilOrigin-Name: 6fe6371175482d38ac4aeea994c7b20c18b7de01

15 years agoUse 64-bit arithmetic in the xRead() method of asyncRead. Fix for [94c04eaadb].
dan [Mon, 19 Oct 2009 07:50:25 +0000 (07:50 +0000)] 
Use 64-bit arithmetic in the xRead() method of asyncRead. Fix for [94c04eaadb].

FossilOrigin-Name: ca3e41b0574cfd8d971c2be2114e58273a531970

15 years agoFix a problem in the icu.test script.
dan [Sat, 17 Oct 2009 14:19:29 +0000 (14:19 +0000)] 
Fix a problem in the icu.test script.

FossilOrigin-Name: 8a21fdaf6a89f74b040ea0c6bb996ac1c6fcd369

15 years agoMake sure the target register is allocated before adding the bogus
drh [Sat, 17 Oct 2009 13:13:02 +0000 (13:13 +0000)] 
Make sure the target register is allocated before adding the bogus
OP_Variable opcode in isLikeOrGlob().  Bugfix for the new
sqlite3_reoptimize() logic.

FossilOrigin-Name: e74f8dc436213b7ef754adcab5ef7554d774474c

15 years agoAdd documentation comment for new experimental API sqlite3_reoptimize().
dan [Sat, 17 Oct 2009 08:26:29 +0000 (08:26 +0000)] 
Add documentation comment for new experimental API sqlite3_reoptimize().

FossilOrigin-Name: c48f8ffedc30841aa4994eb925d09c2ee97a864d

15 years agoMerge the sqlite3_reoptimize() changes into the trunk.
drh [Fri, 16 Oct 2009 16:21:51 +0000 (16:21 +0000)] 
Merge the sqlite3_reoptimize() changes into the trunk.

FossilOrigin-Name: 50136840d54674c239613265ebbacaabf215f4e2

15 years agoFix a problem in the analyze3.test script.
dan [Fri, 16 Oct 2009 15:59:35 +0000 (15:59 +0000)] 
Fix a problem in the analyze3.test script.

FossilOrigin-Name: 61174aea74db59f6792e275aa366b7f0e1f2270b

15 years agoRemove a mutex reference leak from sqlite3_reoptimize().
dan [Fri, 16 Oct 2009 15:19:08 +0000 (15:19 +0000)] 
Remove a mutex reference leak from sqlite3_reoptimize().

FossilOrigin-Name: 9f0937066184421f23453ceb451fd726c75cb593

15 years agoComment cleanup in btree.c.
drh [Fri, 16 Oct 2009 15:05:18 +0000 (15:05 +0000)] 
Comment cleanup in btree.c.

FossilOrigin-Name: 32966ba4796e70d0afcff6abdda9bdcba08b098a

15 years agoExperimental fix for [f777251dc7]. This may be changed yet.
dan [Fri, 16 Oct 2009 14:55:03 +0000 (14:55 +0000)] 
Experimental fix for [f777251dc7]. This may be changed yet.

FossilOrigin-Name: 174477bca05d019e663fd2b7cd031189ab2e010a

15 years agoFix comment typos in btreeInt.h.
drh [Fri, 16 Oct 2009 13:23:33 +0000 (13:23 +0000)] 
Fix comment typos in btreeInt.h.

FossilOrigin-Name: 550566a75fc79e3662431ba493af853b522d8850

15 years agoAdd the experimental sqlite3_reoptimize() API.
dan [Thu, 15 Oct 2009 18:35:38 +0000 (18:35 +0000)] 
Add the experimental sqlite3_reoptimize() API.

FossilOrigin-Name: 9bd6f3d8864d422fe42074688b191915b27ad8ea

15 years agoVersion 3.6.19 release candidate
drh [Wed, 14 Oct 2009 11:33:54 +0000 (11:33 +0000)] 
Version 3.6.19 release candidate

FossilOrigin-Name: c1d499afc50d54b376945b4efb65c56c787a073d

15 years agoUpdate the configure script for version 3.6.19.
drh [Tue, 13 Oct 2009 22:47:13 +0000 (22:47 +0000)] 
Update the configure script for version 3.6.19.

FossilOrigin-Name: ac19dbc6a208be2313e47cbcc0b2a0d8d04bae4c

15 years agoFixed warnings with MSVC compile.
drh [Tue, 13 Oct 2009 19:19:23 +0000 (19:19 +0000)] 
Fixed warnings with MSVC compile.

FossilOrigin-Name: e0aa50c382a56bb02eaa589619b7e670006a26b3

15 years agoFix a typo in the test script added for ticket [5ee23731f15].
drh [Tue, 13 Oct 2009 18:49:53 +0000 (18:49 +0000)] 
Fix a typo in the test script added for ticket [5ee23731f15].

FossilOrigin-Name: d0f55b5c3b1a85d837cd1d8a2f089c6bcf5a8c0d

15 years agoUpdate the TCL wrapper to provide a non-NULL objProc pointer to the
drh [Tue, 13 Oct 2009 18:38:34 +0000 (18:38 +0000)] 
Update the TCL wrapper to provide a non-NULL objProc pointer to the
Tcl_NRCreateCommand() interface.  The TCL gurus say this is needed to
support legacy TCL extensions.

FossilOrigin-Name: 1b3cfa01dd7fb9a48f0008f5afd974db61c30cff

15 years agoAdd a test case to verify that ticket [5ee23731f15] has been fixed.
drh [Tue, 13 Oct 2009 15:42:48 +0000 (15:42 +0000)] 
Add a test case to verify that ticket [5ee23731f15] has been fixed.

FossilOrigin-Name: f894ebf86d6bafcd1461f104f5f677b3b6a3aa1a

15 years agoWhen a write transaction fails to being because the database is read-only,
drh [Tue, 13 Oct 2009 15:36:51 +0000 (15:36 +0000)] 
When a write transaction fails to being because the database is read-only,
fail right away.  Do not give the error code an opportunity to be
overwritten with SQLITE_OK.  Ticket [5ee23731f15].

FossilOrigin-Name: bc1101179abb4577417c971a7e4fbacde50e19a2

15 years agoSuppress some harmless compiler warnings.
drh [Tue, 13 Oct 2009 13:08:19 +0000 (13:08 +0000)] 
Suppress some harmless compiler warnings.

FossilOrigin-Name: 5d381daa6e5248ec171aa682e2dad058d4012f24

15 years agoMake sure mem3.c releases its mutex on an sqlite3_shutdown() call.
drh [Tue, 13 Oct 2009 12:48:43 +0000 (12:48 +0000)] 
Make sure mem3.c releases its mutex on an sqlite3_shutdown() call.

FossilOrigin-Name: 16254ad5aad355acedf72e0a1c618438041d5889

15 years agoAdd further test cases to e_fkey.test.
dan [Tue, 13 Oct 2009 10:39:16 +0000 (10:39 +0000)] 
Add further test cases to e_fkey.test.

FossilOrigin-Name: c85e58743a87bfbea6376c237e5e3a6909184f6c

15 years agoAdd asserts as evidence that all FK constraints are either immediate or
drh [Mon, 12 Oct 2009 22:30:49 +0000 (22:30 +0000)] 
Add asserts as evidence that all FK constraints are either immediate or
deferred.

FossilOrigin-Name: 634ef4fc9f4051245b38f558bb1c733031548c2f

15 years agoWhen processing FK constraints on changes to parent tables, make sure the
drh [Mon, 12 Oct 2009 20:01:49 +0000 (20:01 +0000)] 
When processing FK constraints on changes to parent tables, make sure the
names of child tables appear correctly in the output of EXPLAIN QUERY PLAN.

FossilOrigin-Name: a4ab5215fed231c8e5f8714f5cadafd1209b362a

15 years agoAdd more test cases to e_fkey.test.
dan [Mon, 12 Oct 2009 18:57:20 +0000 (18:57 +0000)] 
Add more test cases to e_fkey.test.

FossilOrigin-Name: 5633cb2b5b91a54e677dde76e31e319cd7d51780

15 years agoFix some mappings from e_fkey.test.
dan [Mon, 12 Oct 2009 16:02:10 +0000 (16:02 +0000)] 
Fix some mappings from e_fkey.test.

FossilOrigin-Name: 171c67138527750ec4af403f05389fae5f7da7b5

15 years agoUpdate e_fkey.test to match the latest version of foreignkeys.html.
dan [Mon, 12 Oct 2009 15:25:28 +0000 (15:25 +0000)] 
Update e_fkey.test to match the latest version of foreignkeys.html.

FossilOrigin-Name: a2ca9f1a7a158e7b83a642a8d17549d81caea557

15 years agoExtra test cases mapped to statements in foreignkeys.html.
dan [Mon, 12 Oct 2009 11:27:00 +0000 (11:27 +0000)] 
Extra test cases mapped to statements in foreignkeys.html.

FossilOrigin-Name: ffa6207dd72024f01ab6f2715fe628943f178ca5

15 years agoAdd further test cases to e_fkey.test.
dan [Mon, 12 Oct 2009 08:41:49 +0000 (08:41 +0000)] 
Add further test cases to e_fkey.test.

FossilOrigin-Name: d61cc0e1a1e8b4bf49016d3d14554f9c20f86f6b

15 years agoAdd tests to e_fkey.test.
dan [Sat, 10 Oct 2009 15:49:49 +0000 (15:49 +0000)] 
Add tests to e_fkey.test.

FossilOrigin-Name: 5ec07feea47e727824b8b48236b5cce80539a455

15 years agoUpdate requirement text for sqlite3_open_blob(). Update evidence comment
drh [Sat, 10 Oct 2009 14:29:30 +0000 (14:29 +0000)] 
Update requirement text for sqlite3_open_blob().  Update evidence comment
in e_fkey.test to conform to the latest requirement phrasing.

FossilOrigin-Name: 89c548acf4691bad3d90400026267d4c6a55cde1

15 years agoAdd test cases to e_fkey.test.
dan [Fri, 9 Oct 2009 18:16:55 +0000 (18:16 +0000)] 
Add test cases to e_fkey.test.

FossilOrigin-Name: e391dfe79d52e1de48688715d4a6707ffca214fd

15 years agoTest a couple of the examples in foreignkeys.html.
dan [Thu, 8 Oct 2009 19:02:50 +0000 (19:02 +0000)] 
Test a couple of the examples in foreignkeys.html.

FossilOrigin-Name: a2fb7902c01f8b095b25d338fc2f23cb26c941d9

15 years agoAdd test cases to test file "e_fkey.test".
dan [Thu, 8 Oct 2009 17:42:28 +0000 (17:42 +0000)] 
Add test cases to test file "e_fkey.test".

FossilOrigin-Name: 23e0f61a4f24315bf31f632f43b60ec232f348fb

15 years agoFix a problem in the legacy genfkey code to do with column names that require quoting.
dan [Thu, 8 Oct 2009 13:42:28 +0000 (13:42 +0000)] 
Fix a problem in the legacy genfkey code to do with column names that require quoting.

FossilOrigin-Name: 273ccbf18af5191807678a0a0c09cda82408b29c

15 years agoAdd tests to test/e_fkey.test.
dan [Thu, 8 Oct 2009 11:57:24 +0000 (11:57 +0000)] 
Add tests to test/e_fkey.test.

FossilOrigin-Name: 533703d78ab4330b2dc8e08aaba89b4667e46331

15 years agoUpdate triggerC.test to match the change to the way the trigger-recursion limit is...
dan [Thu, 8 Oct 2009 06:24:41 +0000 (06:24 +0000)] 
Update triggerC.test to match the change to the way the trigger-recursion limit is handled.

FossilOrigin-Name: 5806925283b889867567c4ad92518bad000e9d9d

15 years agoFix a segfault that can occur following an OOM fault while renaming a
drh [Thu, 8 Oct 2009 01:43:55 +0000 (01:43 +0000)] 
Fix a segfault that can occur following an OOM fault while renaming a
table holding foreign key constraints.

FossilOrigin-Name: 33973814c67bc9bac575bf2249df6530dd2184d3

15 years agoUse memcpy() rather than structure assignment so that memcmp() can later
drh [Wed, 7 Oct 2009 23:42:25 +0000 (23:42 +0000)] 
Use memcpy() rather than structure assignment so that memcmp() can later
be used for comparison.  Ticket [8550ecca70]

FossilOrigin-Name: 56f609da4bfcc794e1f8573652dcde8515e87098

15 years agoAdd some tests of statements in foreignkeys.html.
dan [Wed, 7 Oct 2009 18:41:19 +0000 (18:41 +0000)] 
Add some tests of statements in foreignkeys.html.

FossilOrigin-Name: 8382867956caf20f62c46c15b456c1c16d0824fd

15 years agoAdd a missing OP_Close opcode to VDBE programs that check for FK constraint violations.
dan [Wed, 7 Oct 2009 16:04:46 +0000 (16:04 +0000)] 
Add a missing OP_Close opcode to VDBE programs that check for FK constraint violations.

FossilOrigin-Name: 5caa4a2b050d5743b1407485cf419aa36cf16ac6

15 years agoUpdate the header comment for sqlite3_blob_open to note that it is not possible to...
dan [Wed, 7 Oct 2009 11:29:40 +0000 (11:29 +0000)] 
Update the header comment for sqlite3_blob_open to note that it is not possible to write to a column that is indexed, part of a primary key or, if foreign key support is enabled, part of a foreign key.

FossilOrigin-Name: 2fd487fdb669df89a8eb62cd0b7dc27ea1016edf

15 years agoUpdate header file comments describing the sqlite3_changes and sqlite3_total_changes...
dan [Wed, 7 Oct 2009 10:43:26 +0000 (10:43 +0000)] 
Update header file comments describing the sqlite3_changes and sqlite3_total_changes functions to describe how changes made by foreign key actions are handled.

FossilOrigin-Name: 4c342c026a84f2608c2b331a1ac016117b80f108

15 years agoChange tclsqlite.c to use the Tcl_NRxxx() APIs in Tcl versions 8.6 and later.
dan [Tue, 6 Oct 2009 14:59:02 +0000 (14:59 +0000)] 
Change tclsqlite.c to use the Tcl_NRxxx() APIs in Tcl versions 8.6 and later.

FossilOrigin-Name: e9f72f1de459a9e8380609f6bd7d4b76afb59f89

15 years agoFix some errors in the guttman versions (disabled by default) of the algorithms in...
dan [Mon, 5 Oct 2009 05:40:08 +0000 (05:40 +0000)] 
Fix some errors in the guttman versions (disabled by default) of the algorithms in rtree.c.

FossilOrigin-Name: 64bad00b4f6fbbc3e5e75966f9c3959ad3d542ef

15 years agoHandle an SQLITE_IGNORE returned when requesting authorization to read parent key...
dan [Sat, 3 Oct 2009 07:04:11 +0000 (07:04 +0000)] 
Handle an SQLITE_IGNORE returned when requesting authorization to read parent key columns by pretending the parent key columns contain NULL values.

FossilOrigin-Name: 3c24df38e6ae5dfe999bbf3133b65df0074c6a50

15 years agoAdd one more authentication test to fkey2.test to cover an untested branch.
dan [Fri, 2 Oct 2009 15:29:10 +0000 (15:29 +0000)] 
Add one more authentication test to fkey2.test to cover an untested branch.

FossilOrigin-Name: e4fa8be770eb79806d489be46f68f969de17378b

15 years agoWhen inserting a row into a child table, invoke the authorization callback to request...
dan [Fri, 2 Oct 2009 14:23:41 +0000 (14:23 +0000)] 
When inserting a row into a child table, invoke the authorization callback to request permission to read the parent key columns.

FossilOrigin-Name: 9842f2d5f606eb8f641ecae9fbc5368b8d7e4286

15 years agoAdd a test to check that the incrblob API cannot be used to write to an IPK column...
dan [Fri, 2 Oct 2009 06:35:06 +0000 (06:35 +0000)] 
Add a test to check that the incrblob API cannot be used to write to an IPK column. Also a comment to explain why the incrblob code does not need to check if a column is part of a parent key before writing to it.

FossilOrigin-Name: dca2a7f608d9237039541707846c76cd460f5805

15 years agoAdd test cases to cover the branches added by the previous commit.
dan [Thu, 1 Oct 2009 17:13:31 +0000 (17:13 +0000)] 
Add test cases to cover the branches added by the previous commit.

FossilOrigin-Name: aaa005b6da222f711f201c453d28f5be40e9c601

15 years agoIf an update does not modify any child or parent key columns, omit foreign key proces...
dan [Thu, 1 Oct 2009 16:09:04 +0000 (16:09 +0000)] 
If an update does not modify any child or parent key columns, omit foreign key processing for the statement.

FossilOrigin-Name: edff3500058eb8ad2381f855ef7a09ecb680f7b8

15 years agoAdd tests to check that FK support interacts with count-changes correctly.
dan [Thu, 1 Oct 2009 04:35:05 +0000 (04:35 +0000)] 
Add tests to check that FK support interacts with count-changes correctly.

FossilOrigin-Name: 5b8366154b2a91c1be3e7e52ec270ecdfe7d2bb1

15 years agoRemove unreachable branches from fkey.c. Add a few tests to cover the remaining branches.
dan [Wed, 30 Sep 2009 08:11:07 +0000 (08:11 +0000)] 
Remove unreachable branches from fkey.c. Add a few tests to cover the remaining branches.

FossilOrigin-Name: 0a0a17d87c990a811a2755b9d9d4141b611b49db

15 years agoChange a couple of comments to use "SQLITE_MUTEX_OMIT" instead of OMIT_MUTEX.
dan [Wed, 30 Sep 2009 04:28:04 +0000 (04:28 +0000)] 
Change a couple of comments to use "SQLITE_MUTEX_OMIT" instead of OMIT_MUTEX.

FossilOrigin-Name: b733e939f785111eac987fe4a25ccfa512e4f0b4

15 years agoUse the affinity and collation sequence associated with the parent key when finding...
dan [Tue, 29 Sep 2009 16:38:59 +0000 (16:38 +0000)] 
Use the affinity and collation sequence associated with the parent key when finding child table rows to apply a foreign key action to.

FossilOrigin-Name: 9a4b7ec2928307e88783223903c842accaff7ccf

15 years agoCheck that a unique index uses the default collation sequences for each column before...
dan [Tue, 29 Sep 2009 15:41:57 +0000 (15:41 +0000)] 
Check that a unique index uses the default collation sequences for each column before using it as part of a foreign key constraint operation.

FossilOrigin-Name: 64154174cf8a53bd9be818db53cb0e586c5d24cb

15 years agoRemove an unused variable from fkey.c.
dan [Tue, 29 Sep 2009 11:28:51 +0000 (11:28 +0000)] 
Remove an unused variable from fkey.c.

FossilOrigin-Name: 582bd7682831362cd0e2f91ac0dba5ab2b7e2983

15 years agoVarious fixes so that "make test" works with OMIT_FOREIGN_KEY, OMIT_TRIGGER and OMIT_...
dan [Tue, 29 Sep 2009 06:33:23 +0000 (06:33 +0000)] 
Various fixes so that "make test" works with OMIT_FOREIGN_KEY, OMIT_TRIGGER and OMIT_ALTER_TABLE.

FossilOrigin-Name: e4eb227b14e4bfcb9f7f284692a391b7355f0204

15 years agoIgnore foreign key mismatch errors while compiling DROP TABLE commands.
dan [Mon, 28 Sep 2009 18:52:11 +0000 (18:52 +0000)] 
Ignore foreign key mismatch errors while compiling DROP TABLE commands.

FossilOrigin-Name: 5b4d46374a8e808246a1813c12c36c4a75371898

15 years agoFix the DROP TABLE command so that it cannot be used to bypass foreign key constraint...
dan [Mon, 28 Sep 2009 14:49:01 +0000 (14:49 +0000)] 
Fix the DROP TABLE command so that it cannot be used to bypass foreign key constraints (if foreign key support is enabled).

FossilOrigin-Name: 8353808c9e70412fdee31bfda7810e948f1c7485

15 years agoFix some foreign key constraint related problems that occur when a row refers to...
dan [Mon, 28 Sep 2009 11:54:21 +0000 (11:54 +0000)] 
Fix some foreign key constraint related problems that occur when a row refers to itself.

FossilOrigin-Name: 9e503e2d0428c9e8df878c7c6594790232cca4e0

15 years agoWhen ALTER TABLE RENAME TO is used to change the name of a table that is the parent...
dan [Sat, 26 Sep 2009 17:51:48 +0000 (17:51 +0000)] 
When ALTER TABLE RENAME TO is used to change the name of a table that is the parent table of a foreign key constraint, modify that foreign key constraint to use the new table name.

FossilOrigin-Name: b4a10c39e726dc190e9597e382baddc034294114

15 years agoAvoid checking if an insert or delete has "fixed" an outstanding FK constraint violat...
dan [Fri, 25 Sep 2009 17:03:14 +0000 (17:03 +0000)] 
Avoid checking if an insert or delete has "fixed" an outstanding FK constraint violation if the constraint counter indicates that the database contains no such violations.

FossilOrigin-Name: 519144ac437b5842e4213f0e81e05c709939c2ab

15 years agoFix comments in fkey2.c to reflect the immediate-constraint-counter approach.
dan [Fri, 25 Sep 2009 12:00:01 +0000 (12:00 +0000)] 
Fix comments in fkey2.c to reflect the immediate-constraint-counter approach.

FossilOrigin-Name: 9fd54b0aa73ed74c65f7db53cb666752f13263f9

15 years agoPrevent ALTER TABLE from being used to add a column with a REFERENCES clause and...
dan [Fri, 25 Sep 2009 11:26:54 +0000 (11:26 +0000)] 
Prevent ALTER TABLE from being used to add a column with a REFERENCES clause and a non-NULL default value while foreign key support is enabled.

FossilOrigin-Name: 353b1b18253ab71ba38a887e555994f5469b87bd

15 years agoFixes and test cases to make sure the affinity and collation sequence associated...
dan [Thu, 24 Sep 2009 18:19:41 +0000 (18:19 +0000)] 
Fixes and test cases to make sure the affinity and collation sequence associated with the parent key is used when comparing it with a child key value.

FossilOrigin-Name: 76e8e74b49be4c80b9fb20d52e9b39db8001362e

15 years agoFix a bug in the code for REPLACE conflict handling on IPK columns when there are...
dan [Thu, 24 Sep 2009 16:52:28 +0000 (16:52 +0000)] 
Fix a bug in the code for REPLACE conflict handling on IPK columns when there are no indexes on the table. Triggers and foreign key processing were being bypassed.

FossilOrigin-Name: beb2094f94849c66d98bab5999ff474cd91eea11

15 years agoFix a problem in fkey.c when a child key is the IPK of its table.
dan [Thu, 24 Sep 2009 15:16:33 +0000 (15:16 +0000)] 
Fix a problem in fkey.c when a child key is the IPK of its table.

FossilOrigin-Name: 8a000a8aae4d356e68acf2bc1788d2c40279522c

15 years agoRemove the ALWAYS() added by the previous check-in. It is not needed.
drh [Thu, 24 Sep 2009 14:27:33 +0000 (14:27 +0000)] 
Remove the ALWAYS() added by the previous check-in.  It is not needed.

FossilOrigin-Name: 36568963356e3919e8b862e7e40ded2eae7ce187

15 years agoComment enhancements. Add an ALWAYS macro in fkey.c to indicate a branch
drh [Thu, 24 Sep 2009 13:48:10 +0000 (13:48 +0000)] 
Comment enhancements.  Add an ALWAYS macro in fkey.c to indicate a branch
that is always taken.

FossilOrigin-Name: d5b714cffffe588dd4dd10e0b82df8d99657be88

15 years agoEnsure foreign key related processing takes place when rows are deleted from the...
dan [Thu, 24 Sep 2009 11:31:21 +0000 (11:31 +0000)] 
Ensure foreign key related processing takes place when rows are deleted from the database by REPLACE conflict handling.

FossilOrigin-Name: 3f40c142c8526c1572020bd4d945c03a72019135

15 years agoUse sqlite3FkOldmask() in delete.c instead of assuming that foreign key constraints...
dan [Thu, 24 Sep 2009 10:42:09 +0000 (10:42 +0000)] 
Use sqlite3FkOldmask() in delete.c instead of assuming that foreign key constraints always require all columns of the deleted row to be stored in registers.

FossilOrigin-Name: ce554a393401fc2fb9b5be049ddd383070102934

15 years agoRemove unused parameter from sqlite3CodeRowTrigger(). Fix header comments for this...
dan [Thu, 24 Sep 2009 09:05:49 +0000 (09:05 +0000)] 
Remove unused parameter from sqlite3CodeRowTrigger(). Fix header comments for this function and CodeRowTriggerDirect().

FossilOrigin-Name: 0443f7c9112ca91aa45c78a3d6287e5fcf5c3b73

15 years agoMake sure a transaction is available for rollback whenever a REDUCE conflict
drh [Thu, 24 Sep 2009 00:09:58 +0000 (00:09 +0000)] 
Make sure a transaction is available for rollback whenever a REDUCE conflict
resolution occurs and there is the possibility to ABORT.
Ticket [4a03edc4c8c]

FossilOrigin-Name: f0c56fa90dc95aff6fe6764b5ab75a90199247b0

15 years agoMore fkey tests.
shane [Wed, 23 Sep 2009 18:49:41 +0000 (18:49 +0000)] 
More fkey tests.

FossilOrigin-Name: 2d544bd53d0fb9633aca40841529aec8e7df61f8

15 years agoFix a problem with FK constraints that implicitly map to a composite primary key.
dan [Wed, 23 Sep 2009 18:07:22 +0000 (18:07 +0000)] 
Fix a problem with FK constraints that implicitly map to a composite primary key.

FossilOrigin-Name: e0a48d53110130de75602603f524539e421a9dba

15 years agoFix a problem in the fkey_malloc.test script.
dan [Wed, 23 Sep 2009 17:31:19 +0000 (17:31 +0000)] 
Fix a problem in the fkey_malloc.test script.

FossilOrigin-Name: 0ce1efa46080f379089b03706daeac96c4add0f9

15 years agoDo not check immediate foreign key constraints until the end of the statement. This...
dan [Wed, 23 Sep 2009 17:29:59 +0000 (17:29 +0000)] 
Do not check immediate foreign key constraints until the end of the statement. This matches the postgres behaviour.

FossilOrigin-Name: 1a32149cc3c722058f4ed4c81edadeb6ce5bc9e4

15 years agoModify the ".dump" command on the CLI so that it always issues a
drh [Wed, 23 Sep 2009 15:51:35 +0000 (15:51 +0000)] 
Modify the ".dump" command on the CLI so that it always issues a
PRAGMA foreign_keys=OFF at the top of the output.

FossilOrigin-Name: 0755b9b697d32292f378a4b934ca1cf9f56225cd