0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-09-25 05:32:39 +00:00

Commit Graph

  • 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
  • 297ecf146b i18n changes (CVS 201) drh 2001-04-05 15:57:13 +00:00
  • 336366ebd8 Version 1.0.28 (CVS 475) drh 2001-04-04 21:30:00 +00:00
  • ff9821a289 Clean up some compiler warnings (CVS 200) drh 2001-04-04 21:22:14 +00:00
  • e17a7e330b Added support for UTF-8 (CVS 199) drh 2001-04-04 21:10:18 +00:00
  • 0012761159 :-) (CVS 198) drh 2001-04-04 12:33:36 +00:00
  • b6a2c215bf :-) (CVS 197) drh 2001-04-04 12:32:08 +00:00
  • c4a3c779b1 Added transaction support (CVS 196) drh 2001-04-04 11:48:57 +00:00
  • 960e8c6317 Bug fixes from Oleg Oleinick (CVS 195) drh 2001-04-03 16:53:21 +00:00
  • 15c29be81c Version 1.0.27 (CVS 476) drh 2001-03-20 22:15:00 +00:00
  • 0353cedda4 Enhancements to the DELETE command (CVS 194) drh 2001-03-20 22:05:00 +00:00
  • 8721f00485 Version 1.0.26 (CVS 477) drh 2001-03-20 12:59:59 +00:00
  • 758e6c9143 Better temp file naming under windows (CVS 1718) drh 2001-03-20 12:57:57 +00:00
  • b77066afca Open windows files in binary mode. (CVS 1717) drh 2001-03-20 12:55:14 +00:00
  • 3494ffe930 Open windows files in binary mode. (CVS 193) drh 2001-03-20 12:55:13 +00:00
  • 6731b80200 Version 1.0.25 (CVS 478) drh 2001-03-15 18:30:00 +00:00
  • db25e38802 Identify tests that depend on system load and processor speed. (CVS 192) drh 2001-03-15 18:21:22 +00:00
  • d6b1cf5a7e Version 1.0.24 (CVS 479) drh 2001-03-14 12:59:59 +00:00
  • b8525d9dcf :-) (CVS 191) drh 2001-03-14 12:54:11 +00:00
  • 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) drh 2001-03-14 12:35:57 +00:00
  • 65cd7c02e7 Documentation updates only (CVS 189) drh 2001-02-20 13:06:30 +00:00
  • 3c9ebf144e Version 1.0.23 (CVS 480) drh 2001-02-20 00:00:00 +00:00
  • e53dea15d1 Fix a temp file problem on memory: (CVS 188) drh 2001-02-19 23:48:16 +00:00
  • 7d822f292b Version 1.0.22 (CVS 481) drh 2001-02-19 23:29:59 +00:00
  • a6e982a256 Repairs to the previous fix (CVS 187) drh 2001-02-19 23:28:36 +00:00
  • 573bd2754f Repairs to the previous fix (CVS 186) drh 2001-02-19 23:23:38 +00:00
  • 827e656177 Version 1.0.21 (CVS 482) drh 2001-02-19 18:30:00 +00:00
  • 4f3c63e475 fix the UPDATE bug (CVS 185) drh 2001-02-19 18:24:21 +00:00
  • 4e0dec47d7 Version 1.0.20 (CVS 484) drh 2001-02-11 17:00:00 +00:00
  • 03e7e9516f Perpare to fork SQLite2.0 develop into a separate tree (CVS 184) drh 2001-02-11 16:58:21 +00:00
  • 338ea13c0d Perpare to fork SQLite2.0 develop into a separate tree (CVS 183) drh 2001-02-11 16:56:24 +00:00
  • 2e7051b3ec hi (CVS 1716) drh 2001-02-06 14:10:26 +00:00
  • 98a0b0834d :-) (CVS 1715) drh 2001-02-06 14:01:23 +00:00
  • c58011e862 Version 1.0.19 (CVS 483) drh 2001-02-06 14:00:00 +00:00
  • b5730347ad Working better with Win95. Continued work on the new db.c backend. (CVS 181) drh 2001-01-31 13:28:08 +00:00
  • 17a6893463 Working better with Win95. Continued work on the new db.c backend. (CVS 1714) drh 2001-01-31 13:28:08 +00:00
  • d1881e6165 :-) (CVS 1713) drh 2001-01-29 01:27:19 +00:00
  • b5b452cb58 :-) (CVS 1712) drh 2001-01-25 01:45:40 +00:00
  • acbcdc49c6 :-) (CVS 180) drh 2001-01-22 00:31:53 +00:00
  • d9e5075ff6 :-) (CVS 1711) drh 2001-01-21 22:03:30 +00:00