]> git.ipfire.org Git - thirdparty/sqlite.git/log
thirdparty/sqlite.git
23 years agoBug fix in the sqliteOsLock() and sqliteOsUnlock() routines of POSIX.
drh [Thu, 6 Dec 2001 13:24:14 +0000 (13:24 +0000)] 
Bug fix in the sqliteOsLock() and sqliteOsUnlock() routines of POSIX.
Version 2.1.5. (CVS 325)

FossilOrigin-Name: 669454060867593290c1ce8c45bd87d011976289

23 years agoVersion 2.1.4 (CVS 457)
drh [Wed, 5 Dec 2001 00:59:59 +0000 (00:59 +0000)] 
Version 2.1.4 (CVS 457)

FossilOrigin-Name: 121c522e673cc2a2176582981cc5cd8694095337

23 years agoMinor changes prior to 2.1.4 (CVS 324)
drh [Wed, 5 Dec 2001 00:46:02 +0000 (00:46 +0000)] 
Minor changes prior to 2.1.4 (CVS 324)

FossilOrigin-Name: 2fb22adbd15740d5e1581d4114cdf5149e0b62dc

23 years agoVersion 2.1.4 (CVS 323)
drh [Wed, 5 Dec 2001 00:22:00 +0000 (00:22 +0000)] 
Version 2.1.4 (CVS 323)

FossilOrigin-Name: 003f967e8749903af859ad81a8a57767ea20ddec

23 years agoBug fix: sqlite_exec() would sometimes return SQLITE_PROTOCOL when it
drh [Wed, 5 Dec 2001 00:21:20 +0000 (00:21 +0000)] 
Bug fix: sqlite_exec() would sometimes return SQLITE_PROTOCOL when it
should have returned SQLITE_BUSY.  There was also a deadlock that the
previous bug was masking. (CVS 322)

FossilOrigin-Name: 585ed5ebf1c1afc8ae1d569b121208018d8ecd49

23 years agoAdd the ability to do a single .command as the second argument
drh [Sun, 25 Nov 2001 13:18:23 +0000 (13:18 +0000)] 
Add the ability to do a single .command as the second argument
to the command-line shell. (CVS 321)

FossilOrigin-Name: 653f37c365a0b5d59c11b7dbba57905ffaeff2dc

23 years agoFix typos. (CVS 320)
drh [Sat, 24 Nov 2001 13:50:53 +0000 (13:50 +0000)] 
Fix typos. (CVS 320)

FossilOrigin-Name: 3be8a189e8ccf8a82acc4ee72cc75b6cc92aa193

23 years agoTypos fixed. (CVS 319)
drh [Sat, 24 Nov 2001 13:36:30 +0000 (13:36 +0000)] 
Typos fixed. (CVS 319)

FossilOrigin-Name: e86a68c5ace984da09d3ce44dae5d501ec0d0eec

23 years agoUpdate the FAQ. Change the GMT timezone label to UTC on all files. (CVS 318)
drh [Sat, 24 Nov 2001 13:23:04 +0000 (13:23 +0000)] 
Update the FAQ.  Change the GMT timezone label to UTC on all files. (CVS 318)

FossilOrigin-Name: f1a5808288e4204aee03531de0b9e6646062bd94

23 years agoVersion 2.1.3 (CVS 458)
drh [Sat, 24 Nov 2001 00:45:00 +0000 (00:45 +0000)] 
Version 2.1.3 (CVS 458)

FossilOrigin-Name: 974d42839b6ced9c9b9ea14abec0c4723388a991

23 years agoFix comparison functions so that they are consistent with the order
drh [Sat, 24 Nov 2001 00:31:46 +0000 (00:31 +0000)] 
Fix comparison functions so that they are consistent with the order
of elements in indices.  Fix the handling of large integers. (CVS 317)

FossilOrigin-Name: fc2aae04578c305304a45ec6b76d3ab216cc7526

23 years agoVersion 2.1.2 (CVS 459)
drh [Fri, 23 Nov 2001 00:30:00 +0000 (00:30 +0000)] 
Version 2.1.2 (CVS 459)

FossilOrigin-Name: f14835df32b4a16c840b8827f0c17f0e6d526312

23 years agoFix a bug in DROP TABLE that could cause SQLITE_MASTER table corruption.
drh [Fri, 23 Nov 2001 00:24:12 +0000 (00:24 +0000)] 
Fix a bug in DROP TABLE that could cause SQLITE_MASTER table corruption.
The root problem was that the sequence of BTree operations (Delete, Next)
would not always leave the cursor pointing at the first entry after the
entry that was deleted.  A consequence of this error was that a DROP TABLE
on a table with indices would not always remove every index associated
with that table from the SQLITE_MASTER table.  Subsequent attempts to
open the database will fail when the index for the missing table was
parsed.  Changes have also been made to ignore extra indices in the
SQLITE_MASTER table so that a database previously corrupted by this bug
is once again readable. (CVS 316)

FossilOrigin-Name: 8a984667113564f2bac7412165b6ff8b7e3e8f70

23 years agoFix a bug in the locking protocol. (CVS 315)
drh [Thu, 22 Nov 2001 00:01:27 +0000 (00:01 +0000)] 
Fix a bug in the locking protocol. (CVS 315)

FossilOrigin-Name: a9db1c12c5a4d5741de0e5eb5aa87c647a5646b8

23 years agoAttempting to add support for 64-bit platforms. (CVS 314)
drh [Wed, 21 Nov 2001 02:21:11 +0000 (02:21 +0000)] 
Attempting to add support for 64-bit platforms. (CVS 314)

FossilOrigin-Name: 03673adbfe0c8a92d79f86ddf1136736594208ad

23 years agoVersion 2.1.1 (CVS 460)
drh [Tue, 13 Nov 2001 19:44:59 +0000 (19:44 +0000)] 
Version 2.1.1 (CVS 460)

FossilOrigin-Name: be228cd13a4dcb7fdf7014910b7c61d502cb9a01

23 years agoBug fix: Be sure to sends NULLs to the callback when the column value is NULL. (CVS...
drh [Tue, 13 Nov 2001 19:36:55 +0000 (19:36 +0000)] 
Bug fix: Be sure to sends NULLs to the callback when the column value is NULL. (CVS 313)

FossilOrigin-Name: 207a57ad2e4e1a44a4c0231b1ba334594402d6cd

23 years agoBug fix: Sometimes NULL results were not being passed as nulls to the
drh [Tue, 13 Nov 2001 19:35:14 +0000 (19:35 +0000)] 
Bug fix: Sometimes NULL results were not being passed as nulls to the
callback function. (CVS 312)

FossilOrigin-Name: 94ce8282360d4a0dd2032564aae06f0f1902cb5b

23 years agoVersion 2.1.0 (CVS 461)
drh [Mon, 12 Nov 2001 14:00:00 +0000 (14:00 +0000)] 
Version 2.1.0 (CVS 461)

FossilOrigin-Name: 56d8390e47bbf8f97fa602863af4c65ac755964e

23 years agoUpdate change log prior to release of 2.1.0. (CVS 311)
drh [Mon, 12 Nov 2001 13:51:43 +0000 (13:51 +0000)] 
Update change log prior to release of 2.1.0. (CVS 311)

FossilOrigin-Name: 6b3ccb37bf4c10b2d8f96ef8efc22ed8253f1886

23 years agoFix to the SUBSTR() function and to the bigrow test. (CVS 310)
drh [Mon, 12 Nov 2001 13:10:52 +0000 (13:10 +0000)] 
Fix to the SUBSTR() function and to the bigrow test. (CVS 310)

FossilOrigin-Name: 8437076c25330759ae058918a8190df26d0881da

23 years agoVersion 2.1.0 prerelease (CVS 309)
drh [Mon, 12 Nov 2001 12:43:22 +0000 (12:43 +0000)] 
Version 2.1.0 prerelease (CVS 309)

FossilOrigin-Name: 4f4ac42214610d900a5d6db63a511d9e7b22f0f9

23 years agoComment changes (CVS 308)
drh [Sat, 10 Nov 2001 13:51:08 +0000 (13:51 +0000)] 
Comment changes (CVS 308)

FossilOrigin-Name: 2d2ad264aad6fbdcef586e73d750e3fde842252f

23 years agoMinor bugs fixed. (CVS 307)
drh [Fri, 9 Nov 2001 22:41:44 +0000 (22:41 +0000)] 
Minor bugs fixed. (CVS 307)

FossilOrigin-Name: 6e7e7dbf8e93d00eced88404aed792fcf9e75b7d

23 years agoBug fixes. (CVS 306)
drh [Fri, 9 Nov 2001 13:41:09 +0000 (13:41 +0000)] 
Bug fixes. (CVS 306)

FossilOrigin-Name: 84997fda33fd6ce93b821d3da3a7251cf60e06ec

23 years agoThe new code for taking advantage of inequalities in WHERE clauses
drh [Thu, 8 Nov 2001 00:45:21 +0000 (00:45 +0000)] 
The new code for taking advantage of inequalities in WHERE clauses
is in place.  It appears to work. (CVS 305)

FossilOrigin-Name: 262bcd17df19f45def6144b5a7e0602ca5b03deb

23 years agoNew Next opcode and indexing style implemented. (CVS 304)
drh [Wed, 7 Nov 2001 16:48:26 +0000 (16:48 +0000)] 
New Next opcode and indexing style implemented. (CVS 304)

FossilOrigin-Name: decbeb9151885fee473b3fa58c8cf78a2338d2d8

23 years agoIncremental update. We are in the middle of modifying the index system
drh [Wed, 7 Nov 2001 14:22:00 +0000 (14:22 +0000)] 
Incremental update.  We are in the middle of modifying the index system
to support range queries without doing a complete table scan. (CVS 303)

FossilOrigin-Name: e6ca23fa4569bc33065bf57ce7ce6132cd6a9de0

23 years agoAdded support for LIMIT. (CVS 302)
drh [Tue, 6 Nov 2001 14:10:41 +0000 (14:10 +0000)] 
Added support for LIMIT. (CVS 302)

FossilOrigin-Name: 177012249ae93dbea4a11fb50faaae7912848bd0

23 years agoImplement indices that occur in sort order and the LIMIT...OFFSET clause
drh [Tue, 6 Nov 2001 04:00:18 +0000 (04:00 +0000)] 
Implement indices that occur in sort order and the LIMIT...OFFSET clause
of SELECT statements. (CVS 301)

FossilOrigin-Name: eb07768ae93f14bf6c150c1c4329948857a9d01c

23 years agoIncrease maximum row size to 1MB. (CVS 300)
drh [Sun, 4 Nov 2001 18:32:46 +0000 (18:32 +0000)] 
Increase maximum row size to 1MB. (CVS 300)

FossilOrigin-Name: 7dd58fad398253608f55867cf1c7749eef005657

23 years agoVersion 2.0.8 (CVS 462)
drh [Sun, 4 Nov 2001 00:00:00 +0000 (00:00 +0000)] 
Version 2.0.8 (CVS 462)

FossilOrigin-Name: 0fd2874205f1a4b89fc069cb429c1b0c7a0b99c1

23 years agoVersion 2.0.8 (CVS 299)
drh [Sat, 3 Nov 2001 23:59:16 +0000 (23:59 +0000)] 
Version 2.0.8 (CVS 299)

FossilOrigin-Name: 0a8c2f4f9812ffa7d43be0e3b59648dca40fa83c

23 years agoAdded "const" to lots of "char*" parameters in the API. (CVS 298)
drh [Sat, 3 Nov 2001 23:57:09 +0000 (23:57 +0000)] 
Added "const" to lots of "char*" parameters in the API. (CVS 298)

FossilOrigin-Name: 1c448f1fd2a2e103e7464df896174534d02152ed

23 years agoRemove cruft: restrict the number of sorters and lists in the VDBE to one
drh [Thu, 1 Nov 2001 14:41:34 +0000 (14:41 +0000)] 
Remove cruft: restrict the number of sorters and lists in the VDBE to one
since no more than one was ever used anyway.  This eliminates several
op-codes and simplifies the implementation of several others. (CVS 297)

FossilOrigin-Name: e1370276c2a0d045b29c981ddcb59f737e19a91c

23 years agoComment changes only. (CVS 296)
drh [Thu, 1 Nov 2001 13:52:52 +0000 (13:52 +0000)] 
Comment changes only. (CVS 296)

FossilOrigin-Name: b2cb118fb7c6713684d32a48a7ba8ffffe596687

23 years agoMore documentation updates (CVS 295)
drh [Wed, 31 Oct 2001 15:44:46 +0000 (15:44 +0000)] 
More documentation updates (CVS 295)

FossilOrigin-Name: f65df59e554c281ad1efa830f13f87488eb16845

23 years agoMake lemon 64-bit clean (CVS 294)
drh [Thu, 25 Oct 2001 20:37:16 +0000 (20:37 +0000)] 
Make lemon 64-bit clean (CVS 294)

FossilOrigin-Name: 475e2fedda2256cc1cfdffa1b12745bc401e552d

23 years agoVersion 2.0.7 (CVS 463)
drh [Mon, 22 Oct 2001 03:00:00 +0000 (03:00 +0000)] 
Version 2.0.7 (CVS 463)

FossilOrigin-Name: b0442cb9c64682b6f98bf8f26f50bb54bdfd9013

23 years agoMore changes for 2.0.7. (CVS 293)
drh [Mon, 22 Oct 2001 02:58:08 +0000 (02:58 +0000)] 
More changes for 2.0.7. (CVS 293)

FossilOrigin-Name: f8328a5f11801c5124f9a8dace22df3c1cfb2191

23 years ago2.0.7 (CVS 292)
drh [Sat, 20 Oct 2001 12:30:10 +0000 (12:30 +0000)] 
2.0.7 (CVS 292)

FossilOrigin-Name: a835658e507fc7d0c684959c0f0afb9018b6a8d4

23 years agoVersion 2.0.6 (CVS 464)
drh [Fri, 19 Oct 2001 16:44:59 +0000 (16:44 +0000)] 
Version 2.0.6 (CVS 464)

FossilOrigin-Name: c8535a0de90fb7a22df15018984db590a85decfb

23 years agoVersion 2.0.6 (CVS 291)
drh [Fri, 19 Oct 2001 16:44:56 +0000 (16:44 +0000)] 
Version 2.0.6 (CVS 291)

FossilOrigin-Name: 8467d84fc6e67bd93051f54338a8f6c9b1711ee1

24 years agoSupport for UTF-8 and ISO8859 characters in identifiers. Bug fix in
drh [Thu, 18 Oct 2001 12:34:46 +0000 (12:34 +0000)] 
Support for UTF-8 and ISO8859 characters in identifiers.  Bug fix in
the column name generator for selects (was coreing). (CVS 290)

FossilOrigin-Name: 22948fc685299ca888907eea68edb8a6e87c3f49

24 years agoVersion 2.0.5 (CVS 465)
drh [Mon, 15 Oct 2001 00:45:00 +0000 (00:45 +0000)] 
Version 2.0.5 (CVS 465)

FossilOrigin-Name: e2d84f71ed39cbb75884205521aa9e316ab3b56c

24 years agoAdded support for the COUNT_CHANGES pragma in order to help out the
drh [Mon, 15 Oct 2001 00:44:35 +0000 (00:44 +0000)] 
Added support for the COUNT_CHANGES pragma in order to help out the
ODBC driver.  Fixed a but on count(*) when applied to empty tables. (CVS 289)

FossilOrigin-Name: 747bf1b30b74cfd0e9c27e7c0bc5172637f35520

24 years agoVersion 2.0.4 (CVS 466)
drh [Sat, 13 Oct 2001 21:59:59 +0000 (21:59 +0000)] 
Version 2.0.4 (CVS 466)

FossilOrigin-Name: 444447007a32f9ebd9e0714c6cbe0d9a63e193b1

24 years agoBug fix. Raised version number to 2.0.4. (CVS 288)
drh [Sat, 13 Oct 2001 21:56:34 +0000 (21:56 +0000)] 
Bug fix.  Raised version number to 2.0.4. (CVS 288)

FossilOrigin-Name: 26972afd645e21e0d16de9a0bb0d03754e909044

24 years agoVersion 2.0.3 (CVS 467)
drh [Sat, 13 Oct 2001 03:00:00 +0000 (03:00 +0000)] 
Version 2.0.3 (CVS 467)

FossilOrigin-Name: a8fee23f86c268c1bdb3575f3f6069da18de12a8

24 years ago2.0.3 (CVS 287)
drh [Sat, 13 Oct 2001 02:59:08 +0000 (02:59 +0000)] 
2.0.3 (CVS 287)

FossilOrigin-Name: 75e90cf09b64ee1fcb39a711fc9ac6d3d2b849a5

24 years agoRemove the P3 and label arguments from the internal sqliteVdbeAddOp()
drh [Sat, 13 Oct 2001 01:06:47 +0000 (01:06 +0000)] 
Remove the P3 and label arguments from the internal sqliteVdbeAddOp()
function.  This makes the code easier to read and perhaps smaller as
well. (CVS 286)

FossilOrigin-Name: 288ef1247b94c6c933451d120cdc78e471efc14e

24 years agoFix an assertion failure when the disk fills up. Add tests for a full
drh [Fri, 12 Oct 2001 17:30:04 +0000 (17:30 +0000)] 
Fix an assertion failure when the disk fills up.  Add tests for a full
disk situation. (CVS 285)

FossilOrigin-Name: 0a7848b6190981cb7eb673bbe68cb217694daf2e

24 years agoVersion 2.0.2 (CVS 468)
drh [Tue, 9 Oct 2001 14:00:00 +0000 (14:00 +0000)] 
Version 2.0.2 (CVS 468)

FossilOrigin-Name: 44d00a6f58c71ca11423df12530177baaa054a01

24 years agoThe sqlite_busy_timeout() function was interpreting its second argument
drh [Tue, 9 Oct 2001 13:46:01 +0000 (13:46 +0000)] 
The sqlite_busy_timeout() function was interpreting its second argument
as seconds, not milliseconds as advertised.  This patch fixes the problem. (CVS 284)

FossilOrigin-Name: abe5a25b9dcf1e47f3cb37fd419f620db03bd4da

24 years agoRemove files before rebuilding. (CVS 283)
drh [Tue, 9 Oct 2001 12:44:43 +0000 (12:44 +0000)] 
Remove files before rebuilding. (CVS 283)

FossilOrigin-Name: 6307641d463eefd5ec346d299830e822acbc0938

24 years agoMore changes prior to release 2.0.2. Mostly comment changes. But there
drh [Tue, 9 Oct 2001 12:39:24 +0000 (12:39 +0000)] 
More changes prior to release 2.0.2.  Mostly comment changes.  But there
was also a minor change to temptable.test so that it would work under
Windows. (CVS 282)

FossilOrigin-Name: 864349de6fba5b38a3fbf7ab502922937b1b61e5

24 years agoVersion 2.0.2 (CVS 281)
drh [Tue, 9 Oct 2001 04:21:50 +0000 (04:21 +0000)] 
Version 2.0.2 (CVS 281)

FossilOrigin-Name: 765359c77ebae22e42b78636e70a57b010aaa18e

24 years agoFix the locking protocol. (CVS 280)
drh [Tue, 9 Oct 2001 04:19:46 +0000 (04:19 +0000)] 
Fix the locking protocol. (CVS 280)

FossilOrigin-Name: 484b82d8a1c84f3d9725a509de93276b9fa9b294

24 years agoSupport for temporary tables added. Still need more testing. (CVS 279)
drh [Mon, 8 Oct 2001 13:22:32 +0000 (13:22 +0000)] 
Support for temporary tables added.  Still need more testing. (CVS 279)

FossilOrigin-Name: 9368c62e4097aae3081a325962c1dec167fd253d

24 years agoAdding table column query capability to support ODBC. (CVS 278)
drh [Sat, 6 Oct 2001 16:33:02 +0000 (16:33 +0000)] 
Adding table column query capability to support ODBC. (CVS 278)

FossilOrigin-Name: b63b3f3684a3d584ef99f54cde76b6c483bbfef7

24 years agoVersion 2.0.1 (CVS 469)
drh [Tue, 2 Oct 2001 13:05:00 +0000 (13:05 +0000)] 
Version 2.0.1 (CVS 469)

FossilOrigin-Name: e4980849403a8d7bd63753c9b7f275519bd7df4f

24 years agoRemove C++ comments from btree.c. (CVS 277)
drh [Tue, 2 Oct 2001 13:01:48 +0000 (13:01 +0000)] 
Remove C++ comments from btree.c. (CVS 277)

FossilOrigin-Name: 4b7710e2daadffb716bd88f3a213f94ffbb750ef

24 years agoThe .dump output uses INSERT instead of COPY now. Expression syntax
drh [Mon, 1 Oct 2001 14:29:22 +0000 (14:29 +0000)] 
The .dump output uses INSERT instead of COPY now.  Expression syntax
of the form "expr NOT NULL" is now supported. (CVS 276)

FossilOrigin-Name: 20382325c7c8c6b11bd45b23060d0f7fdb4d8fd1

24 years agoVersion 2.0.0 (CVS 470)
drh [Fri, 28 Sep 2001 23:15:00 +0000 (23:15 +0000)] 
Version 2.0.0 (CVS 470)

FossilOrigin-Name: c0a8a1fb4224c63bcbb438cfd2ca0d4e0bb5b824

24 years agoDocumentation updates. (CVS 275)
drh [Fri, 28 Sep 2001 23:11:24 +0000 (23:11 +0000)] 
Documentation updates. (CVS 275)

FossilOrigin-Name: 4b4bfc6290f05c6672338690911f68fd8bb418c9

24 years agoRemove reference to GDBM in the documentation of the "sqlite"
drh [Fri, 28 Sep 2001 18:14:17 +0000 (18:14 +0000)] 
Remove reference to GDBM in the documentation of the "sqlite"
command-line utility. (CVS 274)

FossilOrigin-Name: 0ffab36d1fc29125fdcf0d732073f77012dfcad4

24 years agoLine tclsqlite.so against the stub library. (CVS 273)
drh [Fri, 28 Sep 2001 18:10:55 +0000 (18:10 +0000)] 
Line tclsqlite.so against the stub library. (CVS 273)

FossilOrigin-Name: 7e79e91b03e21058bbae2c0aab8f3e8ce09ae7f9

24 years agoVersion 2.0.0 (CVS 272)
drh [Fri, 28 Sep 2001 17:47:14 +0000 (17:47 +0000)] 
Version 2.0.0 (CVS 272)

FossilOrigin-Name: 1df5386a5557c1fc6a5433e9dbd23009026be369

24 years agoPut in the new LIBTOOL build system. (CVS 271)
drh [Fri, 28 Sep 2001 01:34:43 +0000 (01:34 +0000)] 
Put in the new LIBTOOL build system. (CVS 271)

FossilOrigin-Name: 00575d167aea567bc38f8a329aeff7b814eb91c8

24 years agoAdded more tests of unique indices. (CVS 270)
drh [Thu, 27 Sep 2001 23:57:06 +0000 (23:57 +0000)] 
Added more tests of unique indices. (CVS 270)

FossilOrigin-Name: 3ae952933997c6422ec53b26391ba362c6e5c44a

24 years agoAlpha-3 (CVS 269)
drh [Thu, 27 Sep 2001 15:13:40 +0000 (15:13 +0000)] 
Alpha-3 (CVS 269)

FossilOrigin-Name: a70d445070c905690dd8ec080981232594e1a969

24 years agoFixed the support of UNIQUE and PRIMARY KEY. (CVS 268)
drh [Thu, 27 Sep 2001 15:11:53 +0000 (15:11 +0000)] 
Fixed the support of UNIQUE and PRIMARY KEY. (CVS 268)

FossilOrigin-Name: 116fdad06868acf6aca9e75c2c3497c0511a42c3

24 years agoAdded basic support for enforcement of UNIQUE on indices and primary
drh [Thu, 27 Sep 2001 03:22:32 +0000 (03:22 +0000)] 
Added basic support for enforcement of UNIQUE on indices and primary
keys.  Support for addition constraints is to follow. (CVS 267)

FossilOrigin-Name: 34c42967f3d52dfb65d9f31db4f6995d098ec1f7

24 years agoFix an RCSID problem. (CVS 266)
drh [Tue, 25 Sep 2001 02:04:29 +0000 (02:04 +0000)] 
Fix an RCSID problem. (CVS 266)

FossilOrigin-Name: 0e9cfcd53e16f96fc181def1d0b2d0ea7f7df73f

24 years agoPrepare for Alpha-3 (CVS 265)
drh [Tue, 25 Sep 2001 01:50:59 +0000 (01:50 +0000)] 
Prepare for Alpha-3 (CVS 265)

FossilOrigin-Name: 9c9322eb46894860cd7c294cd19ce72614722a73

24 years agoTests for inserting lots of data (~64K) into a single row of a table. (CVS 264)
drh [Mon, 24 Sep 2001 03:12:39 +0000 (03:12 +0000)] 
Tests for inserting lots of data (~64K) into a single row of a table. (CVS 264)

FossilOrigin-Name: a462c85083d23aa34bd3d0c61d01062fc5ae8230

24 years agoRowIDs are now always expressed in native byte order. (CVS 263)
drh [Sun, 23 Sep 2001 20:17:55 +0000 (20:17 +0000)] 
RowIDs are now always expressed in native byte order. (CVS 263)

FossilOrigin-Name: bb4313a94bc079d072078f353e54f3804971060d

24 years agoAdditional test cases with locking fixes. Also, make the code thread-safe. (CVS...
drh [Sun, 23 Sep 2001 19:46:51 +0000 (19:46 +0000)] 
Additional test cases with locking fixes.  Also, make the code thread-safe. (CVS 262)

FossilOrigin-Name: bd7d6a64afa03cc64f6537f828d6c94975bf5f02

24 years agoFixes to the locking and rollback behavior. (CVS 261)
drh [Sun, 23 Sep 2001 02:35:53 +0000 (02:35 +0000)] 
Fixes to the locking and rollback behavior. (CVS 261)

FossilOrigin-Name: 337b3d3b2a903328d9744c111979909a284b8348

24 years agoPut in a generic hash table system in place of the various ad-hoc
drh [Sat, 22 Sep 2001 18:12:08 +0000 (18:12 +0000)] 
Put in a generic hash table system in place of the various ad-hoc
hash table scattered everywhere.  Except, the page hash table in
the pager is unchanged. (CVS 260)

FossilOrigin-Name: 9114420dd01d92cc8890046500a8806a297a4e65

24 years agoWeb site changes prior to release 2.0-Alpha-2. (CVS 259)
drh [Thu, 20 Sep 2001 12:32:53 +0000 (12:32 +0000)] 
Web site changes prior to release 2.0-Alpha-2. (CVS 259)

FossilOrigin-Name: 13afb22409b3b58d4c4b97a9fac22c96153d77c0

24 years ago2.0-Alpha-2 release (CVS 1724)
drh [Thu, 20 Sep 2001 01:44:43 +0000 (01:44 +0000)] 
2.0-Alpha-2 release (CVS 1724)

FossilOrigin-Name: 548c55e8498826834f946598baf72e2d4b7283b8

24 years ago2.0-Alpha-2 release (CVS 258)
drh [Thu, 20 Sep 2001 01:44:42 +0000 (01:44 +0000)] 
2.0-Alpha-2 release (CVS 258)

FossilOrigin-Name: d2a1aac46782c0d3852e34a3b32a6b2ccd93a256

24 years agoAdd the OpenReadOnly() OS method to fix a bug in the pager. (CVS 257)
drh [Wed, 19 Sep 2001 13:58:43 +0000 (13:58 +0000)] 
Add the OpenReadOnly() OS method to fix a bug in the pager. (CVS 257)

FossilOrigin-Name: 82db5456c9817283d725daf4e1081d32a71466ad

24 years agoTrying to get the OS abstraction layer to work. (CVS 256)
drh [Wed, 19 Sep 2001 13:22:39 +0000 (13:22 +0000)] 
Trying to get the OS abstraction layer to work. (CVS 256)

FossilOrigin-Name: abff526d005b3b46904de091753cc79548739ad8

24 years agoFix a problem in GROUP BY with multiple columns. (CVS 255)
drh [Tue, 18 Sep 2001 22:17:44 +0000 (22:17 +0000)] 
Fix a problem in GROUP BY with multiple columns. (CVS 255)

FossilOrigin-Name: 22132ce18cad31482cdb9b380cedc3f53bc532b8

24 years agoBug fixes. Trying to make it go faster. (CVS 254)
drh [Tue, 18 Sep 2001 02:02:23 +0000 (02:02 +0000)] 
Bug fixes.  Trying to make it go faster. (CVS 254)

FossilOrigin-Name: 8f28a83abac59a2161d486c96386b8df726468d0

24 years agoEnchanced transaction tests (CVS 253)
drh [Mon, 17 Sep 2001 20:48:30 +0000 (20:48 +0000)] 
Enchanced transaction tests (CVS 253)

FossilOrigin-Name: b30f2b5e150a219c374f88d13386dbda190ad9ed

24 years agoAdd a new column in the SQLITE_MASTER table to record the root page
drh [Mon, 17 Sep 2001 20:25:58 +0000 (20:25 +0000)] 
Add a new column in the SQLITE_MASTER table to record the root page
number of primary key indices. (CVS 252)

FossilOrigin-Name: 602ea4f9f641070592c788ce22859b849739b42e

24 years agoVersion to 2.0.0 (CVS 251)
drh [Sun, 16 Sep 2001 13:36:40 +0000 (13:36 +0000)] 
Version to 2.0.0 (CVS 251)

FossilOrigin-Name: c67f6db681784f8511ccf208cde1c29d9ee73742

24 years agoDisclaimed copyright. Preparing for release 2.0. (CVS 250)
drh [Sun, 16 Sep 2001 00:13:26 +0000 (00:13 +0000)] 
Disclaimed copyright.  Preparing for release 2.0. (CVS 250)

FossilOrigin-Name: 4e926efe2b59adfec4086eb1d2ba830238facb4c

24 years agoSeparate columns in keys using nulls instead of tabs. (CVS 249)
drh [Sat, 15 Sep 2001 14:43:39 +0000 (14:43 +0000)] 
Separate columns in keys using nulls instead of tabs. (CVS 249)

FossilOrigin-Name: 8e2f3f751ea342372c94977ff27baaff5126009a

24 years agoLimit the total data in a single row to 2^16-1 bytes. (CVS 248)
drh [Sat, 15 Sep 2001 13:15:12 +0000 (13:15 +0000)] 
Limit the total data in a single row to 2^16-1 bytes. (CVS 248)

FossilOrigin-Name: 8fdec4d8b6043471f21235bc8918c9a8d838f508

24 years agoRemoving some surplus files. (CVS 1723)
drh [Sat, 15 Sep 2001 00:59:33 +0000 (00:59 +0000)] 
Removing some surplus files. (CVS 1723)

FossilOrigin-Name: 8ad996fdac6801768e94ca1710a0a3da03e1e7ea

24 years agoRelease 2.0-alpha-1 (CVS 247)
drh [Sat, 15 Sep 2001 00:57:59 +0000 (00:57 +0000)] 
Release 2.0-alpha-1 (CVS 247)

FossilOrigin-Name: 264f23315e682909abb47912f48733f641772a4c

24 years agoEverything is working on Linux. This is release 2.0-Alpha-1. (CVS 246)
drh [Sat, 15 Sep 2001 00:57:28 +0000 (00:57 +0000)] 
Everything is working on Linux.  This is release 2.0-Alpha-1. (CVS 246)

FossilOrigin-Name: 14474fa144fe7c5dc63e0990d6cc92d769e6013e

24 years agoAdded a PRAGMA statement. Took out the special comment parsing. (CVS 245)
drh [Fri, 14 Sep 2001 18:54:08 +0000 (18:54 +0000)] 
Added a PRAGMA statement.  Took out the special comment parsing. (CVS 245)

FossilOrigin-Name: 5e3724603e6f52bb74deb1c62e6e8f323d7b64b7

24 years agoBug fixes and speed improvements. Delete is still slow. (CVS 244)
drh [Fri, 14 Sep 2001 16:42:12 +0000 (16:42 +0000)] 
Bug fixes and speed improvements. Delete is still slow. (CVS 244)

FossilOrigin-Name: 7da856cd94d2572070e40762e5bc477679e60042

24 years agoAll tests now pass. But there are still issues. For example, inserts
drh [Fri, 14 Sep 2001 03:24:23 +0000 (03:24 +0000)] 
All tests now pass.  But there are still issues.  For example, inserts
are way too slow.  And additional tests are needed for new features. (CVS 243)

FossilOrigin-Name: e7b65e37fd88c4d69c89cfe73ab345b8b645ada6

24 years agoMany problems fixed. Many problems yet to go. (CVS 1722)
drh [Thu, 13 Sep 2001 21:53:09 +0000 (21:53 +0000)] 
Many problems fixed. Many problems yet to go. (CVS 1722)

FossilOrigin-Name: 3dfe1711e67e08525427497f0edc3d287dc2733e