drh
da9e034610
Fix a problem with the way temporary tables mask permanent tables. (CVS 345)
...
FossilOrigin-Name: ba89da603135e5f63f6f97ba3adad02682375c07
2002-01-10 14:31:48 +00:00
drh
af989ba546
Homepage changes prior to version 2.2.1. (CVS 344)
...
FossilOrigin-Name: e78b1ea23ccda4bc476fbb070586dcac2cc83331
2002-01-09 13:35:11 +00:00
drh
74e24cd0fa
Working on a bug: Dropping and recreating a table within a transaction
...
causes an assertion failure. (CVS 342)
FossilOrigin-Name: b3656a5cfef91c89de2cbb9790087d0d53c03e6f
2002-01-09 03:19:59 +00:00
drh
e638bbf820
Makefile changes from Andreas Rottmann (CVS 340)
...
FossilOrigin-Name: e7004afbf808b6389e67e8a335c610227c76101b
2002-01-07 19:04:21 +00:00
drh
c6b52df32d
An attempt to delete a single row using a WHERE clause that specifies
...
the rowid would result in an error if the rowid did not exist. This
problem has been resolved. (CVS 338)
FossilOrigin-Name: 011be9a9d2632d261489005d97c69b0a0bc5a108
2002-01-04 03:09:29 +00:00
drh
e7ec22019d
Update documentation for the 2.2.0 release. (CVS 335)
...
FossilOrigin-Name: 14392258c5b6385091be8d684e3ea6841941b483
2001-12-22 19:27:39 +00:00
drh
7c917d196f
Added the ability to say things like "SELECT rowid, * FROM table1;" (CVS 332)
...
FossilOrigin-Name: ffbdd43f5de62e7bf81631c83473aca29c3a6c98
2001-12-16 20:05:05 +00:00
drh
6446c4dc67
Comment and documentation changes. (CVS 331)
...
FossilOrigin-Name: e8595579a5218aa3f344f967a23ac52ea89daca1
2001-12-15 14:22:18 +00:00
drh
c38f3d510c
Typo in change log fixed. (CVS 330)
...
FossilOrigin-Name: 3a31daf6465b989a2b0790a2d1ba22ff955486a0
2001-12-15 03:00:42 +00:00
drh
4cbd68f805
Release 2.1.7 (CVS 329)
...
FossilOrigin-Name: 71cb9e8ad7616b1f84dc04700685bd4dc157d2db
2001-12-15 02:58:18 +00:00
drh
a7fcb05988
Fix a race condition in the locking code that would sometimes cause
...
SQLITE_PROTOCOL or SQLITE_CORRUPT to be returned when SQLITE_BUSY should
have been returned. (CVS 326)
FossilOrigin-Name: b0d218876442187af08161d989e6887b1cb4130c
2001-12-14 15:09:55 +00:00
drh
2cf65aad6c
Bug fix in the sqliteOsLock() and sqliteOsUnlock() routines of POSIX.
...
Version 2.1.5. (CVS 325)
FossilOrigin-Name: 669454060867593290c1ce8c45bd87d011976289
2001-12-06 13:24:14 +00:00
drh
208611fbca
Minor changes prior to 2.1.4 (CVS 324)
...
FossilOrigin-Name: 2fb22adbd15740d5e1581d4114cdf5149e0b62dc
2001-12-05 00:46:02 +00:00
drh
b8ca307e7b
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
2001-12-05 00:21:20 +00:00
drh
6ff13859d5
Add the ability to do a single .command as the second argument
...
to the command-line shell. (CVS 321)
FossilOrigin-Name: 653f37c365a0b5d59c11b7dbba57905ffaeff2dc
2001-11-25 13:18:23 +00:00
drh
e68fefdaa5
Fix typos. (CVS 320)
...
FossilOrigin-Name: 3be8a189e8ccf8a82acc4ee72cc75b6cc92aa193
2001-11-24 13:50:53 +00:00
drh
e91d6fd3c3
Typos fixed. (CVS 319)
...
FossilOrigin-Name: e86a68c5ace984da09d3ce44dae5d501ec0d0eec
2001-11-24 13:36:30 +00:00
drh
59fefbab1a
Update the FAQ. Change the GMT timezone label to UTC on all files. (CVS 318)
...
FossilOrigin-Name: f1a5808288e4204aee03531de0b9e6646062bd94
2001-11-24 13:23:04 +00:00
drh
7a7c73905d
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
2001-11-24 00:31:46 +00:00
drh
f5bf0a78be
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
2001-11-23 00:24:12 +00:00
drh
c3a64ba0a6
Fix a bug in the locking protocol. (CVS 315)
...
FossilOrigin-Name: a9db1c12c5a4d5741de0e5eb5aa87c647a5646b8
2001-11-22 00:01:27 +00:00
drh
5a2c2c20af
Attempting to add support for 64-bit platforms. (CVS 314)
...
FossilOrigin-Name: 03673adbfe0c8a92d79f86ddf1136736594208ad
2001-11-21 02:21:11 +00:00
drh
f6e515b804
Bug fix: Be sure to sends NULLs to the callback when the column value is NULL. (CVS 313)
...
FossilOrigin-Name: 207a57ad2e4e1a44a4c0231b1ba334594402d6cd
2001-11-13 19:36:55 +00:00
drh
7900eaded1
Update change log prior to release of 2.1.0. (CVS 311)
...
FossilOrigin-Name: 6b3ccb37bf4c10b2d8f96ef8efc22ed8253f1886
2001-11-12 13:51:43 +00:00
drh
778326010c
Version 2.1.0 prerelease (CVS 309)
...
FossilOrigin-Name: 4f4ac42214610d900a5d6db63a511d9e7b22f0f9
2001-11-12 12:43:22 +00:00
drh
17e24df621
Added support for LIMIT. (CVS 302)
...
FossilOrigin-Name: 177012249ae93dbea4a11fb50faaae7912848bd0
2001-11-06 14:10:41 +00:00
drh
80ff32f5be
Increase maximum row size to 1MB. (CVS 300)
...
FossilOrigin-Name: 7dd58fad398253608f55867cf1c7749eef005657
2001-11-04 18:32:46 +00:00
drh
0f24678d8c
Version 2.0.8 (CVS 299)
...
FossilOrigin-Name: 0a8c2f4f9812ffa7d43be0e3b59648dca40fa83c
2001-11-03 23:59:16 +00:00
drh
a8b38d286e
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
2001-11-01 14:41:34 +00:00
drh
33f51c9b71
More documentation updates (CVS 295)
...
FossilOrigin-Name: f65df59e554c281ad1efa830f13f87488eb16845
2001-10-31 15:44:46 +00:00
drh
6d4abfbee5
More changes for 2.0.7. (CVS 293)
...
FossilOrigin-Name: f8328a5f11801c5124f9a8dace22df3c1cfb2191
2001-10-22 02:58:08 +00:00
drh
01a346616f
2.0.7 (CVS 292)
...
FossilOrigin-Name: a835658e507fc7d0c684959c0f0afb9018b6a8d4
2001-10-20 12:30:10 +00:00
drh
6a535340bc
Version 2.0.6 (CVS 291)
...
FossilOrigin-Name: 8467d84fc6e67bd93051f54338a8f6c9b1711ee1
2001-10-19 16:44:56 +00:00
drh
98808babd3
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
2001-10-18 12:34:46 +00:00
drh
1bee3d7b43
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
2001-10-15 00:44:35 +00:00
drh
e21a57320e
Bug fix. Raised version number to 2.0.4. (CVS 288)
...
FossilOrigin-Name: 26972afd645e21e0d16de9a0bb0d03754e909044
2001-10-13 21:56:34 +00:00
drh
bf4133cba1
2.0.3 (CVS 287)
...
FossilOrigin-Name: 75e90cf09b64ee1fcb39a711fc9ac6d3d2b849a5
2001-10-13 02:59:08 +00:00
drh
81a20f21d5
Fix an assertion failure when the disk fills up. Add tests for a full
...
disk situation. (CVS 285)
FossilOrigin-Name: 0a7848b6190981cb7eb673bbe68cb217694daf2e
2001-10-12 17:30:04 +00:00
drh
ff0839c0b6
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
2001-10-09 12:39:24 +00:00
drh
286f11a23c
Version 2.0.2 (CVS 281)
...
FossilOrigin-Name: 765359c77ebae22e42b78636e70a57b010aaa18e
2001-10-09 04:21:50 +00:00
drh
ad75e9874b
Fix the locking protocol. (CVS 280)
...
FossilOrigin-Name: 484b82d8a1c84f3d9725a509de93276b9fa9b294
2001-10-09 04:19:46 +00:00
drh
f57b339988
Support for temporary tables added. Still need more testing. (CVS 279)
...
FossilOrigin-Name: 9368c62e4097aae3081a325962c1dec167fd253d
2001-10-08 13:22:32 +00:00
drh
382c0247c7
Adding table column query capability to support ODBC. (CVS 278)
...
FossilOrigin-Name: b63b3f3684a3d584ef99f54cde76b6c483bbfef7
2001-10-06 16:33:02 +00:00
drh
100569d862
Remove C++ comments from btree.c. (CVS 277)
...
FossilOrigin-Name: 4b7710e2daadffb716bd88f3a213f94ffbb750ef
2001-10-02 13:01:48 +00:00
drh
33048c0b92
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
2001-10-01 14:29:22 +00:00
drh
b0bf726fe3
Documentation updates. (CVS 275)
...
FossilOrigin-Name: 4b4bfc6290f05c6672338690911f68fd8bb418c9
2001-09-28 23:11:24 +00:00
drh
a5e2e92f59
Remove reference to GDBM in the documentation of the "sqlite"
...
command-line utility. (CVS 274)
FossilOrigin-Name: 0ffab36d1fc29125fdcf0d732073f77012dfcad4
2001-09-28 18:14:17 +00:00
drh
90ca975338
Version 2.0.0 (CVS 272)
...
FossilOrigin-Name: 1df5386a5557c1fc6a5433e9dbd23009026be369
2001-09-28 17:47:14 +00:00
drh
60c309bf48
Alpha-3 (CVS 269)
...
FossilOrigin-Name: a70d445070c905690dd8ec080981232594e1a969
2001-09-27 15:13:40 +00:00
drh
717e640294
Added basic support for enforcement of UNIQUE on indices and primary
...
keys. Support for addition constraints is to follow. (CVS 267)
FossilOrigin-Name: 34c42967f3d52dfb65d9f31db4f6995d098ec1f7
2001-09-27 03:22:32 +00:00
drh
4502a0d7e9
Fix an RCSID problem. (CVS 266)
...
FossilOrigin-Name: 0e9cfcd53e16f96fc181def1d0b2d0ea7f7df73f
2001-09-25 02:04:29 +00:00
drh
dd137a09d5
Prepare for Alpha-3 (CVS 265)
...
FossilOrigin-Name: 9c9322eb46894860cd7c294cd19ce72614722a73
2001-09-25 01:50:59 +00:00
drh
90bfcdace3
Additional test cases with locking fixes. Also, make the code thread-safe. (CVS 262)
...
FossilOrigin-Name: bd7d6a64afa03cc64f6537f828d6c94975bf5f02
2001-09-23 19:46:51 +00:00
drh
4aa85c42b3
Web site changes prior to release 2.0-Alpha-2. (CVS 259)
...
FossilOrigin-Name: 13afb22409b3b58d4c4b97a9fac22c96153d77c0
2001-09-20 12:32:53 +00:00
drh
254cba2429
2.0-Alpha-2 release (CVS 258)
...
FossilOrigin-Name: d2a1aac46782c0d3852e34a3b32a6b2ccd93a256
2001-09-20 01:44:42 +00:00
drh
b19a2bc603
Disclaimed copyright. Preparing for release 2.0. (CVS 250)
...
FossilOrigin-Name: 4e926efe2b59adfec4086eb1d2ba830238facb4c
2001-09-16 00:13:26 +00:00
drh
87c40e88a0
Add ability to quote table and column names in expression. (CVS 235)
...
FossilOrigin-Name: 029e3a3a5dd8d4923af50bb2c9f31b1b7cd9439e
2001-07-23 14:33:02 +00:00
drh
306dc21379
:-) (CVS 218)
...
FossilOrigin-Name: 523d52dfa6ae3028cbcc88d406501f3ebb6cbd2d
2001-05-21 13:45:10 +00:00
drh
d9b0257a24
Pager is working, mostly. (CVS 211)
...
FossilOrigin-Name: f82fa7070ae281804c019e6b05cd767dadaf0827
2001-04-15 00:37:09 +00:00
drh
d400728ac1
More testing (CVS 209)
...
FossilOrigin-Name: 3bde128418fe70a2fd62bf9e013999827a16053c
2001-04-12 23:21:58 +00:00
drh
daffd0e597
better handling of out-of-memory errors (CVS 207)
...
FossilOrigin-Name: 86b30cd0975dfea9424b9f9f0d4194aa71ce508b
2001-04-11 14:28:42 +00:00
drh
d1bf3512fa
Added new tests (CVS 206)
...
FossilOrigin-Name: 2507ec40610d8034ccf9dcb58a16934065e6f120
2001-04-07 15:24:33 +00:00
drh
818041aff4
Check for miscompiled Tcl (CVS 205)
...
FossilOrigin-Name: 5b65746383c509048c80b7aff536d1204fd1d127
2001-04-06 16:15:27 +00:00
drh
9daea74924
:-) (CVS 203)
...
FossilOrigin-Name: b5f994feb44f76782279cdbb1654d340f63e8995
2001-04-05 16:49:44 +00:00
drh
6f63c25856
:-) (CVS 202)
...
FossilOrigin-Name: 04530e451662e298506d314ce014a2643f4ff813
2001-04-05 16:25:53 +00:00
drh
297ecf146b
i18n changes (CVS 201)
...
FossilOrigin-Name: 8390f6521af0f1c5cd0298cc4a1dfa3f092c1e15
2001-04-05 15:57:13 +00:00
drh
e17a7e330b
Added support for UTF-8 (CVS 199)
...
FossilOrigin-Name: f0674697c90e4eed630c36e40e724de05d54f74f
2001-04-04 21:10:18 +00:00
drh
0012761159
:-) (CVS 198)
...
FossilOrigin-Name: 24bede902722e8003451143b38284de48700c459
2001-04-04 12:33:36 +00:00
drh
b6a2c215bf
:-) (CVS 197)
...
FossilOrigin-Name: ab645437447059be18018890bd33f3a977c4c8b3
2001-04-04 12:32:08 +00:00
drh
c4a3c779b1
Added transaction support (CVS 196)
...
FossilOrigin-Name: 35a8feed0d10e780c477f7440fbe80637fcf9906
2001-04-04 11:48:57 +00:00
drh
960e8c6317
Bug fixes from Oleg Oleinick (CVS 195)
...
FossilOrigin-Name: 1f0197d504fa2bde15b287ac6c0102cacdb1e482
2001-04-03 16:53:21 +00:00
drh
0353cedda4
Enhancements to the DELETE command (CVS 194)
...
FossilOrigin-Name: daea156e2430762e683ff5460f9f8bb3204ae168
2001-03-20 22:05:00 +00:00
drh
3494ffe930
Open windows files in binary mode. (CVS 193)
...
FossilOrigin-Name: e48b9f24faeee606aa2bda1666016d8a00b430a7
2001-03-20 12:55:13 +00:00
drh
db25e38802
Identify tests that depend on system load and
...
processor speed. (CVS 192)
FossilOrigin-Name: 4b0ba23807a57eaa3649622cff3be66cd75e7561
2001-03-15 18:21:22 +00:00
drh
b8525d9dcf
:-) (CVS 191)
...
FossilOrigin-Name: 8f79ca2acaf765ecb3274c353284c55b6790f657
2001-03-14 12:54:11 +00:00
drh
b072950e24
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
2001-03-14 12:35:57 +00:00
drh
65cd7c02e7
Documentation updates only (CVS 189)
...
FossilOrigin-Name: d44abe54eb4a0c5eedf8f3ff59704ddb8dd68faf
2001-02-20 13:06:30 +00:00
drh
e53dea15d1
Fix a temp file problem on memory: (CVS 188)
...
FossilOrigin-Name: 88447d45c8ac316868a8a3e3cbb0b0cdf279d89c
2001-02-19 23:48:16 +00:00
drh
a6e982a256
Repairs to the previous fix (CVS 187)
...
FossilOrigin-Name: b91854a67f5e3835aafbbb1f9c528f4011ffc3f9
2001-02-19 23:28:36 +00:00
drh
573bd2754f
Repairs to the previous fix (CVS 186)
...
FossilOrigin-Name: 4fb52b4824cbc6d5fa23449bfb998ec9985f1336
2001-02-19 23:23:38 +00:00
drh
4f3c63e475
fix the UPDATE bug (CVS 185)
...
FossilOrigin-Name: 99aae9aaa9f53d1be6600f8598f66594692aae39
2001-02-19 18:24:21 +00:00
drh
03e7e9516f
Perpare to fork SQLite2.0 develop into a separate tree (CVS 184)
...
FossilOrigin-Name: 4f00e27f17a15504543c5bbb8765c88bacd7257e
2001-02-11 16:58:21 +00:00
drh
338ea13c0d
Perpare to fork SQLite2.0 develop into a separate tree (CVS 183)
...
FossilOrigin-Name: 6adb6078871114ba19ab601bb94d43ff9e03e43f
2001-02-11 16:56:24 +00:00
drh
17a6893463
Working better with Win95.
...
Continued work on the new db.c backend. (CVS 1714)
FossilOrigin-Name: df0ff304855bd18c7a3517c500e891b6d006be6a
2001-01-31 13:28:08 +00:00
drh
660f68d6a2
:-) (CVS 174)
...
FossilOrigin-Name: 5ddeeb477148295b66fdd78d102827386852fed3
2001-01-04 14:27:07 +00:00
drh
a2e1bb5a58
:-) (CVS 171)
...
FossilOrigin-Name: d49e10fb5e29318f1f777664562b68dd054f7535
2001-01-04 14:20:18 +00:00
drh
8c82b3506e
speed tweaks and documentation updates (CVS 167)
...
FossilOrigin-Name: ced90c3f93e5e0cf73ea77b62a1308cd8dd5f3b3
2000-12-10 18:23:50 +00:00
drh
d9a4698e5f
Comment changes only (CVS 165)
...
FossilOrigin-Name: 97339efdf3f3b02a6a4fe57d2cb01d19cec3c749
2000-11-28 20:46:38 +00:00
drh
8c3052c49b
documentation and speed updates (CVS 164)
...
FossilOrigin-Name: 356cdd64860b714f52529159fada799dca7bb1c0
2000-10-23 13:16:31 +00:00
drh
767c2001c6
Added the "memory:" driver (CVS 158)
...
FossilOrigin-Name: 54d60c68dc83410e911b828a680772541c44e9df
2000-10-19 14:10:08 +00:00
drh
bb0b679c02
Break out DBBE drivers into separate files. (CVS 157)
...
FossilOrigin-Name: 979ef5d5d64b8e38cc15fef0d2d507ca2fe6842c
2000-10-19 01:49:02 +00:00
drh
9b1eb48b7d
Fix an off-by-one error in printf.c (CVS 156)
...
FossilOrigin-Name: 17fcd3b01568e95224425b982fb77abd8b12191a
2000-10-17 01:31:22 +00:00
drh
1afad7c98a
:-) (CVS 155)
...
FossilOrigin-Name: 3dc7913dfc4751a00cc5d14f3aa4a3a25d7531bf
2000-10-16 22:11:57 +00:00
drh
611ad21d8b
:-) (CVS 154)
...
FossilOrigin-Name: bae2050f3f63ff0b56ac38fabe220f150cc2d35a
2000-10-16 22:09:38 +00:00
drh
4c5043910b
Added an interrupt capability (CVS 153)
...
FossilOrigin-Name: f7ea08b931b9b40831bfe73cd7afea17f92112cf
2000-10-16 22:06:40 +00:00
drh
7c68d60b6f
Misc cleanup. Notes on compiling for Win95. (CVS 152)
...
FossilOrigin-Name: 3f0f1fa1fce794d1661c845f1a63a8d744892c25
2000-10-11 19:28:51 +00:00
drh
98699b54bb
Documentation changes only (CVS 151)
...
FossilOrigin-Name: 15340d2bb34c4d7ab629f9fa2231c7f34a248db9
2000-10-09 12:57:00 +00:00
drh
a18c5681e9
Added the _printf() interface. (CVS 150)
...
FossilOrigin-Name: f9372072a6d6caa15fa14ec722523944470fe155
2000-10-08 22:20:57 +00:00
drh
9b0d0a8bc5
Documenting the TCL interface (CVS 149)
...
FossilOrigin-Name: 7e0bacedf928095b29e7166eacd2356e8169d6dd
2000-09-30 22:46:05 +00:00
drh
e371033ddf
:-) (CVS 147)
...
FossilOrigin-Name: e11f7527f9187e8902db84069baad0d3b7e17ad0
2000-09-29 13:30:53 +00:00