0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2024-12-15 21:29:01 +00:00

Commit Graph

  • d686179207 Bug fix associated with misc3.test. (CVS 1414) drh 2004-05-20 03:02:47 +00:00
  • b6f5452fb2 Bug fix associated with OP_SetNumColumns in insert.c. Also changed a variable name in OP_Column. (CVS 1413) drh 2004-05-20 02:42:16 +00:00
  • 465407d9b6 VACUUM works again. (CVS 1412) drh 2004-05-20 02:01:26 +00:00
  • e3209e4eb6 Add some comments for sqlite3_bind_*() APIs. (CVS 1411) danielk1977 2004-05-20 01:40:18 +00:00
  • 51e3d8e204 Add support for the new sqlite3_bind_*() APIs. (CVS 1410) danielk1977 2004-05-20 01:12:34 +00:00
  • a34a84fe1a Get more tests running. (CVS 1409) drh 2004-05-19 21:09:31 +00:00
  • fec19aad44 Correctly handle 64-bit integers in SQL statements. (CVS 1408) drh 2004-05-19 20:41:03 +00:00
  • 7cf6e4de35 Change opcode names and comments to better describe the operation of the incrKey flag. OP_MoveTo becomes OP_MoveGe. (CVS 1407) drh 2004-05-19 14:56:55 +00:00
  • 772ae62a82 Bug fixes in where.c. The where.test test works again. (CVS 1406) drh 2004-05-19 13:13:08 +00:00
  • 09e490ce3c Really remove the OP_StrEq opcode this time - appearently I didn't save the file out of the editor before doing the check-in (1397). (CVS 1405) drh 2004-05-19 11:31:12 +00:00
  • 5a12e68986 Variable name change: azVar to apVar. (CVS 1404) drh 2004-05-19 11:24:25 +00:00
  • 54db47e3da Tests for text encoding conversion functions. Also new sqlite3_bindXX APIs. (CVS 1403) danielk1977 2004-05-19 10:36:43 +00:00
  • c7134988f4 Tests for text encoding conversion functions. Also new sqlite3_bindXX APIs. (CVS 1402) danielk1977 2004-05-19 10:35:01 +00:00
  • e4b7c01fd5 Tests for text encoding conversion functions. Also new sqlite3_bindXX APIs. (CVS 1401) danielk1977 2004-05-19 10:34:56 +00:00
  • 295ba55ac6 Tests for text encoding conversion functions. Also new sqlite3_bindXX APIs. (CVS 1400) danielk1977 2004-05-19 10:34:51 +00:00
  • a9fd84b034 Add definitions of the CollSeq and KeyInfo structures. (CVS 1399) drh 2004-05-18 23:21:35 +00:00
  • 428702d730 Remove dead code from vdbeaux.c. Add comments describing desired changes to OP_Sort processing in select.c (CVS 1398) drh 2004-05-18 22:38:31 +00:00
  • d93b626c0a Remove the OP_StrEq opcodes. (CVS 1397) drh 2004-05-18 22:17:45 +00:00
  • 7efd61f240 Remove dead code from util.c (CVS 1396) drh 2004-05-18 22:03:42 +00:00
  • d8820e80fc New varint encoding gives a maximum varint length of 9 instead of 10. (CVS 1395) drh 2004-05-18 15:57:42 +00:00
  • 10c0fa6a75 Additional debugging output from btree.c (CVS 1394) drh 2004-05-18 12:50:17 +00:00
  • bf3b721fab Fix many problems with manifest types and column affinity. Most things are working now. (CVS 1393) danielk1977 2004-05-18 10:06:24 +00:00
  • 84ac9d02dd Fix many problems with manifest types and column affinity. Most things are working now. (CVS 1392) danielk1977 2004-05-18 09:58:06 +00:00
  • eb015e03e1 Bugfix for row format. (CVS 1391) danielk1977 2004-05-18 01:31:14 +00:00
  • b4964b723c Omit the '\0' at the end of UTF-8 strings on disk (it is implied). Also don't store the number of rows at the beginning of each table record. (CVS 1390) danielk1977 2004-05-18 01:23:38 +00:00
  • e014a83880 More changes to support the new types model. Compound SELECTs are currently broken. (CVS 1389) danielk1977 2004-05-17 10:48:57 +00:00
  • 93edea9380 Fix a bug meant real numbers with a negative sign were being stored as strings by default (instead of IEEE floats). (CVS 1388) danielk1977 2004-05-16 22:55:28 +00:00
  • 96f5b7672d Fix a bug in the BTree balancing routine. (CVS 1387) drh 2004-05-16 16:24:36 +00:00
  • f9dd2c2e04 Fix two bugs that were causing lots of tests to fail. (CVS 1386) danielk1977 2004-05-16 11:57:28 +00:00
  • a37cdde042 More changes to support the manifest type model. A few things are currently broken. (CVS 1385) danielk1977 2004-05-16 11:15:36 +00:00
  • 3add367f2f More speed improvements to btree. (CVS 1384) drh 2004-05-15 00:29:24 +00:00
  • d7556d209e Allocates VDBE cursors one by one in separate memory so that pointers to cursors can persist through a realloc(). (CVS 1383) drh 2004-05-14 21:59:40 +00:00
  • 9188b38919 Cache record headers in the OP_Column opcode. (CVS 1382) drh 2004-05-14 21:12:22 +00:00
  • fa1a98a24e More speed improvements. (CVS 1381) drh 2004-05-14 19:08:17 +00:00
  • 6d2fb15475 Optimized varint routines and tests added. (CVS 1380) drh 2004-05-14 16:50:06 +00:00
  • 10617cddf6 Performance improvements (CVS 1379) drh 2004-05-14 15:27:27 +00:00
  • e6c438166f Table 1 of a database (the sqlite_master table) defaults to use B+trees. (CVS 1378) drh 2004-05-14 12:17:46 +00:00
  • 940762585e Use B+trees for tables (CVS 1377) danielk1977 2004-05-14 12:16:11 +00:00
  • 13dadd2798 Delete some code no longer in use (CVS 1376) danielk1977 2004-05-14 11:16:56 +00:00
  • 3d1bfeaa22 Implement type affinity for table and index records (CVS 1375) danielk1977 2004-05-14 11:00:53 +00:00
  • b6f4148607 Changes to btree and pager in preparation for moving to run-time page size determination. (CVS 1374) drh 2004-05-14 01:58:11 +00:00
  • e7c8d58a1f Changes to make regression tests in rowid.test pass. (CVS 1373) danielk1977 2004-05-13 13:38:52 +00:00
  • 50ce750c2a Change the OP_ListXX opcodes to use 64 bit integers (CVS 1372) danielk1977 2004-05-13 12:32:11 +00:00
  • 9688f3796b Update quick.test (CVS 1371) danielk1977 2004-05-13 11:46:00 +00:00
  • 96fc5fe6a5 Various minor fixes and updates to make more test cases pass. (CVS 1370) danielk1977 2004-05-13 11:34:16 +00:00
  • 183f9f7360 Commit vdbeaux.c, which should of gone in with the previous commit. (CVS 1369) danielk1977 2004-05-13 05:20:26 +00:00
  • 452c989fd8 Manifest types in indices. At the moment indices use manifest typing, but some other parts of the SQL engine do not, which can lead to some strange results. (CVS 1368) danielk1977 2004-05-13 05:16:15 +00:00
  • 6f11bef7d6 Allocate more overflow data onto overflow pages, thus wasting less disk space. (CVS 1367) drh 2004-05-13 01:12:56 +00:00
  • fc70e6fcec Fix a problem with B+trees. (CVS 1366) drh 2004-05-12 21:11:27 +00:00
  • 8b18dd4fb5 Implement a B+tree option (all data stored on leaves). (CVS 1365) drh 2004-05-12 19:18:15 +00:00
  • 4a1c380a4b Btree uses signed integers for the rowid. The intToKey() and keyToInt() macros are now no-ops. (CVS 1364) drh 2004-05-12 15:15:47 +00:00
  • ac69b05efa The pager now handles file ":memory:" complete in memory with no disk I/O. (CVS 1363) drh 2004-05-12 13:30:07 +00:00
  • 8d059845fc Add some more code to support manifest typing in indices. Not activated yet. (CVS 1362) danielk1977 2004-05-12 11:24:02 +00:00
  • cfcdaefe11 Change the table record format to support manifest typing. (CVS 1361) danielk1977 2004-05-12 07:33:33 +00:00
  • 779b6d357a Change sqlite_ to sqlite3_ in the attach2.test test script. (CVS 1360) drh 2004-05-11 10:04:48 +00:00
  • f4dada7512 A different fix for the problem with opening existing files. See also check-in (1358). (CVS 1359) drh 2004-05-11 09:57:35 +00:00
  • bf57cfebc2 Fix a bug that was preventing the library from opening existing files. (CVS 1358) danielk1977 2004-05-11 09:50:02 +00:00
  • a3b321df91 Fix an offset problem in the meta values that was causing problems for many tests. (CVS 1357) drh 2004-05-11 09:31:31 +00:00
  • 33825340cb Remove the unused upgrade_3_schema subroutine from main.c. (CVS 1356) drh 2004-05-11 09:05:48 +00:00
  • 9400f26176 More small changes to get test cases to execute. (CVS 1355) danielk1977 2004-05-11 08:48:10 +00:00
  • 3d68f03a96 Remove code dealing with old file formats. (CVS 1354) danielk1977 2004-05-11 07:11:51 +00:00
  • 36a3c70b98 More minor changes to accomadate the new btree. All the select* tests pass now. (CVS 1353) danielk1977 2004-05-11 06:55:14 +00:00
  • 6490bebd62 Minor changes to the vdbe so that more tests pass. (CVS 1352) danielk1977 2004-05-11 06:17:21 +00:00
  • 0dbe72b952 Fix up a couple of little things in the vdbe. select1.test passes now. (CVS 1351) danielk1977 2004-05-11 04:54:49 +00:00
  • 643631771d Internal symbols MEM_Dyn and MEM_AggCtx were defined as the same bit pattern. Change MEM_AggCtx to 0x1000. (CVS 1350) danielk1977 2004-05-11 03:11:22 +00:00
  • 49f737d124 Fix a bug in the btree code for reading varints greater than 2^32. (CVS 1349) danielk1977 2004-05-11 02:10:06 +00:00
  • 1bbf5ee85c Update the main.mk makefile so that it builds everything again. (CVS 1348) drh 2004-05-11 01:18:24 +00:00
  • 0e1c19e2b6 Updates to sqlite3BtreeKeyFetch() and sqlite3BtreeDataFetch(). (CVS 1347) drh 2004-05-11 00:58:56 +00:00
  • 5f8d8a844c Change to OP_PutIntKey to use new btree API. (CVS 1346) danielk1977 2004-05-11 00:28:42 +00:00
  • f328bc80ce Work toward getting the new btree.c integrated with vdbe.c. (CVS 1345) drh 2004-05-10 23:29:49 +00:00
  • f9ec81c84d Improvements to testing of sqlite_interrupt. More checking for interrupt inside of VACUUM. (CVS 1344) drh 2004-05-10 20:27:41 +00:00
  • 3644f0858d The btree.c module passes all tests and is ready for integration. Still need to go back and do coverage testing. (CVS 1343) drh 2004-05-10 18:45:09 +00:00
  • 24cd67e732 The btree.c module now passes all the historical regression tests. New tests for new functionality still need to be added. (CVS 1342) drh 2004-05-10 16:18:47 +00:00
  • 3dc0b8ebe3 Add flags values to the Mem structure to accomodate BLOBs and to show the representation of strings. (CVS 1341) drh 2004-05-10 12:07:10 +00:00
  • 1d994699a0 Change the names of external symbols from sqlite_XXX to sqlite3_XXX. (CVS 1340) danielk1977 2004-05-10 10:37:18 +00:00
  • 132872b37e Change the names of external symbols from sqlite_XXX to sqlite3_XXX. (CVS 1339) danielk1977 2004-05-10 10:37:18 +00:00
  • 6f8a503d71 Change the names of external symbols from sqlite_XXX to sqlite3_XXX. (CVS 1338) danielk1977 2004-05-10 10:34:51 +00:00
  • 24b03fd055 Change the names of external symbols from sqlite_XXX to sqlite3_XXX. (CVS 1337) danielk1977 2004-05-10 10:34:34 +00:00
  • 90e4d95d14 Add some functions to serialize and deserialize vdbe values (used by manifest typing). (CVS 1336) danielk1977 2004-05-10 10:05:53 +00:00
  • 9490bee025 Add versions of OP_MakeRecord and OP_Column that use manifest typing (not activated yet). (CVS 1335) danielk1977 2004-05-10 07:17:31 +00:00
  • 192ac1dcab Add versions of OP_MakeRecord and OP_Column that use manifest typing (not activated yet). (CVS 1334) danielk1977 2004-05-10 07:17:30 +00:00
  • 8e150818ec Change some code that assumes the root-page of sqlite_master is 2 (it is now 1) (CVS 1333) danielk1977 2004-05-10 01:17:37 +00:00
  • 189621d81f Add a temporary sqlite2BtreeKeyCompare() function to help get regression tests passing again. (CVS 1332) danielk1977 2004-05-09 23:23:56 +00:00
  • 3a4c141357 More btree.c bug fixing. It's getting closer but still not there yet. Move obsolete test scripts into the attic. (CVS 1331) drh 2004-05-09 20:40:11 +00:00
  • da200cc1c7 The btree.test test is no working with integrity_check enabled. (CVS 1330) drh 2004-05-09 11:51:38 +00:00
  • 457f501464 Begin trying to get integrity checking working on the new btree.c. (CVS 1329) drh 2004-05-09 01:35:05 +00:00
  • c12fc0d85f All tests in btree.test now pass (but only because I commented out the btree_integrity_check test.) (CVS 1328) drh 2004-05-09 00:40:52 +00:00
  • c8629a13e1 More btree.c bug fixes. (CVS 1327) drh 2004-05-08 20:07:40 +00:00
  • ab9f7f12d5 Get the code back to the point where it will compile the btree.c tests. Move the default key comparison routine from btree.c into vdbeaux.c. Commented out code in vdbe.c that will need to be fixed. (CVS 1326) drh 2004-05-08 10:56:11 +00:00
  • eec983e175 Minor change to main.c so that it will compile with GCC 2.96. (CVS 1325) drh 2004-05-08 10:11:36 +00:00
  • 4adee20fcb Change lots of internal symbols from sqliteXXX to sqlite3XXX so that the library links again. It doesn't work yet, due to changes in the btree layer calling convention. (CVS 1324) danielk1977 2004-05-08 08:23:19 +00:00
  • 9b17127705 More bug fixes in btree.c. (CVS 1323) drh 2004-05-08 02:03:22 +00:00
  • c39e000bbf More bug fixes in btree.c. (CVS 1322) drh 2004-05-07 23:50:57 +00:00
  • de64713041 The btree.c module compiles and links and passes some tests. Many tests still fail, though. (CVS 1321) drh 2004-05-07 17:57:49 +00:00
  • a34b676483 New btree.c module compiles and links. (CVS 1320) drh 2004-05-07 13:30:42 +00:00
  • 4fc0fb4358 Trying to synchronize the test3.c module with the new btree.c code. (CVS 1319) drh 2004-05-07 02:26:28 +00:00
  • 697e6e27b8 Fix compilation problem in test5.c (CVS 1318) danielk1977 2004-05-07 01:50:37 +00:00
  • 45041e263a Fix a memory leak in DETACH when using the codec. (CVS 1317) drh 2004-05-07 01:46:01 +00:00
  • 3e5c826219 Add the sqlite_temp_directory global variable which, if set, defines the directory in which temporary files are created. (CVS 1316) drh 2004-05-07 00:57:06 +00:00
  • 998b56c351 Add code to convert between the various supported unicode encoding schemes. Untested at this point. (CVS 1315) danielk1977 2004-05-06 23:37:52 +00:00