0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2024-12-14 22:09:43 +00:00

Commit Graph

  • e73e180933 Version 2.0.3 (CVS 467) drh 2001-10-13 03:00:00 +00:00
  • bf4133cba1 2.0.3 (CVS 287) drh 2001-10-13 02:59:08 +00:00
  • 99fcd718e1 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) drh 2001-10-13 01:06:47 +00:00
  • 81a20f21d5 Fix an assertion failure when the disk fills up. Add tests for a full disk situation. (CVS 285) drh 2001-10-12 17:30:04 +00:00
  • 4299020922 Version 2.0.2 (CVS 468) drh 2001-10-09 14:00:00 +00:00
  • 3109e02ec5 The sqlite_busy_timeout() function was interpreting its second argument as seconds, not milliseconds as advertised. This patch fixes the problem. (CVS 284) drh 2001-10-09 13:46:01 +00:00
  • 9d31976c3d Remove files before rebuilding. (CVS 283) drh 2001-10-09 12:44:43 +00:00
  • 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) drh 2001-10-09 12:39:24 +00:00
  • 286f11a23c Version 2.0.2 (CVS 281) drh 2001-10-09 04:21:50 +00:00
  • ad75e9874b Fix the locking protocol. (CVS 280) drh 2001-10-09 04:19:46 +00:00
  • f57b339988 Support for temporary tables added. Still need more testing. (CVS 279) drh 2001-10-08 13:22:32 +00:00
  • 382c0247c7 Adding table column query capability to support ODBC. (CVS 278) drh 2001-10-06 16:33:02 +00:00
  • 480bf1769d Version 2.0.1 (CVS 469) drh 2001-10-02 13:05:00 +00:00
  • 100569d862 Remove C++ comments from btree.c. (CVS 277) drh 2001-10-02 13:01:48 +00:00
  • 33048c0b92 The .dump output uses INSERT instead of COPY now. Expression syntax of the form "expr NOT NULL" is now supported. (CVS 276) drh 2001-10-01 14:29:22 +00:00
  • 61090c5f32 Version 2.0.0 (CVS 470) drh 2001-09-28 23:15:00 +00:00
  • b0bf726fe3 Documentation updates. (CVS 275) drh 2001-09-28 23:11:24 +00:00
  • a5e2e92f59 Remove reference to GDBM in the documentation of the "sqlite" command-line utility. (CVS 274) drh 2001-09-28 18:14:17 +00:00
  • 66f95a65f8 Line tclsqlite.so against the stub library. (CVS 273) drh 2001-09-28 18:10:55 +00:00
  • 90ca975338 Version 2.0.0 (CVS 272) drh 2001-09-28 17:47:14 +00:00
  • 71eb93eaa3 Put in the new LIBTOOL build system. (CVS 271) drh 2001-09-28 01:34:43 +00:00
  • 743daaafd4 Added more tests of unique indices. (CVS 270) drh 2001-09-27 23:57:06 +00:00
  • 60c309bf48 Alpha-3 (CVS 269) drh 2001-09-27 15:13:40 +00:00
  • adbca9cfde Fixed the support of UNIQUE and PRIMARY KEY. (CVS 268) drh 2001-09-27 15:11:53 +00:00
  • 717e640294 Added basic support for enforcement of UNIQUE on indices and primary keys. Support for addition constraints is to follow. (CVS 267) drh 2001-09-27 03:22:32 +00:00
  • 4502a0d7e9 Fix an RCSID problem. (CVS 266) drh 2001-09-25 02:04:29 +00:00
  • dd137a09d5 Prepare for Alpha-3 (CVS 265) drh 2001-09-25 01:50:59 +00:00
  • afa4a020f2 Tests for inserting lots of data (~64K) into a single row of a table. (CVS 264) drh 2001-09-24 03:12:39 +00:00
  • f3256d2c82 RowIDs are now always expressed in native byte order. (CVS 263) drh 2001-09-23 20:17:55 +00:00
  • 90bfcdace3 Additional test cases with locking fixes. Also, make the code thread-safe. (CVS 262) drh 2001-09-23 19:46:51 +00:00
  • ecdc7530dd Fixes to the locking and rollback behavior. (CVS 261) drh 2001-09-23 02:35:53 +00:00
  • beae319476 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) drh 2001-09-22 18:12:08 +00:00
  • 4aa85c42b3 Web site changes prior to release 2.0-Alpha-2. (CVS 259) drh 2001-09-20 12:32:53 +00:00
  • deea051647 2.0-Alpha-2 release (CVS 1724) drh 2001-09-20 01:44:43 +00:00
  • 254cba2429 2.0-Alpha-2 release (CVS 258) drh 2001-09-20 01:44:42 +00:00
  • 474d3d6156 Add the OpenReadOnly() OS method to fix a bug in the pager. (CVS 257) drh 2001-09-19 13:58:43 +00:00
  • 8cfbf08ffa Trying to get the OS abstraction layer to work. (CVS 256) drh 2001-09-19 13:22:39 +00:00
  • db5ed6d55d Fix a problem in GROUP BY with multiple columns. (CVS 255) drh 2001-09-18 22:17:44 +00:00
  • 1eaa2694bf Bug fixes. Trying to make it go faster. (CVS 254) drh 2001-09-18 02:02:23 +00:00
  • c73d1f5a55 Enchanced transaction tests (CVS 253) drh 2001-09-17 20:48:30 +00:00
  • e3c413727b Add a new column in the SQLITE_MASTER table to record the root page number of primary key indices. (CVS 252) drh 2001-09-17 20:25:58 +00:00
  • 415274ccba Version to 2.0.0 (CVS 251) drh 2001-09-16 13:36:40 +00:00
  • b19a2bc603 Disclaimed copyright. Preparing for release 2.0. (CVS 250) drh 2001-09-16 00:13:26 +00:00
  • 872ff86f2c Separate columns in keys using nulls instead of tabs. (CVS 249) drh 2001-09-15 14:43:39 +00:00
  • 092d0350d5 Limit the total data in a single row to 2^16-1 bytes. (CVS 248) drh 2001-09-15 13:15:12 +00:00
  • b3e05a662a Removing some surplus files. (CVS 1723) drh 2001-09-15 00:59:33 +00:00
  • 3543b3e0ba Release 2.0-alpha-1 (CVS 247) drh 2001-09-15 00:57:59 +00:00
  • 50e5dadf2c Everything is working on Linux. This is release 2.0-Alpha-1. (CVS 246) drh 2001-09-15 00:57:28 +00:00
  • f57b14a657 Added a PRAGMA statement. Took out the special comment parsing. (CVS 245) drh 2001-09-14 18:54:08 +00:00
  • a1b351af54 Bug fixes and speed improvements. Delete is still slow. (CVS 244) drh 2001-09-14 16:42:12 +00:00
  • 3fc190cc3f 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) drh 2001-09-14 03:24:23 +00:00
  • 009d3b72ca Many problems fixed. Many problems yet to go. (CVS 1722) drh 2001-09-13 21:53:09 +00:00
  • 5edc31243e Many problems fixed. Many problems yet to go. (CVS 242) drh 2001-09-13 21:53:09 +00:00
  • d78eeee1f2 It runs. Simple tables can be created. INSERT and SELECT work. Much more testing is needed, however. (CVS 241) drh 2001-09-13 16:18:53 +00:00
  • 5b2fd56fcb The new Btree code runs, but it does not yet work. (CVS 240) drh 2001-09-13 15:21:31 +00:00
  • be0072d249 The BTree changes are now integrated and the whole thing compiles and links. I have not yet tried to run it, though. (CVS 239) drh 2001-09-13 14:46:09 +00:00
  • 5e00f6c7d5 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) drh 2001-09-13 13:46:56 +00:00
  • 5c4d9703d9 Restore btree to the main line. (CVS 237) drh 2001-08-20 00:33:58 +00:00
  • c87fa69a29 Add index access methods to the DBBE in preparation for adding a new DBBE for the btree.c module. (CVS 236) drh 2001-08-19 18:19:46 +00:00
  • 888e5e96be Version 1.0.32 (CVS 471) drh 2001-07-23 14:35:00 +00:00
  • 4f79c4b27f Add ability to quote table and column names in expression. (CVS 1721) drh 2001-07-23 14:33:03 +00:00
  • 87c40e88a0 Add ability to quote table and column names in expression. (CVS 235) drh 2001-07-23 14:33:02 +00:00
  • 6019e168a0 BTree and pager are working pretty well now. (CVS 234) drh 2001-07-02 17:51:45 +00:00
  • efc251da92 More BTree tests (CVS 233) drh 2001-07-01 22:12:01 +00:00
  • 5eddca6cfc Implemented the sqliteBtreeSanityCheck() test function. (CVS 232) drh 2001-06-30 21:53:53 +00:00
  • 9ca7d3b15d More BTree tests and a few bug fixes. (CVS 231) drh 2001-06-28 11:50:21 +00:00
  • dd79342e87 Got a lot of BTree tests working. Still lots more needed. (CVS 230) drh 2001-06-28 01:54:48 +00:00
  • 2aa679f604 More tests and bug fixes in btree.c (CVS 229) drh 2001-06-25 02:11:07 +00:00
  • 7c717f750e 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) drh 2001-06-24 20:39:41 +00:00
  • df0b3b090e Fix a bug in pager.c introduced in the previous delta. (CVS 227) drh 2001-06-23 11:36:20 +00:00
  • 8c42ca9366 The BTree code compiles and links now, but it does not work yet. (CVS 226) drh 2001-06-22 19:15:00 +00:00
  • 14acc04e91 All BTree code is in place. Now we just have to make it work. (CVS 225) drh 2001-06-10 19:56:58 +00:00
  • f2340fc7cc documentation update (CVS 224) drh 2001-06-08 00:25:18 +00:00
  • 8b2f49b288 incremental update (CVS 223) drh 2001-06-08 00:21:52 +00:00
  • bd03cae998 continued work on btree (CVS 222) drh 2001-06-02 02:40:57 +00:00
  • e339bb5fd6 :-) (CVS 1720) drh 2001-05-28 00:41:24 +00:00
  • 5e2f8b94e4 :-) (CVS 221) drh 2001-05-28 00:41:15 +00:00
  • 3b7511c5cb :-) (CVS 220) drh 2001-05-26 13:15:44 +00:00
  • 72f8286960 Continued work on btree (CVS 219) drh 2001-05-24 21:06:34 +00:00
  • 306dc21379 :-) (CVS 218) drh 2001-05-21 13:45:10 +00:00
  • 2af926b95a :-) (CVS 217) drh 2001-05-15 00:39:25 +00:00
  • 365d68f7f1 :-) (CVS 216) drh 2001-05-11 11:02:46 +00:00
  • 08ed44e72c :-) (CVS 215) drh 2001-04-29 23:32:55 +00:00
  • 7e3b0a077d :-) (CVS 214) drh 2001-04-28 16:52:40 +00:00
  • 04222e104a :-) (CVS 1719) drh 2001-04-17 20:09:43 +00:00
  • a059ad070b Begin adding BTree code (CVS 213) drh 2001-04-17 20:09:11 +00:00
  • 547085fc62 Version 1.0.31 (CVS 472) drh 2001-04-15 02:29:59 +00:00
  • d79caeba1c Working on the pager (CVS 212) drh 2001-04-15 02:27:24 +00:00
  • d9b0257a24 Pager is working, mostly. (CVS 211) drh 2001-04-15 00:37:09 +00:00
  • 69688d5f54 Getting ready to redo the journal file format. (CVS 210) drh 2001-04-14 16:38:23 +00:00
  • d400728ac1 More testing (CVS 209) drh 2001-04-12 23:21:58 +00:00
  • ed7c855cdd :-) (CVS 208) drh 2001-04-11 14:29:21 +00:00
  • daffd0e597 better handling of out-of-memory errors (CVS 207) drh 2001-04-11 14:28:42 +00:00
  • d1bf3512fa Added new tests (CVS 206) drh 2001-04-07 15:24:33 +00:00
  • d21afef769 Version 1.0.30 (CVS 473) drh 2001-04-06 16:19:59 +00:00
  • 818041aff4 Check for miscompiled Tcl (CVS 205) drh 2001-04-06 16:15:27 +00:00
  • fbc3eab85b Check for miscompiled Tcl (CVS 204) drh 2001-04-06 16:13:42 +00:00
  • 5ef3872a00 Version 1.0.29 (CVS 474) drh 2001-04-05 16:50:00 +00:00
  • 9daea74924 :-) (CVS 203) drh 2001-04-05 16:49:44 +00:00
  • 6f63c25856 :-) (CVS 202) drh 2001-04-05 16:25:53 +00:00