]> git.ipfire.org Git - thirdparty/sqlite.git/log
thirdparty/sqlite.git
21 years agoFix a bug in the handling of Mems inside of vdbe.c. (CVS 1745)
drh [Sun, 27 Jun 2004 01:56:33 +0000 (01:56 +0000)] 
Fix a bug in the handling of Mems inside of vdbe.c. (CVS 1745)

FossilOrigin-Name: ad65c6e24e15966d5fd15d60f81487ff97788da4

21 years agoCoverage testing of pragma.c. (CVS 1744)
drh [Sat, 26 Jun 2004 19:35:29 +0000 (19:35 +0000)] 
Coverage testing of pragma.c. (CVS 1744)

FossilOrigin-Name: 0f9c0f0aa9188c46c65cb92203687f37884f685a

21 years agoFold in a 64-bit change that came from the PHP people. (CVS 1743)
drh [Sat, 26 Jun 2004 14:46:39 +0000 (14:46 +0000)] 
Fold in a 64-bit change that came from the PHP people. (CVS 1743)

FossilOrigin-Name: b69b4fe8adff83a26e3566613bea8b477a26e8a4

21 years agoFix a problem where a file was not being closed after a malloc() failure. (CVS 1741)
danielk1977 [Sat, 26 Jun 2004 13:51:33 +0000 (13:51 +0000)] 
Fix a problem where a file was not being closed after a malloc() failure. (CVS 1741)

FossilOrigin-Name: 3c8512bc549e10ee131cb7f2d4e74d96e9de74a0

21 years agoAdd news about the break-in to the homepage. (CVS 1740)
drh [Sat, 26 Jun 2004 12:40:06 +0000 (12:40 +0000)] 
Add news about the break-in to the homepage. (CVS 1740)

FossilOrigin-Name: 5cda1cda63bef554f8b3436bd958014f453087c2

21 years agoFix error message returned when a database cannot be opened. (CVS 1739)
danielk1977 [Sat, 26 Jun 2004 10:02:16 +0000 (10:02 +0000)] 
Fix error message returned when a database cannot be opened. (CVS 1739)

FossilOrigin-Name: 440bfd2ac57d228d10913aca81ca8c6d7f38aa61

21 years agoMinor fixes related to the tests in misuse.test (CVS 1738)
danielk1977 [Sat, 26 Jun 2004 09:50:11 +0000 (09:50 +0000)] 
Minor fixes related to the tests in misuse.test (CVS 1738)

FossilOrigin-Name: 0af3ff39422e02afdfdaf2005ab5eb01b496dc72

21 years agoRemove the 'nMaster' argument from various pager and btree functions. (CVS 1737)
danielk1977 [Sat, 26 Jun 2004 08:38:24 +0000 (08:38 +0000)] 
Remove the 'nMaster' argument from various pager and btree functions. (CVS 1737)

FossilOrigin-Name: 4e20720984e1fd6822ead785d758374d2704b7fb

21 years agoRemove default_synchronous and temp_store pragmas. Allow the safety-level
danielk1977 [Sat, 26 Jun 2004 06:37:06 +0000 (06:37 +0000)] 
Remove default_synchronous and temp_store pragmas. Allow the safety-level
and cache-size to be set for attached databases. (CVS 1736)

FossilOrigin-Name: 76da457b8fc8fe838226da14c31c315cf914a505

21 years agoRemove default_synchronous and temp_store pragmas. Allow the safety-level
danielk1977 [Sat, 26 Jun 2004 06:37:06 +0000 (06:37 +0000)] 
Remove default_synchronous and temp_store pragmas. Allow the safety-level
and cache-size to be set for attached databases. (CVS 1735)

FossilOrigin-Name: 212de3ce66f746036cb2267a9f924fd55fa2f37a

21 years agoFix a bug in the new full-sync journal format. (CVS 1733)
danielk1977 [Sat, 26 Jun 2004 01:48:18 +0000 (01:48 +0000)] 
Fix a bug in the new full-sync journal format. (CVS 1733)

FossilOrigin-Name: 02bd3acd7efde9cc6b67c97e98db9f4b62d27877

21 years agoFix CVS merge problem. (CVS 1693)
danielk1977 [Fri, 25 Jun 2004 12:08:46 +0000 (12:08 +0000)] 
Fix CVS merge problem. (CVS 1693)

FossilOrigin-Name: dfab1e9ac0fbe57fe4a1cbe6c363ef43b3b075ef

21 years agoAdd a checksum to the master journal name stored at the end of a journal
danielk1977 [Fri, 25 Jun 2004 11:11:54 +0000 (11:11 +0000)] 
Add a checksum to the master journal name stored at the end of a journal
file. (CVS 1692)

FossilOrigin-Name: 4905e74925a4e9d467c51dc174f265b9395ae9fa

21 years agoRemove crash.test from memleak.test. (CVS 1691)
danielk1977 [Fri, 25 Jun 2004 10:26:12 +0000 (10:26 +0000)] 
Remove crash.test from memleak.test. (CVS 1691)

FossilOrigin-Name: 2a9cea61f90be4881b01f8a7c1ca4dab77706d2f

21 years agoRemove duplicate sqlite3_changes() declaration. Ticket #779. (CVS 1690)
danielk1977 [Fri, 25 Jun 2004 10:25:10 +0000 (10:25 +0000)] 
Remove duplicate sqlite3_changes() declaration. Ticket #779. (CVS 1690)

FossilOrigin-Name: 0322c83776f0c17286e9accb3ed3c72b5be6cdab

21 years agoA few more comment changes. No code alterations. (CVS 1689)
danielk1977 [Fri, 25 Jun 2004 08:32:25 +0000 (08:32 +0000)] 
A few more comment changes. No code alterations. (CVS 1689)

FossilOrigin-Name: b68b4a4262c2ab60f9a7cc0c206b9db207f86933

21 years agoAdd a comment on the implementation of sqlite3OsLock(). No code changes. (CVS 1688)
danielk1977 [Fri, 25 Jun 2004 07:21:28 +0000 (07:21 +0000)] 
Add a comment on the implementation of sqlite3OsLock(). No code changes. (CVS 1688)

FossilOrigin-Name: 084f3fffbdeb1e2b375817ae1111b867c9d32559

21 years agoActivate test cases for new journal format. (CVS 1687)
danielk1977 [Fri, 25 Jun 2004 06:23:22 +0000 (06:23 +0000)] 
Activate test cases for new journal format. (CVS 1687)

FossilOrigin-Name: 197d00d6a6a440848a0b4710157272558868221c

21 years agoModifications to the journal format to make it more robust. (CVS 1686)
danielk1977 [Fri, 25 Jun 2004 02:38:54 +0000 (02:38 +0000)] 
Modifications to the journal format to make it more robust. (CVS 1686)

FossilOrigin-Name: 504246a18daca794473b17a7874096f1ec8648ee

21 years agoFix signed integer problems in vxprintf. Ticket #778. Also remove some
drh [Fri, 25 Jun 2004 01:10:48 +0000 (01:10 +0000)] 
Fix signed integer problems in vxprintf.  Ticket #778.  Also remove some
dead code from util.c. (CVS 1685)

FossilOrigin-Name: 200cd3baf60e6cfad9fa3971834367821456ae30

21 years agoadd all sqlite3_ functions in capi reference to dll exports (CVS 1684)
dougcurrie [Thu, 24 Jun 2004 15:09:45 +0000 (15:09 +0000)] 
add all sqlite3_ functions in capi reference to dll exports (CVS 1684)

FossilOrigin-Name: b6ca51e47a6f6551058d529662abe113399b38e9

21 years agoadd sqlite3_exec to dll exports (CVS 1683)
dougcurrie [Thu, 24 Jun 2004 14:43:56 +0000 (14:43 +0000)] 
add sqlite3_exec to dll exports (CVS 1683)

FossilOrigin-Name: 6c6a84b5641f676d2bd1791863c1be849fbfbee4

21 years agomake doc directory earlier in build; see (1667) (CVS 1682)
dougcurrie [Thu, 24 Jun 2004 14:17:44 +0000 (14:17 +0000)] 
make doc directory earlier in build; see (1667) (CVS 1682)

FossilOrigin-Name: 68c90d16b482a388e73ac1e7535bd0183d6a3c1a

21 years agoMinor fix for 'make doc'. (CVS 1681)
danielk1977 [Thu, 24 Jun 2004 01:30:44 +0000 (01:30 +0000)] 
Minor fix for 'make doc'. (CVS 1681)

FossilOrigin-Name: 31fe5cbd870916b2445dec83cdd8e031ef43c177

21 years agoApply (1679) to version 3. Ticket #777. (CVS 1680)
danielk1977 [Thu, 24 Jun 2004 00:20:04 +0000 (00:20 +0000)] 
Apply (1679) to version 3.  Ticket #777. (CVS 1680)

FossilOrigin-Name: 0a26b9158095f0995fce2f0ccdfb383ab26c76a5

21 years agoImprove test coverage of utf.c. (CVS 1678)
danielk1977 [Wed, 23 Jun 2004 13:46:32 +0000 (13:46 +0000)] 
Improve test coverage of utf.c. (CVS 1678)

FossilOrigin-Name: 53c553c760a84e213c2277588bcc292892c2b0ce

21 years agoFix a bug in the previous checkin. (CVS 1677)
danielk1977 [Wed, 23 Jun 2004 12:35:14 +0000 (12:35 +0000)] 
Fix a bug in the previous checkin. (CVS 1677)

FossilOrigin-Name: f31c84a64f53cf2e75a5e988fbb6ad82537f2403

21 years agoAdd some tests for user functions that prefer various text encodings. (CVS 1676)
danielk1977 [Wed, 23 Jun 2004 12:15:55 +0000 (12:15 +0000)] 
Add some tests for user functions that prefer various text encodings. (CVS 1676)

FossilOrigin-Name: db6bab574869fde49a147d4e19dd73005f247092

21 years agoTest cases to verify recovery after a crash. (CVS 1675)
danielk1977 [Wed, 23 Jun 2004 10:43:10 +0000 (10:43 +0000)] 
Test cases to verify recovery after a crash. (CVS 1675)

FossilOrigin-Name: 41868d79ac5b3c496c4d87ca6b4ee7c17ef38965

21 years agoHandle corrupt journal file headers correctly. (CVS 1674)
danielk1977 [Wed, 23 Jun 2004 01:05:26 +0000 (01:05 +0000)] 
Handle corrupt journal file headers correctly. (CVS 1674)

FossilOrigin-Name: 46107da7eddbdda8b582e2ece2dc41222a70330a

21 years agoAdd a comment to the output buffer allocation in sqlite3VdbeMemTranslate() (CVS 1673)
danielk1977 [Wed, 23 Jun 2004 00:23:49 +0000 (00:23 +0000)] 
Add a comment to the output buffer allocation in sqlite3VdbeMemTranslate() (CVS 1673)

FossilOrigin-Name: e2f7f182987fbfe8611ead8bd1f12b2e8b47f6dc

21 years agoFix another uninitialized Mem.xDel problem. (CVS 1672)
drh [Tue, 22 Jun 2004 22:54:22 +0000 (22:54 +0000)] 
Fix another uninitialized Mem.xDel problem. (CVS 1672)

FossilOrigin-Name: cb4e242e83ba111c5da1f9662fda5a890051e7b0

21 years agoBe careful to initialize the Mem.xDel field to zero for static Mems. (CVS 1671)
drh [Tue, 22 Jun 2004 22:04:46 +0000 (22:04 +0000)] 
Be careful to initialize the Mem.xDel field to zero for static Mems. (CVS 1671)

FossilOrigin-Name: e17ea666b1eb1df12a1d4d78bda2e025e2aa30bd

21 years agoMake sure the result of a user-defined function uses the text encoding of
drh [Tue, 22 Jun 2004 17:59:55 +0000 (17:59 +0000)] 
Make sure the result of a user-defined function uses the text encoding of
the database. (CVS 1670)

FossilOrigin-Name: d333ac8002feff9423e286369e5ae5a6bfe3be50

21 years agoVersion 3.0.1 ALPHA (CVS 1669)
drh [Tue, 22 Jun 2004 14:59:40 +0000 (14:59 +0000)] 
Version 3.0.1 ALPHA (CVS 1669)

FossilOrigin-Name: ac6683e380f6199a980d587b2933c3cb0a4024f2

21 years agoFix typos in web documentation. Tickets #770 and #771. (CVS 1668)
drh [Tue, 22 Jun 2004 14:57:53 +0000 (14:57 +0000)] 
Fix typos in web documentation.  Tickets #770 and #771. (CVS 1668)

FossilOrigin-Name: 04673066ff6a7c127559ba448fe50a4d95a26347

21 years agoThe download.tcl script used to generate download.html must run out of
drh [Tue, 22 Jun 2004 14:52:26 +0000 (14:52 +0000)] 
The download.tcl script used to generate download.html must run out of
the doc subdirectory of the build. (CVS 1667)

FossilOrigin-Name: 80c7b13ff39c88474587b1899505bac83a0b8812

21 years agoUpdate the changes.html webpage for version 3.0.1. (CVS 1666)
drh [Tue, 22 Jun 2004 14:47:01 +0000 (14:47 +0000)] 
Update the changes.html webpage for version 3.0.1. (CVS 1666)

FossilOrigin-Name: d5d28e9822ba9177acfd72ebd87c293a4fac4784

21 years agoRename sqlite.dll to sqlite3.dll. (CVS 1665)
drh [Tue, 22 Jun 2004 14:41:35 +0000 (14:41 +0000)] 
Rename sqlite.dll to sqlite3.dll. (CVS 1665)

FossilOrigin-Name: a82cb4d30a1191322e61faedc9c48472d0686c98

21 years agoPrepare for another ALPHA release. Version number 3.0.1. (CVS 1664)
drh [Tue, 22 Jun 2004 14:41:00 +0000 (14:41 +0000)] 
Prepare for another ALPHA release.  Version number 3.0.1. (CVS 1664)

FossilOrigin-Name: 6dd7b02537c20af2074ada70c3fd4294dd46742d

21 years agoDo not apply unary '-' to an unsigned "sizeof" result. (CVS 1663)
drh [Tue, 22 Jun 2004 14:40:11 +0000 (14:40 +0000)] 
Do not apply unary '-' to an unsigned "sizeof" result. (CVS 1663)

FossilOrigin-Name: 129c5d5e3af4a7eeeebf5e4cbe9f0da5c123a68b

21 years agoFix error introduced during merge of main.mk. (CVS 1662)
danielk1977 [Tue, 22 Jun 2004 13:23:47 +0000 (13:23 +0000)] 
Fix error introduced during merge of main.mk. (CVS 1662)

FossilOrigin-Name: eef6da38d5b1d84e8a1eb9fe88f0f568717ea323

21 years agoFix some segfaults that could have occurred after a malloc() failure. (CVS 1661)
drh [Tue, 22 Jun 2004 13:22:40 +0000 (13:22 +0000)] 
Fix some segfaults that could have occurred after a malloc() failure. (CVS 1661)

FossilOrigin-Name: 80151e728101c3cd5a8cf36cca2bfa661b21c746

21 years agoAdd crash.test script. (CVS 1660)
danielk1977 [Tue, 22 Jun 2004 13:12:51 +0000 (13:12 +0000)] 
Add crash.test script. (CVS 1660)

FossilOrigin-Name: 64a6d805178af8947ccca19898c06979c226d92b

21 years agoAdd comments to test1.c. (CVS 1659)
drh [Tue, 22 Jun 2004 12:46:53 +0000 (12:46 +0000)] 
Add comments to test1.c. (CVS 1659)

FossilOrigin-Name: be6bd6c99dde902aafd02d8a72f3d42826caabe8

21 years agoAdd os_tst.c to the TESTSRC macro in main.mk. (CVS 1658)
drh [Tue, 22 Jun 2004 12:30:19 +0000 (12:30 +0000)] 
Add os_tst.c to the TESTSRC macro in main.mk. (CVS 1658)

FossilOrigin-Name: d0def160e5cf37cde771c2d9b18904a2a1f8c358

21 years agoImprove the os_test.c module. (CVS 1657)
danielk1977 [Tue, 22 Jun 2004 12:18:32 +0000 (12:18 +0000)] 
Improve the os_test.c module. (CVS 1657)

FossilOrigin-Name: ecdb93d3c92e34f7d85aa2fd703880669397b216

21 years agoPatch around compilers that do not support "long long int". (CVS 1656)
drh [Tue, 22 Jun 2004 12:13:55 +0000 (12:13 +0000)] 
Patch around compilers that do not support "long long int". (CVS 1656)

FossilOrigin-Name: d98b1502e2947d24ab9f4a5d2e5b9a95dde92faf

21 years agoAdd os_test.c. Not activated yet. (CVS 1655)
danielk1977 [Tue, 22 Jun 2004 11:29:02 +0000 (11:29 +0000)] 
Add os_test.c. Not activated yet. (CVS 1655)

FossilOrigin-Name: d16b863849d1aa887fe403e25153b1e9df6b837e

21 years agoconfigure fixes for cygwin (line endings in configure.ac) ticket #772 (CVS 1654)
dougcurrie [Mon, 21 Jun 2004 21:49:57 +0000 (21:49 +0000)] 
configure fixes for cygwin (line endings in configure.ac) ticket #772 (CVS 1654)

FossilOrigin-Name: 819a5973d15bf619182e47abd9b9dca2a560d8ff

21 years agoconfigure fixes for cygwin (line endings in configure.ac) (CVS 1653)
dougcurrie [Mon, 21 Jun 2004 21:44:49 +0000 (21:44 +0000)] 
configure fixes for cygwin (line endings in configure.ac) (CVS 1653)

FossilOrigin-Name: eec48814f470bc90c7a3ffd8a0f0e84af52abb26

21 years agoconfigure and makefile updates for v3-alpha compiler macros (CVS 1652)
dougcurrie [Mon, 21 Jun 2004 18:57:29 +0000 (18:57 +0000)] 
configure and makefile updates for v3-alpha compiler macros (CVS 1652)

FossilOrigin-Name: 99f38932d6e777392e168493ebcf5559ecc994c7

21 years agoFix an uninitialized variable. The variable was harmless, but pedantic
drh [Mon, 21 Jun 2004 18:14:45 +0000 (18:14 +0000)] 
Fix an uninitialized variable.  The variable was harmless, but pedantic
error checking in MSVC raised an exception on it. (CVS 1651)

FossilOrigin-Name: afc398c2ca97ff165ea8242a5ffb8b6374b7fa8f

21 years agoRemove unused OP_UtfXX opcodes. (CVS 1650)
danielk1977 [Mon, 21 Jun 2004 11:30:56 +0000 (11:30 +0000)] 
Remove unused OP_UtfXX opcodes. (CVS 1650)

FossilOrigin-Name: 84d6354fce8332b2fb4365ee23b9c9b7c012db9f

21 years agoAvoid opening a temp table for aggregate queries with no GROUP BY clause. (CVS 1649)
danielk1977 [Mon, 21 Jun 2004 10:45:06 +0000 (10:45 +0000)] 
Avoid opening a temp table for aggregate queries with no GROUP BY clause. (CVS 1649)

FossilOrigin-Name: 4d02df63496091a1e643601f84313f42130d6282

21 years agoAdd the OP_Concat8 opcode, similar in concept to OP_String8. (CVS 1648)
danielk1977 [Mon, 21 Jun 2004 09:06:41 +0000 (09:06 +0000)] 
Add the OP_Concat8 opcode, similar in concept to OP_String8. (CVS 1648)

FossilOrigin-Name: bbd3e93348bc3a1178f5278c6cf0b82e75bbf642

21 years agoEnsure sqlite3ErrorMsg() is used to report errors during compilation,
danielk1977 [Mon, 21 Jun 2004 08:18:51 +0000 (08:18 +0000)] 
Ensure sqlite3ErrorMsg() is used to report errors during compilation,
sqlite3Error() during execution. Also remove unused param from
sqlite3VdbeReset() and Finalize(). (CVS 1647)

FossilOrigin-Name: 7a33daef5b49b1f2d89f27e0063372fe4f1702c8

21 years agoUpdate sqlite3_column_decltype() to return NULL as the declartion type for
danielk1977 [Mon, 21 Jun 2004 07:36:32 +0000 (07:36 +0000)] 
Update sqlite3_column_decltype() to return NULL as the declartion type for
an expression that is not a column reference. (CVS 1646)

FossilOrigin-Name: ee9dffd986621490af7bd45c7fe070bb7da8c357

21 years agoUpdate sqlite3_changes() to match the documentation and add
danielk1977 [Mon, 21 Jun 2004 06:50:26 +0000 (06:50 +0000)] 
Update sqlite3_changes() to match the documentation and add
sqlite3_total_changes(). (CVS 1645)

FossilOrigin-Name: ae2f4a0943854fedbbb6fab1dc3aaf972722ed95

21 years agofix fulltest error by restoring unset (CVS 1644)
dougcurrie [Sun, 20 Jun 2004 03:06:18 +0000 (03:06 +0000)] 
fix fulltest error by restoring unset (CVS 1644)

FossilOrigin-Name: d2ccac9d01994de09a195d71cb63d1bf9fb0d33f

21 years agoMake sure VdbeFunc entries are initialized before trying to destroy them.
drh [Sat, 19 Jun 2004 17:33:07 +0000 (17:33 +0000)] 
Make sure VdbeFunc entries are initialized before trying to destroy them.
Also, unrelated comment changes in build.c. (CVS 1643)

FossilOrigin-Name: fc3b3a8fe86980db4de402bb8e85f8f739fc3883

21 years agoOmit the DB_Locked and DB_Cookie flags. Other minor cleanup. (CVS 1642)
drh [Sat, 19 Jun 2004 16:06:10 +0000 (16:06 +0000)] 
Omit the DB_Locked and DB_Cookie flags.  Other minor cleanup. (CVS 1642)

FossilOrigin-Name: 01f74b420c3f24918c066172e09cebbb22568faf

21 years agoClear up another zero-length array. This seems to fix the segfault in
drh [Sat, 19 Jun 2004 15:40:23 +0000 (15:40 +0000)] 
Clear up another zero-length array.  This seems to fix the segfault in
func-13.4 too. (CVS 1641)

FossilOrigin-Name: 70680a34b4b617286d92730bd3042b8b569b3371

21 years agoFix problems with the WatCom C compiler: Arrays must contain at least one
drh [Sat, 19 Jun 2004 15:22:56 +0000 (15:22 +0000)] 
Fix problems with the WatCom C compiler:  Arrays must contain at least one
element.  sqlite3FreeX declared properly.  Don't allow run-time expression
(the SQLITE_UTF16NATIVE macro) in an array initializer. (CVS 1640)

FossilOrigin-Name: fbfc3c95a8abf25bb9e2b44cfeb7186c5b0591d7

21 years agoOmit the sqlite3VdbeCode() routine. Use sqlite3NameFromToken() more to
drh [Sat, 19 Jun 2004 14:49:12 +0000 (14:49 +0000)] 
Omit the sqlite3VdbeCode() routine.  Use sqlite3NameFromToken() more to
reduce the amount of code. (CVS 1639)

FossilOrigin-Name: 99d0436e0ee1c917b2b7bbf005f05288b535648a

21 years agofile spaceanal.tcl was initially added on branch version_2. (CVS 1638)
drh [Sat, 19 Jun 2004 11:57:39 +0000 (11:57 +0000)] 
file spaceanal.tcl was initially added on branch version_2. (CVS 1638)

FossilOrigin-Name: 936e60d7b122079de23db301a55c6e8510c82e18

21 years agoCreate sqlite3.def and move sqlite.def into the attic. (CVS 1635)
drh [Sat, 19 Jun 2004 11:39:01 +0000 (11:39 +0000)] 
Create sqlite3.def and move sqlite.def into the attic. (CVS 1635)

FossilOrigin-Name: a5c98a272ec30971a9aa9ba2a6e2dec1a4dd8c18

21 years agoRemove the unused 'next_cookie' mechanism. (CVS 1634)
danielk1977 [Sat, 19 Jun 2004 09:35:36 +0000 (09:35 +0000)] 
Remove the unused 'next_cookie' mechanism. (CVS 1634)

FossilOrigin-Name: c94a9759ca6346a8c32f388a7aa1f0f139d6abc2

21 years agoMake sure ATTACH and DETACH fail if a transaction is active. (CVS 1633)
danielk1977 [Sat, 19 Jun 2004 09:08:16 +0000 (09:08 +0000)] 
Make sure ATTACH and DETACH fail if a transaction is active. (CVS 1633)

FossilOrigin-Name: c49d8bdc3e1172a283f7aaf208fbb9096acd5ab6

21 years agoRemove the iCollate argument from sqlite3_create_function() (CVS 1632)
danielk1977 [Sat, 19 Jun 2004 08:18:07 +0000 (08:18 +0000)] 
Remove the iCollate argument from sqlite3_create_function() (CVS 1632)

FossilOrigin-Name: 728d57ff5517a51c3aad4ba95525b1aa2065bd19

21 years agoUpdate sqlite3_close() API to match documentation. (CVS 1630)
danielk1977 [Sat, 19 Jun 2004 03:33:57 +0000 (03:33 +0000)] 
Update sqlite3_close() API to match documentation. (CVS 1630)

FossilOrigin-Name: 61819740fe8916892afe502196bb8b75a51f81e8

21 years agoUpdate sqlite.def for version 3.0. (CVS 1629)
drh [Sat, 19 Jun 2004 03:26:12 +0000 (03:26 +0000)] 
Update sqlite.def for version 3.0. (CVS 1629)

FossilOrigin-Name: 327780ade9ac99470018320218f39fbbc8f21837

21 years agoFix for #764. When reloading the schema, load the temp schema last. (CVS 1628)
danielk1977 [Sat, 19 Jun 2004 02:22:10 +0000 (02:22 +0000)] 
Fix for #764. When reloading the schema, load the temp schema last. (CVS 1628)

FossilOrigin-Name: 1f43219a7402af7255743466731dba2afb31d12b

21 years agofix dependencies for testfixture in Makefile.in (CVS 1627)
dougcurrie [Sat, 19 Jun 2004 02:19:39 +0000 (02:19 +0000)] 
fix dependencies for testfixture in Makefile.in (CVS 1627)

FossilOrigin-Name: 26676538ee63311393b52c8479c324469bf71f65

21 years agoChange the name of the TCL command from "sqlite" to "sqlite3" so that both
drh [Sat, 19 Jun 2004 00:16:31 +0000 (00:16 +0000)] 
Change the name of the TCL command from "sqlite" to "sqlite3" so that both
SQLite version 2 and SQLite version 3 can be used by Tcl at the same time. (CVS 1626)

FossilOrigin-Name: d705d051bed2b92b6c3bbcc75fe5b056633b9c31

21 years agoMinGW/MSYS build fixes; ticket #765 (CVS 1625)
dougcurrie [Fri, 18 Jun 2004 23:21:47 +0000 (23:21 +0000)] 
MinGW/MSYS build fixes; ticket #765 (CVS 1625)

FossilOrigin-Name: 5f383c1ee1a2aec9e192f29528ec2a02f2329d19

21 years agoMinGW/MSYS build fixes; ticket #765 (CVS 1624)
dougcurrie [Fri, 18 Jun 2004 23:20:53 +0000 (23:20 +0000)] 
MinGW/MSYS build fixes; ticket #765 (CVS 1624)

FossilOrigin-Name: 3c6b9b41a682a7bb979acc1e269eea2384aa9d45

21 years agoMinGW/MSYS build fixes; ticket #765 (CVS 1623)
dougcurrie [Fri, 18 Jun 2004 23:19:19 +0000 (23:19 +0000)] 
MinGW/MSYS build fixes; ticket #765 (CVS 1623)

FossilOrigin-Name: 7121cee78c2ed20fd09190fdcca1c8c92ef1e09d

21 years agoFix declaration problem in the previous check-in. (CVS 1622)
drh [Fri, 18 Jun 2004 17:45:11 +0000 (17:45 +0000)] 
Fix declaration problem in the previous check-in. (CVS 1622)

FossilOrigin-Name: f312057da4304857d16b344b784c84ce14e2ef69

21 years agoChanges to allow libsqlite3.a and libsqlite.a to be both linked into the
drh [Fri, 18 Jun 2004 17:10:16 +0000 (17:10 +0000)] 
Changes to allow libsqlite3.a and libsqlite.a to be both linked into the
same program at the same time. (CVS 1621)

FossilOrigin-Name: 2590fffcaa92adc619f7a927d2b5169d8dfef50a

21 years agoFix typos in documentation. Fix publish.sh so that it correctly builds the
drh [Fri, 18 Jun 2004 15:13:48 +0000 (15:13 +0000)] 
Fix typos in documentation.  Fix publish.sh so that it correctly builds the
ZIP archive of preprocesses source code. (CVS 1620)

FossilOrigin-Name: fee0c5e308c3de1937185e2060c8757e605ab3a2

21 years agoVersion 3.0.0 (ALPHA) (CVS 1619)
drh [Fri, 18 Jun 2004 12:29:23 +0000 (12:29 +0000)] 
Version 3.0.0 (ALPHA) (CVS 1619)

FossilOrigin-Name: 8b409aaae42cc36d96536531da41f05bd0cdd29c

21 years agoFix typos in capi3.tcl (CVS 1618)
danielk1977 [Fri, 18 Jun 2004 11:34:09 +0000 (11:34 +0000)] 
Fix typos in capi3.tcl (CVS 1618)

FossilOrigin-Name: 9e0e530f10bf70996471650496173dee074c2732

21 years agoUpdate the Makefile.in, version number, change log, etc for the 3.0.0
drh [Fri, 18 Jun 2004 11:29:35 +0000 (11:29 +0000)] 
Update the Makefile.in, version number, change log, etc for the 3.0.0
release. (CVS 1617)

FossilOrigin-Name: 917391e05ef45fd1eae883a99e6bbe6d7df3cc1c

21 years agoFix typos and minor errors in lang.tcl. (CVS 1616)
danielk1977 [Fri, 18 Jun 2004 11:25:21 +0000 (11:25 +0000)] 
Fix typos and minor errors in lang.tcl. (CVS 1616)

FossilOrigin-Name: 61db159c7d1d971266e487d44e3eb5bf6ac9a8e3

21 years agoFix a couple of gcc warnings. (CVS 1615)
danielk1977 [Fri, 18 Jun 2004 06:02:35 +0000 (06:02 +0000)] 
Fix a couple of gcc warnings. (CVS 1615)

FossilOrigin-Name: 960f55f3ecbef4581c8cb7be860023ba10de4e96

21 years agoOptimisation for unicode encoding conversion routines. (CVS 1614)
danielk1977 [Fri, 18 Jun 2004 04:24:54 +0000 (04:24 +0000)] 
Optimisation for unicode encoding conversion routines. (CVS 1614)

FossilOrigin-Name: 39a415eaa65964742e40b7ea4d471fa04007c6c9

21 years agoDocumentation updates in preparation for the release of version 3.0.0. (CVS 1613)
drh [Thu, 17 Jun 2004 19:04:17 +0000 (19:04 +0000)] 
Documentation updates in preparation for the release of version 3.0.0. (CVS 1613)

FossilOrigin-Name: 9fb29f7331254b601b71f0fe7d77f91915272dc7

21 years agoRemove redundant opcodes OP_MakeKey and OP_MakeIdxKey. (CVS 1612)
danielk1977 [Thu, 17 Jun 2004 07:53:01 +0000 (07:53 +0000)] 
Remove redundant opcodes OP_MakeKey and OP_MakeIdxKey. (CVS 1612)

FossilOrigin-Name: a71a9ff114f2162696d8d37fbc87b315568f6dcb

21 years agoHandle conflicting ON CONFLICT clauses in table definitions. (CVS 1611)
danielk1977 [Thu, 17 Jun 2004 06:13:34 +0000 (06:13 +0000)] 
Handle conflicting ON CONFLICT clauses in table definitions. (CVS 1611)

FossilOrigin-Name: 12e77e759ec5b45b7fb94aa815435127f395162e

21 years agoUse the faster LIKE function from sqlite v2. Add special user functions to
danielk1977 [Thu, 17 Jun 2004 05:36:44 +0000 (05:36 +0000)] 
Use the faster LIKE function from sqlite v2. Add special user functions to
test builds to test the auxdata APIs. (CVS 1610)

FossilOrigin-Name: b9493c5facea4d24a6cbc4f6fa2f75dc2399a11d

21 years agoRemove the second definition of SQLITE_N_BTREE_META from test3.c. (CVS 1609)
danielk1977 [Thu, 17 Jun 2004 00:01:21 +0000 (00:01 +0000)] 
Remove the second definition of SQLITE_N_BTREE_META from test3.c. (CVS 1609)

FossilOrigin-Name: b1e66ae4640c2cd32d47c043b5c25ea67182098b

21 years agoTrivial modifications to prevent compiler warnings. (CVS 1608)
danielk1977 [Wed, 16 Jun 2004 12:02:47 +0000 (12:02 +0000)] 
Trivial modifications to prevent compiler warnings. (CVS 1608)

FossilOrigin-Name: b3d5ad6f7832d46e34e99e4a1cb7e47c88f207a4

21 years agoTrivial modifications to prevent compiler warnings. (CVS 1607)
danielk1977 [Wed, 16 Jun 2004 12:02:43 +0000 (12:02 +0000)] 
Trivial modifications to prevent compiler warnings. (CVS 1607)

FossilOrigin-Name: 7974c9a6f5ed86f02176376d99d909c43a4ae455

21 years agoTrivial modifications to prevent compiler warnings. (CVS 1606)
danielk1977 [Wed, 16 Jun 2004 12:00:29 +0000 (12:00 +0000)] 
Trivial modifications to prevent compiler warnings. (CVS 1606)

FossilOrigin-Name: 6001c5e1ced08096bb404e72ff533b7edcc896ec

21 years agoFix handling of a failed malloc() in various places (CVS 1605)
danielk1977 [Wed, 16 Jun 2004 10:39:52 +0000 (10:39 +0000)] 
Fix handling of a failed malloc() in various places (CVS 1605)

FossilOrigin-Name: b739ef2a1b8f7cfee4ab3f4c1319c159bd1e2e40

21 years agoFix handling of a failed malloc() in various places (CVS 1604)
danielk1977 [Wed, 16 Jun 2004 10:39:23 +0000 (10:39 +0000)] 
Fix handling of a failed malloc() in various places (CVS 1604)

FossilOrigin-Name: 7d8edce4c12d075acbc6bac6758aabb2769f983a

21 years agoFix two more memory leaks. (CVS 1603)
danielk1977 [Wed, 16 Jun 2004 07:45:24 +0000 (07:45 +0000)] 
Fix two more memory leaks. (CVS 1603)

FossilOrigin-Name: 98b48704a1ce983677cdb269c24f7bca4ed606f7

21 years agoDocumentation updates and changes the publish.sh script. (CVS 1602)
drh [Wed, 16 Jun 2004 03:02:00 +0000 (03:02 +0000)] 
Documentation updates and changes the publish.sh script. (CVS 1602)

FossilOrigin-Name: e9a77f8972128550f6ff98dcf854eb7680eaee8b

21 years agoAssorted memory leak fixes. (CVS 1600)
danielk1977 [Tue, 15 Jun 2004 16:51:01 +0000 (16:51 +0000)] 
Assorted memory leak fixes. (CVS 1600)

FossilOrigin-Name: 07b90f3690768e852384fbbde0ba59e69e24d1da