]> git.ipfire.org Git - thirdparty/sqlite.git/log
thirdparty/sqlite.git
20 years agoFix typo in the formatchng.html document. (CVS 2417)
drh [Wed, 23 Mar 2005 01:05:14 +0000 (01:05 +0000)] 
Fix typo in the formatchng.html document. (CVS 2417)

FossilOrigin-Name: 35ace66f3ebefd4cd1455c923199511ab3b72bb6

20 years agoVersion 3.2.0 (CVS 2415)
drh [Mon, 21 Mar 2005 19:51:30 +0000 (19:51 +0000)] 
Version 3.2.0 (CVS 2415)

FossilOrigin-Name: debf40e8ffa35406685ec027ced1f147ef0487df

20 years agoDocumentation changes prior to the release of version 3.2.0. (CVS 2416)
drh [Mon, 21 Mar 2005 19:48:00 +0000 (19:48 +0000)] 
Documentation changes prior to the release of version 3.2.0. (CVS 2416)

FossilOrigin-Name: cc5a2c8e5d2ddb87f3bce6efaf3e62d7fa00d9ca

20 years agoAdd function to recover from a malloc() failure. (CVS 2414)
danielk1977 [Mon, 21 Mar 2005 04:04:02 +0000 (04:04 +0000)] 
Add function to recover from a malloc() failure. (CVS 2414)

FossilOrigin-Name: 1f9d10d7965c95d1e35f64cf4c3f128adabd41f2

20 years agoAssorted fixes to the handling of various malloc() failures. (CVS 2413)
danielk1977 [Mon, 21 Mar 2005 03:53:38 +0000 (03:53 +0000)] 
Assorted fixes to the handling of various malloc() failures. (CVS 2413)

FossilOrigin-Name: e7844a01c248e8d9204ea9214bec84c81dc07f32

20 years agoUpdate docs to say that the default_synchronous pragma has been removed.
drh [Mon, 21 Mar 2005 01:31:36 +0000 (01:31 +0000)] 
Update docs to say that the default_synchronous pragma has been removed.
Ticket #1049. (CVS 2412)

FossilOrigin-Name: 21012bba176035ff69f860936794a6c2a8eac9df

20 years agofix typo in CREATE VIEW documentation. Ticket #1135. (CVS 2411)
drh [Mon, 21 Mar 2005 01:24:02 +0000 (01:24 +0000)] 
fix typo in CREATE VIEW documentation.  Ticket #1135. (CVS 2411)

FossilOrigin-Name: 38897a509a98188a06c49c01a71ddf8835c7b607

20 years agoFix an infinite loop in the code generator for INSERT. Ticket #1140. (CVS 2410)
drh [Mon, 21 Mar 2005 01:20:58 +0000 (01:20 +0000)] 
Fix an infinite loop in the code generator for INSERT.  Ticket #1140. (CVS 2410)

FossilOrigin-Name: 876d09d9145775956913e975c29e81d7553839ac

20 years agoREADME file updated to suggest running "make install". Ticket #1168. (CVS 2409)
drh [Mon, 21 Mar 2005 00:47:18 +0000 (00:47 +0000)] 
README file updated to suggest running "make install".  Ticket #1168. (CVS 2409)

FossilOrigin-Name: b48784cf65420da5ccdf779504e3c0b5c0f2471d

20 years agoAllow the character "T" between date and time in ISO-8601 date/time formats.
drh [Mon, 21 Mar 2005 00:43:44 +0000 (00:43 +0000)] 
Allow the character "T" between date and time in ISO-8601 date/time formats.
Ticket #1170. (CVS 2408)

FossilOrigin-Name: 2bf88daa57b01216c7bbe67972f479ee12be1193

20 years agoImproved support for cygwin. Ticket #1165. (CVS 2407)
drh [Mon, 21 Mar 2005 00:36:08 +0000 (00:36 +0000)] 
Improved support for cygwin.  Ticket #1165. (CVS 2407)

FossilOrigin-Name: fcb5cee440ab49e39b62b177cbb04ab0b061a477

20 years agoFix a formatting error in the syntax documentation. Ticket #1145. (CVS 2406)
drh [Mon, 21 Mar 2005 00:28:24 +0000 (00:28 +0000)] 
Fix a formatting error in the syntax documentation.  Ticket #1145. (CVS 2406)

FossilOrigin-Name: 59892be6a4c344cb6654f76e4b3b9db96d52f132

20 years agoFix for ticket #1167 (CVS 2405)
drh [Sun, 20 Mar 2005 23:18:57 +0000 (23:18 +0000)] 
Fix for ticket #1167 (CVS 2405)

FossilOrigin-Name: d9aa0aa9ae2ca0dec976ba2ae4cd7047132be45b

20 years agoDo not attempt to read the journal file on windows because manditory locking
drh [Sun, 20 Mar 2005 22:54:56 +0000 (22:54 +0000)] 
Do not attempt to read the journal file on windows because manditory locking
on windows will not allow it.  Ticket #1166. (CVS 2404)

FossilOrigin-Name: 1865e0d81c827cc879dde96c6a9f42e740b6a560

20 years agoMore changes for ticket #1171 after additional analysis. (CVS 2403)
drh [Sun, 20 Mar 2005 22:47:56 +0000 (22:47 +0000)] 
More changes for ticket #1171 after additional analysis. (CVS 2403)

FossilOrigin-Name: 0471d6b86fd67c22da832beb280b31305c5aa812

20 years agoTentative fix for ticket #1171. More research and testing needed. (CVS 2402)
drh [Sun, 20 Mar 2005 19:10:12 +0000 (19:10 +0000)] 
Tentative fix for ticket #1171.  More research and testing needed. (CVS 2402)

FossilOrigin-Name: f0a39cee78472b93cce5304fc255285ddea7d2bf

20 years agoMore documentation updates. (CVS 2401)
drh [Sat, 19 Mar 2005 15:10:45 +0000 (15:10 +0000)] 
More documentation updates. (CVS 2401)

FossilOrigin-Name: f065b6102db838d48f1a1a9ed68b2a09cd440cf8

20 years agoPreparations for the release of version 3.2.0. (CVS 2400)
drh [Sat, 19 Mar 2005 14:45:48 +0000 (14:45 +0000)] 
Preparations for the release of version 3.2.0. (CVS 2400)

FossilOrigin-Name: 90a00e90663749e5d1f8e28709dfbe981f8afc8b

20 years agoFix typos in documentation. (CVS 2399)
drh [Sat, 19 Mar 2005 03:41:57 +0000 (03:41 +0000)] 
Fix typos in documentation. (CVS 2399)

FossilOrigin-Name: aee888ca58a7d059ff3ccb26bf0924550d54ab1c

20 years agoUpdates to comments and documentation. No changes to code. (CVS 2398)
drh [Sat, 19 Mar 2005 01:41:21 +0000 (01:41 +0000)] 
Updates to comments and documentation.  No changes to code. (CVS 2398)

FossilOrigin-Name: e53c77268cd16802bd8c6fc4c6cd5280dc12f9c1

20 years agoRemove unused code from util.c. Enhance the trace output in os_unix.c. (CVS 2397)
drh [Fri, 18 Mar 2005 14:03:15 +0000 (14:03 +0000)] 
Remove unused code from util.c.  Enhance the trace output in os_unix.c. (CVS 2397)

FossilOrigin-Name: f2f31919fdd181c79b86f849d46c60f1ed7a0db1

20 years agoFixed a typo in alter3.test. (CVS 2396)
drh [Thu, 17 Mar 2005 12:33:14 +0000 (12:33 +0000)] 
Fixed a typo in alter3.test. (CVS 2396)

FossilOrigin-Name: 698be25d3e8f0eb2b5a4c6c7d20343b3c8a06134

20 years agoDon't run the tests in alter3.test if SQLITE_OMIT_ALTERTABLE is defined. (CVS 2395)
danielk1977 [Thu, 17 Mar 2005 07:00:55 +0000 (07:00 +0000)] 
Don't run the tests in alter3.test if SQLITE_OMIT_ALTERTABLE is defined. (CVS 2395)

FossilOrigin-Name: 800fb3bf06f73af53af57f5b172c85406af374ad

20 years agoUpdate to keyword list for ALTER TABLE ... ADD COLUMN command. (CVS 2394)
danielk1977 [Thu, 17 Mar 2005 05:06:28 +0000 (05:06 +0000)] 
Update to keyword list for ALTER TABLE ... ADD COLUMN command. (CVS 2394)

FossilOrigin-Name: 173e26961faec434cd4e4abc1dcb238ab9a942b8

20 years agoAdd the ALTER TABLE ... ADD COLUMN command. (CVS 2393)
danielk1977 [Thu, 17 Mar 2005 05:03:38 +0000 (05:03 +0000)] 
Add the ALTER TABLE ... ADD COLUMN command. (CVS 2393)

FossilOrigin-Name: 94185dd4f7e2e941c74a521488d1212a75927218

20 years agoVersion 3.1.6 (CVS 2392)
drh [Thu, 17 Mar 2005 04:01:24 +0000 (04:01 +0000)] 
Version 3.1.6 (CVS 2392)

FossilOrigin-Name: 6a3f4e4be6f294f756ed882f220f579252735f3f

20 years agoStrengthen an assert() in vdbe.c. (CVS 2391)
drh [Thu, 17 Mar 2005 03:52:47 +0000 (03:52 +0000)] 
Strengthen an assert() in vdbe.c. (CVS 2391)

FossilOrigin-Name: 3f45cf3516be9919fe2c0673d6f445fa83d42126

20 years agoPreparing for the release of 3.1.6. (CVS 2390)
drh [Thu, 17 Mar 2005 03:33:16 +0000 (03:33 +0000)] 
Preparing for the release of 3.1.6. (CVS 2390)

FossilOrigin-Name: 45cbf27e8079754941225e87867711504bf3d60c

20 years agoFix a bug in the calculation of the table record header size.
drh [Thu, 17 Mar 2005 03:15:40 +0000 (03:15 +0000)] 
Fix a bug in the calculation of the table record header size.
Ticket #1163. (CVS 2389)

FossilOrigin-Name: bf82a04ff7c24a38d45721b3fae69d88d6e83149

20 years agoFix some memory leaks that can occur if a memory allocation fails. (CVS 2388)
danielk1977 [Wed, 16 Mar 2005 12:15:20 +0000 (12:15 +0000)] 
Fix some memory leaks that can occur if a memory allocation fails. (CVS 2388)

FossilOrigin-Name: 9a358fc33d726d0b5782bf65b50f61f2bd096d56

20 years agoWhen creating a new database, delete any preexisting journal that might be
drh [Tue, 15 Mar 2005 17:09:30 +0000 (17:09 +0000)] 
When creating a new database, delete any preexisting journal that might be
left over from a prior database with the same name.  Ticket #1152. (CVS 2387)

FossilOrigin-Name: 856e2ec9688affbfe496cf184f460b18408e3dc0

20 years agoAllow the database name in a DETACH statement to be quoted.
drh [Tue, 15 Mar 2005 02:04:12 +0000 (02:04 +0000)] 
Allow the database name in a DETACH statement to be quoted.
Ticket #1151. (CVS 2386)

FossilOrigin-Name: 24e887735256499e58dabe90463524d9e6eb08ce

20 years agoBe more aggressive about using the busy handler. Ticket #1159. (CVS 2385)
drh [Mon, 14 Mar 2005 02:01:49 +0000 (02:01 +0000)] 
Be more aggressive about using the busy handler.  Ticket #1159. (CVS 2385)

FossilOrigin-Name: 644c6398e52481e5dda87671e1c196b26b1e4990

20 years agoFix typo in documentation. (CVS 2384)
drh [Sat, 12 Mar 2005 18:03:58 +0000 (18:03 +0000)] 
Fix typo in documentation. (CVS 2384)

FossilOrigin-Name: 78012246fc1c1fe844d192cfff69a736e388ce7a

20 years agoDocumentation updates. Added the "distinctive features" page. (CVS 2383)
drh [Sat, 12 Mar 2005 15:55:10 +0000 (15:55 +0000)] 
Documentation updates.  Added the "distinctive features" page. (CVS 2383)

FossilOrigin-Name: 33a0191638a4d6b33422f62487bfb9a0089d3cff

20 years agoVersion 3.1.5 (CVS 2382)
drh [Fri, 11 Mar 2005 18:06:53 +0000 (18:06 +0000)] 
Version 3.1.5 (CVS 2382)

FossilOrigin-Name: b1792ae51666f27bc47cf986937a3caacdd3a9f7

20 years agoDisable GNU readline in the build of the command-line shell for linux since
drh [Fri, 11 Mar 2005 18:06:40 +0000 (18:06 +0000)] 
Disable GNU readline in the build of the command-line shell for linux since
some systems (ex: SuSE) do not support it. (CVS 2381)

FossilOrigin-Name: baddb06450e6948334faef4afa7cbfba40a2aa0f

20 years agoUpdates to the homepage prior to 3.1.5. (CVS 2380)
drh [Fri, 11 Mar 2005 17:55:32 +0000 (17:55 +0000)] 
Updates to the homepage prior to 3.1.5. (CVS 2380)

FossilOrigin-Name: c78611f620587d392b978d4218e3b464ccc74730

20 years agoFix bugs discovered in 3.1.4. F_FULLFSYNC not F_FULLSYNC. And a bug in
drh [Fri, 11 Mar 2005 17:52:34 +0000 (17:52 +0000)] 
Fix bugs discovered in 3.1.4.  F_FULLFSYNC not F_FULLSYNC.  And a bug in
"make doc".  Also typos in the documentation. (CVS 2379)

FossilOrigin-Name: 3c57a4571fc8463ce9de1cbe5be45538bf2f0de9

20 years agoVersion 3.1.4 (CVS 2378)
drh [Fri, 11 Mar 2005 04:53:17 +0000 (04:53 +0000)] 
Version 3.1.4 (CVS 2378)

FossilOrigin-Name: 3d070a9b4d680d952464b53b51e82b95982bbfca

20 years agoFixes so that the FULLSYNC changes will build on windows. They do not have
drh [Fri, 11 Mar 2005 04:41:39 +0000 (04:41 +0000)] 
Fixes so that the FULLSYNC changes will build on windows.  They do not have
any effect, but neither do they cause errors. (CVS 2377)

FossilOrigin-Name: ace3e30de1cde2e8990d8429b730ca5b68acd714

20 years agoIncrease the version number to 3.1.4. (CVS 2376)
drh [Fri, 11 Mar 2005 04:40:23 +0000 (04:40 +0000)] 
Increase the version number to 3.1.4. (CVS 2376)

FossilOrigin-Name: e438b65cf9606f5564b28857ba9625665d57f1f6

20 years agoDocumentation updates for version 3.1.4. (CVS 2375)
drh [Fri, 11 Mar 2005 04:39:58 +0000 (04:39 +0000)] 
Documentation updates for version 3.1.4. (CVS 2375)

FossilOrigin-Name: a7261f1590367932db23f5c8d6d785887df1e8dd

20 years agoAnother case of returning SQLITE_CORRUPT when a corrupt database file
drh [Thu, 10 Mar 2005 17:06:34 +0000 (17:06 +0000)] 
Another case of returning SQLITE_CORRUPT when a corrupt database file
is detected. (CVS 2374)

FossilOrigin-Name: 8710192797b5b22f29b2af90198d03664665bd83

20 years agoFix a problem with crashtest caused by the F_FULLSYNC change. (CVS 2373)
drh [Thu, 10 Mar 2005 14:32:24 +0000 (14:32 +0000)] 
Fix a problem with crashtest caused by the F_FULLSYNC change. (CVS 2373)

FossilOrigin-Name: f11c6e745200525056ae7cf97b4bdf1c7f1db588

20 years agoDisable F_FULLSYNC if the sychronous pragma is not set to FULL. (CVS 2372)
drh [Thu, 10 Mar 2005 14:11:12 +0000 (14:11 +0000)] 
Disable F_FULLSYNC if the sychronous pragma is not set to FULL. (CVS 2372)

FossilOrigin-Name: 58b8733b96165126ee8514f2ce0f88d249792847

20 years agoDisable the use of ./crashtest in builds that include a codec. (CVS 2371)
drh [Thu, 10 Mar 2005 12:58:21 +0000 (12:58 +0000)] 
Disable the use of ./crashtest in builds that include a codec. (CVS 2371)

FossilOrigin-Name: 7e4af62238bf8fa3d3cbc79e2c8951e621a0c0b4

20 years agoDisable the alter2 tests if there is a codec compiled into the library. (CVS 2370)
drh [Thu, 10 Mar 2005 12:52:47 +0000 (12:52 +0000)] 
Disable the alter2 tests if there is a codec compiled into the library. (CVS 2370)

FossilOrigin-Name: 06a48da67b142e92624cdfd46947bd4ccc6842b7

20 years agoFix a #ifdef in util.c. (CVS 2369)
drh [Thu, 10 Mar 2005 12:35:45 +0000 (12:35 +0000)] 
Fix a #ifdef in util.c. (CVS 2369)

FossilOrigin-Name: f426c625c4c3de626b5f5f8b5a6343a7ec3b16e9

20 years agoFix a file corruption bug in CREATE INDEX in auto-vacuum databases. (CVS 2368)
danielk1977 [Wed, 9 Mar 2005 13:09:43 +0000 (13:09 +0000)] 
Fix a file corruption bug in CREATE INDEX in auto-vacuum databases. (CVS 2368)

FossilOrigin-Name: 64c4c717d35c8fce9b4be073196c507f6d471188

20 years agoSupport for a future ALTER TABLE command to add columns with default values. (CVS...
danielk1977 [Wed, 9 Mar 2005 12:26:50 +0000 (12:26 +0000)] 
Support for a future ALTER TABLE command to add columns with default values. (CVS 2367)

FossilOrigin-Name: 9d5abc1ddf6da37563c12d5a0401b89bb4e51c59

20 years agoPrint an error message and quit if the regression tests are run as root.
drh [Wed, 2 Mar 2005 05:18:57 +0000 (05:18 +0000)] 
Print an error message and quit if the regression tests are run as root.
Ticket #1153. (CVS 2366)

FossilOrigin-Name: 9b96078763949a2723482328e7b90c939ba8d2d8

20 years agoFix the header comment on experimental.c. (CVS 2365)
drh [Wed, 2 Mar 2005 05:18:29 +0000 (05:18 +0000)] 
Fix the header comment on experimental.c. (CVS 2365)

FossilOrigin-Name: 0c4d2b11c922b41d0e03bfbd885dfdf52ce7ccab

20 years agoVersion 3.1.3.1 (not an official release) (CVS 2364)
drh [Mon, 28 Feb 2005 01:52:56 +0000 (01:52 +0000)] 
Version 3.1.3.1 (not an official release) (CVS 2364)

FossilOrigin-Name: 957333a7b203373e89030766f693e691f049c66a

20 years agoBump the version number to 3.1.3.1. (CVS 2363)
drh [Mon, 28 Feb 2005 01:42:23 +0000 (01:42 +0000)] 
Bump the version number to 3.1.3.1. (CVS 2363)

FossilOrigin-Name: 1ca8bbf749988fd3c88b25c08255c2096f833808

20 years agoAdd the SQLITE_OMIT_FLAG_PRAGMAS compile-time option. (CVS 2362)
drh [Sat, 26 Feb 2005 18:10:44 +0000 (18:10 +0000)] 
Add the SQLITE_OMIT_FLAG_PRAGMAS compile-time option. (CVS 2362)

FossilOrigin-Name: c167e9054249361d1f464d3840a5c277e6ed44ab

20 years agoFix an assertion fault that can occur while autovacuuming a corrupt database
drh [Sat, 26 Feb 2005 17:31:26 +0000 (17:31 +0000)] 
Fix an assertion fault that can occur while autovacuuming a corrupt database
file.  Add the SQLITE_OMIT_COMPLETE compile-time parameter. (CVS 2361)

FossilOrigin-Name: bb0e7e3857a06347b08d93553ac603e737322262

20 years agoRevised man page from Bill Bumgarner. (CVS 2360)
drh [Thu, 24 Feb 2005 04:51:51 +0000 (04:51 +0000)] 
Revised man page from Bill Bumgarner. (CVS 2360)

FossilOrigin-Name: 5c99bea5a480edc7b15ae80be952b212e730d452

20 years agoRemove strcasecmp from shell.c. Tickets #1108, #1122. (CVS 2359)
drh [Wed, 23 Feb 2005 12:35:41 +0000 (12:35 +0000)] 
Remove strcasecmp from shell.c.  Tickets #1108, #1122. (CVS 2359)

FossilOrigin-Name: 4ae1a9fc2c484e59ef1e58972aa25772cede1187

20 years agoThe script that cross-compiles the windows DLLs now exports the symbols
drh [Wed, 23 Feb 2005 00:26:12 +0000 (00:26 +0000)] 
The script that cross-compiles the windows DLLs now exports the symbols
Tclsqlite_Init and Sqlite_Init used to initialize the TCL extension.
Ticket #1137. (CVS 2358)

FossilOrigin-Name: f18704777407d84f5ba23333e8d4bcdcb09b4a70

20 years agoFix bug reported on the mailing list for WHERE clauses like (rowid<'2'). (CVS 2357)
danielk1977 [Tue, 22 Feb 2005 09:47:18 +0000 (09:47 +0000)] 
Fix bug reported on the mailing list for WHERE clauses like (rowid<'2'). (CVS 2357)

FossilOrigin-Name: b323f0f2832ac5d225d880db6f56314d2f766a25

20 years agoVersion 3.1.3 (CVS 2356)
drh [Sun, 20 Feb 2005 02:25:57 +0000 (02:25 +0000)] 
Version 3.1.3 (CVS 2356)

FossilOrigin-Name: 36dbf5e929ede7768e8b63219e54548384a8fab5

20 years agoPrepare for the release of 3.1.3. (CVS 2355)
drh [Sat, 19 Feb 2005 13:46:25 +0000 (13:46 +0000)] 
Prepare for the release of 3.1.3. (CVS 2355)

FossilOrigin-Name: 5b66631fd4820e721fd506b233ca9259360139be

20 years agoRework parts of the pragma documentation. Ticket #1081. (CVS 2354)
drh [Sat, 19 Feb 2005 13:05:47 +0000 (13:05 +0000)] 
Rework parts of the pragma documentation.  Ticket #1081. (CVS 2354)

FossilOrigin-Name: 25141d9e213005940c4e57deca408e09c3e615d1

20 years agoAdd documentation on the EXISTS expression. Ticket #1082. (CVS 2353)
drh [Sat, 19 Feb 2005 12:44:15 +0000 (12:44 +0000)] 
Add documentation on the EXISTS expression.  Ticket #1082. (CVS 2353)

FossilOrigin-Name: 76cacb4a39d2dd79a27624a8bd1ff65eeedd4ac8

20 years agoRemove duplicate word from documentation. Ticket #1103. (CVS 2352)
drh [Sat, 19 Feb 2005 12:32:57 +0000 (12:32 +0000)] 
Remove duplicate word from documentation.  Ticket #1103. (CVS 2352)

FossilOrigin-Name: c1fc0a8aa96d2bd615f815b2477b801bda9e9c50

20 years agoSupport for a future file format that includes 'short' records. (CVS 2351)
danielk1977 [Sat, 19 Feb 2005 08:18:05 +0000 (08:18 +0000)] 
Support for a future file format that includes 'short' records. (CVS 2351)

FossilOrigin-Name: 173aeb256e2c09098a4392874f8623e8a760d951

20 years agoFix typos in documentation for pragma short_column_names. Ticket #1130. (CVS 2350)
danielk1977 [Fri, 18 Feb 2005 01:15:23 +0000 (01:15 +0000)] 
Fix typos in documentation for pragma short_column_names. Ticket #1130. (CVS 2350)

FossilOrigin-Name: fac56fa1e06e15ffd738cb9b780d422a73a743ae

20 years agoCompile-time option to limit the size of AUTOINCREMENT rowids to 32-bits. (CVS 2349)
drh [Thu, 17 Feb 2005 00:03:06 +0000 (00:03 +0000)] 
Compile-time option to limit the size of AUTOINCREMENT rowids to 32-bits. (CVS 2349)

FossilOrigin-Name: c5366deaf5beca9c99558c0f375ba73f817acd92

20 years agoClarify that columns are indexed from 0 when using sqlite3_column_XXX() APIs. No...
danielk1977 [Wed, 16 Feb 2005 23:43:33 +0000 (23:43 +0000)] 
Clarify that columns are indexed from 0 when using sqlite3_column_XXX() APIs. No code changes. (CVS 2348)

FossilOrigin-Name: d5eb25d8d0d444ab98b26f7f1ac763919e692806

20 years agoChange to configure.ac contributed by a reader. (CVS 2346)
drh [Wed, 16 Feb 2005 03:45:51 +0000 (03:45 +0000)] 
Change to configure.ac contributed by a reader. (CVS 2346)

FossilOrigin-Name: 0cd3bf02d25933286085708308ff963c50c8d33d

20 years agoPatch the command-line error message printing for lemon. Ticket #1120. (CVS 2345)
drh [Wed, 16 Feb 2005 03:35:15 +0000 (03:35 +0000)] 
Patch the command-line error message printing for lemon.  Ticket #1120. (CVS 2345)

FossilOrigin-Name: 97c7aaf1870a86955f0f3a0cbe06187e3c3ccc90

20 years agoGet vacuum working on database that used to have autoincrement tables but
drh [Wed, 16 Feb 2005 03:27:04 +0000 (03:27 +0000)] 
Get vacuum working on database that used to have autoincrement tables but
where all such tables have been dropped.  Ticket #1121. (CVS 2344)

FossilOrigin-Name: 8f7c639da0f862fa2dd2f55eb7e4d453cd321540

20 years agoMove the special built-in SQL functions used by ALTER TABLE out of func.c
drh [Tue, 15 Feb 2005 21:36:18 +0000 (21:36 +0000)] 
Move the special built-in SQL functions used by ALTER TABLE out of func.c
and into alter.c. (CVS 2343)

FossilOrigin-Name: dbd11a0c581b447bb2f220a1a185d9fd36933ee3

20 years agoSplit the logic for the ALTER TABLE command off into a separate source
drh [Tue, 15 Feb 2005 20:47:57 +0000 (20:47 +0000)] 
Split the logic for the ALTER TABLE command off into a separate source
code file. (CVS 2342)

FossilOrigin-Name: 90d6573c2631fac92b9e572e9e21698ae2480c9d

20 years agoBtree checks the autovacuum flag after locking the database file. (CVS 2341)
drh [Tue, 15 Feb 2005 16:23:02 +0000 (16:23 +0000)] 
Btree checks the autovacuum flag after locking the database file. (CVS 2341)

FossilOrigin-Name: 6610188f09d08c65c46a140685b403aa74f71a19

20 years agoAppend the version number to the directory name in source code tarballs.
drh [Tue, 15 Feb 2005 16:15:09 +0000 (16:15 +0000)] 
Append the version number to the directory name in source code tarballs.
Tickets #793, #855, and #1055. (CVS 2340)

FossilOrigin-Name: 138577d0a5c41f3de4f9adc9ab6e312a65ff8888

20 years agoFix a hyperlink bug on the homepage. (CVS 2338)
drh [Tue, 15 Feb 2005 13:38:46 +0000 (13:38 +0000)] 
Fix a hyperlink bug on the homepage. (CVS 2338)

FossilOrigin-Name: 9fd9d9fbeefcc76e7262f488f99ac11eaf58e88e

20 years agoVersion 3.1.2 (CVS 2337)
drh [Tue, 15 Feb 2005 13:08:09 +0000 (13:08 +0000)] 
Version 3.1.2 (CVS 2337)

FossilOrigin-Name: e9012d917a97a2f62ea58e85afa4879d213558e8

20 years agoUpdates to the script that generates the download page for the website. (CVS 2335)
drh [Tue, 15 Feb 2005 13:07:38 +0000 (13:07 +0000)] 
Updates to the script that generates the download page for the website. (CVS 2335)

FossilOrigin-Name: 363590d37fd3a2cdfb4c2887b790395dae2fb97e

20 years agoUpdate the change log. (CVS 2334)
drh [Tue, 15 Feb 2005 12:56:22 +0000 (12:56 +0000)] 
Update the change log. (CVS 2334)

FossilOrigin-Name: 94c3f20e8c831aa708955b588a13d54f79f3ef03

20 years agoUpdate the homepage prior to releases 2.8.16 and 3.1.2. (CVS 2333)
drh [Tue, 15 Feb 2005 12:51:16 +0000 (12:51 +0000)] 
Update the homepage prior to releases 2.8.16 and 3.1.2. (CVS 2333)

FossilOrigin-Name: 603bbe47ddb14105da6a3435ff8f7c6c6f1929a1

20 years agoEnsure a database file is not truncated without an exclusive lock.
danielk1977 [Tue, 15 Feb 2005 03:38:05 +0000 (03:38 +0000)] 
Ensure a database file is not truncated without an exclusive lock.
Fix for ticket #1114. (CVS 2332)

FossilOrigin-Name: dcbc983355d3207615b52b0724405a024a1a5955

20 years agoCheck that read-only pages are not being modified (disabled by default). (CVS 2331)
danielk1977 [Tue, 15 Feb 2005 02:54:14 +0000 (02:54 +0000)] 
Check that read-only pages are not being modified (disabled by default). (CVS 2331)

FossilOrigin-Name: 8514a4feb2a86e93c4251c491d394e861bb65edb

20 years agoMake sure that when a CREATE INDEX fails, it does not leave a residue behind
drh [Mon, 14 Feb 2005 20:48:18 +0000 (20:48 +0000)] 
Make sure that when a CREATE INDEX fails, it does not leave a residue behind
that can corrupt the database.  Ticket #1115. (CVS 2330)

FossilOrigin-Name: cbed92f397ec13b57771ab8b5be74c0cacf35dfd

20 years agoTighten up the CREATE INDEX syntax accepted by the parser. (CVS 2329)
danielk1977 [Mon, 14 Feb 2005 06:38:40 +0000 (06:38 +0000)] 
Tighten up the CREATE INDEX syntax accepted by the parser. (CVS 2329)

FossilOrigin-Name: 41d2214b83dd52acdda64a50d0c1ef16009d06d0

20 years agoUpdate the version number in preparation for the release of 3.1.2. (CVS 2325)
drh [Sun, 13 Feb 2005 23:34:24 +0000 (23:34 +0000)] 
Update the version number in preparation for the release of 3.1.2. (CVS 2325)

FossilOrigin-Name: f3c51de7599ed6d3bcdd227e290ad75829840957

20 years agoFix a problem with sub-queries and the flattening optimization. Also handle an extra...
danielk1977 [Sat, 12 Feb 2005 08:59:55 +0000 (08:59 +0000)] 
Fix a problem with sub-queries and the flattening optimization. Also handle an extra case of database corruption. (CVS 2324)

FossilOrigin-Name: f7858d8830cdd0f57b8f9bc73068d29a7062b8ac

20 years agoFix a problem with VACUUM that can lead to database corruption. (CVS 2323)
drh [Sat, 12 Feb 2005 00:19:30 +0000 (00:19 +0000)] 
Fix a problem with VACUUM that can lead to database corruption. (CVS 2323)

FossilOrigin-Name: 63894baf1b37156fd0b84eba4c9c5e8f43cee3f3

20 years agoReturn SQLITE_BUSY if the database is locked reading the schema within
danielk1977 [Wed, 9 Feb 2005 07:05:46 +0000 (07:05 +0000)] 
Return SQLITE_BUSY if the database is locked reading the schema within
sqlite_prepare(). Ticket #1106. (CVS 2322)

FossilOrigin-Name: c33c02d6069b90f295698a9f35f4aa99dee5f5e9

20 years agoAdd experimental collation_list pragma. (CVS 2321)
danielk1977 [Wed, 9 Feb 2005 03:20:37 +0000 (03:20 +0000)] 
Add experimental collation_list pragma. (CVS 2321)

FossilOrigin-Name: f73a8aa34afd39e0b7df8f22b5c5d2c8d8979a1b

20 years agoDocument SQLITE_DEFAULT_CACHE_SIZE and SQLITE_DEFAULT_TEMP_CACHE_SIZE macros. (CVS...
danielk1977 [Wed, 9 Feb 2005 01:40:23 +0000 (01:40 +0000)] 
Document SQLITE_DEFAULT_CACHE_SIZE and SQLITE_DEFAULT_TEMP_CACHE_SIZE macros. (CVS 2320)

FossilOrigin-Name: ddcea6f8891b02e64f96591af161feb55c00a72c

20 years agoFix a buggy interaction between "INSERT ... SELECT" processing and optimization ...
danielk1977 [Tue, 8 Feb 2005 08:42:27 +0000 (08:42 +0000)] 
Fix a buggy interaction between "INSERT ... SELECT" processing and optimization (2170). (CVS 2319)

FossilOrigin-Name: c54ad2123693be8777d80343979e3261c4892105

20 years agoFix for correlated subqueries where the parent is an aggregate. Ticket #1105. (CVS...
danielk1977 [Tue, 8 Feb 2005 07:50:40 +0000 (07:50 +0000)] 
Fix for correlated subqueries where the parent is an aggregate. Ticket #1105. (CVS 2318)

FossilOrigin-Name: f0d3ca10c5bccf8fca7143028ebb3e604c0e3f20

20 years agoAdd the (highly experimental) omit_readlock pragma that disables the use
drh [Sun, 6 Feb 2005 02:45:41 +0000 (02:45 +0000)] 
Add the (highly experimental) omit_readlock pragma that disables the use
of readlocks on read-only databases that are connected using ATTACH. (CVS 2317)

FossilOrigin-Name: 2155448d2128119f74241da0ea07d6713b71765c

20 years agoAllow expressions (including variables) in LIMIT and OFFSET clauses. Ticket #1096...
danielk1977 [Sat, 5 Feb 2005 12:48:48 +0000 (12:48 +0000)] 
Allow expressions (including variables) in LIMIT and OFFSET clauses. Ticket #1096. (CVS 2316)

FossilOrigin-Name: 515e5033a5482f55e7edb66d69ff3da7e234ff2e

20 years agoAdd a numeric version number. Ticket #1097. (CVS 2315)
danielk1977 [Sat, 5 Feb 2005 07:33:34 +0000 (07:33 +0000)] 
Add a numeric version number. Ticket #1097. (CVS 2315)

FossilOrigin-Name: a9c33a804d572dd9df15be2029637b10e5a65cc4

20 years agoDetect database corruption in rootpage flags (see also (2313)). (CVS 2314)
danielk1977 [Sat, 5 Feb 2005 06:49:54 +0000 (06:49 +0000)] 
Detect database corruption in rootpage flags (see also (2313)). (CVS 2314)

FossilOrigin-Name: 6d91a1e91bf0e8b4a0f5f78d079031f3ee69603b

20 years agoDetect and report a subtle case of database file corruption. (CVS 2313)
drh [Fri, 4 Feb 2005 21:13:00 +0000 (21:13 +0000)] 
Detect and report a subtle case of database file corruption. (CVS 2313)

FossilOrigin-Name: 9fc0a5cbf892a22eaa950f3b2ed572ab4985c220

20 years agoRemove code for SQL cursors. (CVS 2312)
danielk1977 [Fri, 4 Feb 2005 04:07:16 +0000 (04:07 +0000)] 
Remove code for SQL cursors. (CVS 2312)

FossilOrigin-Name: 2eb90870556c90b8d85da3d5eb7554f74ec922c2