]>
git.ipfire.org Git - thirdparty/sqlite.git/log
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
drh [Sat, 15 Sep 2001 00:59:33 +0000 (00:59 +0000)]
Removing some surplus files. (CVS 1723)
FossilOrigin-Name:
8ad996fdac6801768e94ca1710a0a3da03e1e7ea
drh [Sat, 15 Sep 2001 00:57:59 +0000 (00:57 +0000)]
Release 2.0-alpha-1 (CVS 247)
FossilOrigin-Name:
264f23315e682909abb47912f48733f641772a4c
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
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
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
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
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
drh [Thu, 13 Sep 2001 21:53:09 +0000 (21:53 +0000)]
Many problems fixed. Many problems yet to go. (CVS 242)
FossilOrigin-Name:
62c7bd11bcf6438cdcbf66fa67a2bf4ab9d1664d
drh [Thu, 13 Sep 2001 16:18:53 +0000 (16:18 +0000)]
It runs. Simple tables can be created. INSERT and SELECT work. Much more
testing is needed, however. (CVS 241)
FossilOrigin-Name:
9ac8399c99cb996a382f3d49f45b6ca857adc827
drh [Thu, 13 Sep 2001 15:21:31 +0000 (15:21 +0000)]
The new Btree code runs, but it does not yet work. (CVS 240)
FossilOrigin-Name:
991ce8115052da9395d4bf8ff29f417e3c36dc7f
drh [Thu, 13 Sep 2001 14:46:09 +0000 (14:46 +0000)]
The BTree changes are now integrated and the whole thing compiles and
links. I have not yet tried to run it, though. (CVS 239)
FossilOrigin-Name:
a0a1e701abc52a164d9b09a5426eb12af1fe6a4c
drh [Thu, 13 Sep 2001 13:46:56 +0000 (13:46 +0000)]
The code is in place to replace GDBM with BTree. But I have not yet
attempted to compile it. I am sure the code contains bugs. (CVS 238)
FossilOrigin-Name:
6ecc8b20d4f402f45f03d46d8d4fa40dea666e97
drh [Mon, 20 Aug 2001 00:33:58 +0000 (00:33 +0000)]
Restore btree to the main line. (CVS 237)
FossilOrigin-Name:
2e6aff980287825b59d2ebb7005bb08dd601ff1c
drh [Sun, 19 Aug 2001 18:19:46 +0000 (18:19 +0000)]
Add index access methods to the DBBE in preparation for adding a new
DBBE for the btree.c module. (CVS 236)
FossilOrigin-Name:
c15f6ffc4d41f30a06d750c8015226713ae0126b
drh [Mon, 23 Jul 2001 14:35:00 +0000 (14:35 +0000)]
Version 1.0.32 (CVS 471)
FossilOrigin-Name:
cfc86dc48afb6b7e052e418db1c596b665d5cc66
drh [Mon, 23 Jul 2001 14:33:03 +0000 (14:33 +0000)]
Add ability to quote table and column names in expression. (CVS 1721)
FossilOrigin-Name:
770e983628d873039857c889ba302cf6926d19d9
drh [Mon, 23 Jul 2001 14:33:02 +0000 (14:33 +0000)]
Add ability to quote table and column names in expression. (CVS 235)
FossilOrigin-Name:
029e3a3a5dd8d4923af50bb2c9f31b1b7cd9439e
drh [Mon, 2 Jul 2001 17:51:45 +0000 (17:51 +0000)]
BTree and pager are working pretty well now. (CVS 234)
FossilOrigin-Name:
a84fb078baf96dbfb5983981127dfc905074b7f9
drh [Sun, 1 Jul 2001 22:12:01 +0000 (22:12 +0000)]
More BTree tests (CVS 233)
FossilOrigin-Name:
55c89bfdd35f1ad494618a451f9a1ed08502ae07
drh [Sat, 30 Jun 2001 21:53:53 +0000 (21:53 +0000)]
Implemented the sqliteBtreeSanityCheck() test function. (CVS 232)
FossilOrigin-Name:
42486880ed31318ef36a8831b959e9115b4fbac6
drh [Thu, 28 Jun 2001 11:50:21 +0000 (11:50 +0000)]
More BTree tests and a few bug fixes. (CVS 231)
FossilOrigin-Name:
2c9127943cd5a541613924d2df773c4e8df4c1a6
drh [Thu, 28 Jun 2001 01:54:48 +0000 (01:54 +0000)]
Got a lot of BTree tests working. Still lots more needed. (CVS 230)
FossilOrigin-Name:
9cfeeb5896d2a17c8c7904136d346a6245c9e497
drh [Mon, 25 Jun 2001 02:11:07 +0000 (02:11 +0000)]
More tests and bug fixes in btree.c (CVS 229)
FossilOrigin-Name:
6b9b298b2846146b95d7df7f423867976bafa390
drh [Sun, 24 Jun 2001 20:39:41 +0000 (20:39 +0000)]
The first test file for BTree added. Simple insert and delete tests pass.
There is still a lot of work to be done, though. (CVS 228)
FossilOrigin-Name:
85f015c9750a5eab274e82f0e2c6e8f09dc7ca70
drh [Sat, 23 Jun 2001 11:36:20 +0000 (11:36 +0000)]
Fix a bug in pager.c introduced in the previous delta. (CVS 227)
FossilOrigin-Name:
f4df6664037c68e1ce539c84c852124d95cd5a56
drh [Fri, 22 Jun 2001 19:15:00 +0000 (19:15 +0000)]
The BTree code compiles and links now, but it does not work yet. (CVS 226)
FossilOrigin-Name:
b31c49021c260a67b7848bc077b75a7146e31c71
drh [Sun, 10 Jun 2001 19:56:58 +0000 (19:56 +0000)]
All BTree code is in place. Now we just have to make it work. (CVS 225)
FossilOrigin-Name:
d4be4709ee32bab6e78104861ed4e02d153779aa
drh [Fri, 8 Jun 2001 00:25:18 +0000 (00:25 +0000)]
documentation update (CVS 224)
FossilOrigin-Name:
d1e211fad9d787a0fdbcd11fb364d6c592c07a05
drh [Fri, 8 Jun 2001 00:21:52 +0000 (00:21 +0000)]
incremental update (CVS 223)
FossilOrigin-Name:
7108b699cc03d5d4dfb222ceab0196a85dbffd50
drh [Sat, 2 Jun 2001 02:40:57 +0000 (02:40 +0000)]
continued work on btree (CVS 222)
FossilOrigin-Name:
d07e0e80a0b33081adda8651e9a6750b2e40141a
drh [Mon, 28 May 2001 00:41:24 +0000 (00:41 +0000)]
drh [Mon, 28 May 2001 00:41:15 +0000 (00:41 +0000)]
drh [Sat, 26 May 2001 13:15:44 +0000 (13:15 +0000)]
drh [Thu, 24 May 2001 21:06:34 +0000 (21:06 +0000)]
Continued work on btree (CVS 219)
FossilOrigin-Name:
18500cdcc1a42118cdf650681ebb1cbeac106aa7
drh [Mon, 21 May 2001 13:45:10 +0000 (13:45 +0000)]
drh [Tue, 15 May 2001 00:39:25 +0000 (00:39 +0000)]
drh [Fri, 11 May 2001 11:02:46 +0000 (11:02 +0000)]
drh [Sun, 29 Apr 2001 23:32:55 +0000 (23:32 +0000)]
drh [Sat, 28 Apr 2001 16:52:40 +0000 (16:52 +0000)]
drh [Tue, 17 Apr 2001 20:09:43 +0000 (20:09 +0000)]
drh [Tue, 17 Apr 2001 20:09:11 +0000 (20:09 +0000)]
Begin adding BTree code (CVS 213)
FossilOrigin-Name:
bdb1c425f577d455155982ee2cd8cb686bcaf0da
drh [Sun, 15 Apr 2001 02:29:59 +0000 (02:29 +0000)]
Version 1.0.31 (CVS 472)
FossilOrigin-Name:
a7bfcbb4131ab17a58d5e843c418b2e1a3ab2abc
drh [Sun, 15 Apr 2001 02:27:24 +0000 (02:27 +0000)]
Working on the pager (CVS 212)
FossilOrigin-Name:
1f07abe46e2de8c5d9659bd5a78efe4ce23144ae
drh [Sun, 15 Apr 2001 00:37:09 +0000 (00:37 +0000)]
Pager is working, mostly. (CVS 211)
FossilOrigin-Name:
f82fa7070ae281804c019e6b05cd767dadaf0827
drh [Sat, 14 Apr 2001 16:38:23 +0000 (16:38 +0000)]
Getting ready to redo the journal file format. (CVS 210)
FossilOrigin-Name:
42c2f3fe68c8a6bab96e035371ecd64296c5491f
drh [Thu, 12 Apr 2001 23:21:58 +0000 (23:21 +0000)]
More testing (CVS 209)
FossilOrigin-Name:
3bde128418fe70a2fd62bf9e013999827a16053c
drh [Wed, 11 Apr 2001 14:29:21 +0000 (14:29 +0000)]
drh [Wed, 11 Apr 2001 14:28:42 +0000 (14:28 +0000)]
better handling of out-of-memory errors (CVS 207)
FossilOrigin-Name:
86b30cd0975dfea9424b9f9f0d4194aa71ce508b
drh [Sat, 7 Apr 2001 15:24:33 +0000 (15:24 +0000)]
Added new tests (CVS 206)
FossilOrigin-Name:
2507ec40610d8034ccf9dcb58a16934065e6f120
drh [Fri, 6 Apr 2001 16:19:59 +0000 (16:19 +0000)]
Version 1.0.30 (CVS 473)
FossilOrigin-Name:
8f0d98193e4ba913fa31d5f8d5adc46ad9d346a1
drh [Fri, 6 Apr 2001 16:15:27 +0000 (16:15 +0000)]
Check for miscompiled Tcl (CVS 205)
FossilOrigin-Name:
5b65746383c509048c80b7aff536d1204fd1d127
drh [Fri, 6 Apr 2001 16:13:42 +0000 (16:13 +0000)]
Check for miscompiled Tcl (CVS 204)
FossilOrigin-Name:
735d8b5c13b5e2602b37940377fced098be210c1
drh [Thu, 5 Apr 2001 16:50:00 +0000 (16:50 +0000)]
Version 1.0.29 (CVS 474)
FossilOrigin-Name:
4b3ffa161a09653919a689336784a85b9548c249
drh [Thu, 5 Apr 2001 16:49:44 +0000 (16:49 +0000)]
drh [Thu, 5 Apr 2001 16:25:53 +0000 (16:25 +0000)]
drh [Thu, 5 Apr 2001 15:57:13 +0000 (15:57 +0000)]
i18n changes (CVS 201)
FossilOrigin-Name:
8390f6521af0f1c5cd0298cc4a1dfa3f092c1e15
drh [Wed, 4 Apr 2001 21:30:00 +0000 (21:30 +0000)]
Version 1.0.28 (CVS 475)
FossilOrigin-Name:
8b4c87e8cf08db8e8ace57dc8dc8d110d18f19ed
drh [Wed, 4 Apr 2001 21:22:14 +0000 (21:22 +0000)]
Clean up some compiler warnings (CVS 200)
FossilOrigin-Name:
490d08a8c19d52ebb41999371e2664e29bcb1164
drh [Wed, 4 Apr 2001 21:10:18 +0000 (21:10 +0000)]
Added support for UTF-8 (CVS 199)
FossilOrigin-Name:
f0674697c90e4eed630c36e40e724de05d54f74f
drh [Wed, 4 Apr 2001 12:33:36 +0000 (12:33 +0000)]
drh [Wed, 4 Apr 2001 12:32:08 +0000 (12:32 +0000)]
drh [Wed, 4 Apr 2001 11:48:57 +0000 (11:48 +0000)]
Added transaction support (CVS 196)
FossilOrigin-Name:
35a8feed0d10e780c477f7440fbe80637fcf9906
drh [Tue, 3 Apr 2001 16:53:21 +0000 (16:53 +0000)]
Bug fixes from Oleg Oleinick (CVS 195)
FossilOrigin-Name:
1f0197d504fa2bde15b287ac6c0102cacdb1e482
drh [Tue, 20 Mar 2001 22:15:00 +0000 (22:15 +0000)]
Version 1.0.27 (CVS 476)
FossilOrigin-Name:
833291c22734b2ac2342da84710320eb28f5d8cc
drh [Tue, 20 Mar 2001 22:05:00 +0000 (22:05 +0000)]
Enhancements to the DELETE command (CVS 194)
FossilOrigin-Name:
daea156e2430762e683ff5460f9f8bb3204ae168
drh [Tue, 20 Mar 2001 12:59:59 +0000 (12:59 +0000)]
Version 1.0.26 (CVS 477)
FossilOrigin-Name:
99f9ea412f87cfb518cfb34f0e187fd1baf56761
drh [Tue, 20 Mar 2001 12:57:57 +0000 (12:57 +0000)]
Better temp file naming under windows (CVS 1718)
FossilOrigin-Name:
126fbcb7a8f52a0cc01c8346150a187dbabe96d5
drh [Tue, 20 Mar 2001 12:55:14 +0000 (12:55 +0000)]
Open windows files in binary mode. (CVS 1717)
FossilOrigin-Name:
3adf884bcf4ff8c28083d9ed63edea5e91fea1fc
drh [Tue, 20 Mar 2001 12:55:13 +0000 (12:55 +0000)]
Open windows files in binary mode. (CVS 193)
FossilOrigin-Name:
e48b9f24faeee606aa2bda1666016d8a00b430a7
drh [Thu, 15 Mar 2001 18:30:00 +0000 (18:30 +0000)]
Version 1.0.25 (CVS 478)
FossilOrigin-Name:
7564b223ab39f26a2fcf2afe150a98d10de132ea
drh [Thu, 15 Mar 2001 18:21:22 +0000 (18:21 +0000)]
Identify tests that depend on system load and
processor speed. (CVS 192)
FossilOrigin-Name:
4b0ba23807a57eaa3649622cff3be66cd75e7561
drh [Wed, 14 Mar 2001 12:59:59 +0000 (12:59 +0000)]
Version 1.0.24 (CVS 479)
FossilOrigin-Name:
34b17e6ce15dd24dc2ca609ef9c136fe4dc1b4b5
drh [Wed, 14 Mar 2001 12:54:11 +0000 (12:54 +0000)]
drh [Wed, 14 Mar 2001 12:35:57 +0000 (12:35 +0000)]
Fix a bug on systems where malloc(0) return NULL.
Add code to detect this bug even on systems were it used not to
occur. (CVS 190)
FossilOrigin-Name:
bda83e2b75843b9a078c2f4e64fcd4d2145a716b
drh [Tue, 20 Feb 2001 13:06:30 +0000 (13:06 +0000)]
Documentation updates only (CVS 189)
FossilOrigin-Name:
d44abe54eb4a0c5eedf8f3ff59704ddb8dd68faf
drh [Tue, 20 Feb 2001 00:00:00 +0000 (00:00 +0000)]
Version 1.0.23 (CVS 480)
FossilOrigin-Name:
cbfa44c32365a1c9d10c9fcfeebad2fea139aafb
drh [Mon, 19 Feb 2001 23:48:16 +0000 (23:48 +0000)]
Fix a temp file problem on memory: (CVS 188)
FossilOrigin-Name:
88447d45c8ac316868a8a3e3cbb0b0cdf279d89c
drh [Mon, 19 Feb 2001 23:29:59 +0000 (23:29 +0000)]
Version 1.0.22 (CVS 481)
FossilOrigin-Name:
ec861066e3e6d3bfee83997fa7018d0291e22d90
drh [Mon, 19 Feb 2001 23:28:36 +0000 (23:28 +0000)]
Repairs to the previous fix (CVS 187)
FossilOrigin-Name:
b91854a67f5e3835aafbbb1f9c528f4011ffc3f9
drh [Mon, 19 Feb 2001 23:23:38 +0000 (23:23 +0000)]
Repairs to the previous fix (CVS 186)
FossilOrigin-Name:
4fb52b4824cbc6d5fa23449bfb998ec9985f1336
drh [Mon, 19 Feb 2001 18:30:00 +0000 (18:30 +0000)]
Version 1.0.21 (CVS 482)
FossilOrigin-Name:
7a1147ff52df5f78b1a2e3502c1b78e4d3906968
drh [Mon, 19 Feb 2001 18:24:21 +0000 (18:24 +0000)]
fix the UPDATE bug (CVS 185)
FossilOrigin-Name:
99aae9aaa9f53d1be6600f8598f66594692aae39
drh [Sun, 11 Feb 2001 17:00:00 +0000 (17:00 +0000)]
Version 1.0.20 (CVS 484)
FossilOrigin-Name:
eb0a523c49df65ef3454b8d7e05a6a852b24fc8b
drh [Sun, 11 Feb 2001 16:58:21 +0000 (16:58 +0000)]
Perpare to fork SQLite2.0 develop into a separate tree (CVS 184)
FossilOrigin-Name:
4f00e27f17a15504543c5bbb8765c88bacd7257e
drh [Sun, 11 Feb 2001 16:56:24 +0000 (16:56 +0000)]
Perpare to fork SQLite2.0 develop into a separate tree (CVS 183)
FossilOrigin-Name:
6adb6078871114ba19ab601bb94d43ff9e03e43f
drh [Tue, 6 Feb 2001 14:10:26 +0000 (14:10 +0000)]
drh [Tue, 6 Feb 2001 14:01:23 +0000 (14:01 +0000)]
drh [Tue, 6 Feb 2001 14:00:00 +0000 (14:00 +0000)]
Version 1.0.19 (CVS 483)
FossilOrigin-Name:
08e179b076b53a2792aba7541f614ad39fa45194
drh [Wed, 31 Jan 2001 13:28:08 +0000 (13:28 +0000)]
Working better with Win95.
Continued work on the new db.c backend. (CVS 181)
FossilOrigin-Name:
f9c55a900032ed6babd86170dcb5257e33da950f
drh [Wed, 31 Jan 2001 13:28:08 +0000 (13:28 +0000)]
Working better with Win95.
Continued work on the new db.c backend. (CVS 1714)
FossilOrigin-Name:
df0ff304855bd18c7a3517c500e891b6d006be6a
drh [Mon, 29 Jan 2001 01:27:19 +0000 (01:27 +0000)]
drh [Thu, 25 Jan 2001 01:45:40 +0000 (01:45 +0000)]
drh [Mon, 22 Jan 2001 00:31:53 +0000 (00:31 +0000)]
drh [Sun, 21 Jan 2001 22:03:30 +0000 (22:03 +0000)]
drh [Sun, 21 Jan 2001 00:58:07 +0000 (00:58 +0000)]
drh [Sat, 20 Jan 2001 19:52:49 +0000 (19:52 +0000)]
drh [Mon, 15 Jan 2001 22:51:09 +0000 (22:51 +0000)]
continued progress toward version 2.0 (CVS 1710)
FossilOrigin-Name:
a60af40a3e2e2903d0caa8b81b7e5a4cdc67cd52
drh [Mon, 15 Jan 2001 22:51:08 +0000 (22:51 +0000)]
continued progress toward version 2.0 (CVS 177)
FossilOrigin-Name:
c6ffb7ec6acb596907ead8992dfad94e18e83866
drh [Sat, 13 Jan 2001 14:34:05 +0000 (14:34 +0000)]
Changes to the DBBE. Moving toward having many more
backend driver choices. (CVS 176)
FossilOrigin-Name:
c0730217a04323a1a73d125e3e7da32bcc8d58fc