]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2004-05-21  drhSorting bug fixes. Now only 17 tests fail. (CVS 1422)
2004-05-20  drhFix a bug that prevented sorting by index. Down to...
2004-05-20  drhAdd internal support for collating sequences. This...
2004-05-20  drhsqlite3MemCompare now takes a CollSeq* argument. (CVS...
2004-05-20  drhFix problems with types and the recognition of BLOB...
2004-05-20  drhDefault type affinity is now NUMERIC. The affinity...
2004-05-20  danielk1977Add some more elements of the new API. (CVS 1416)
2004-05-20  drhFix the misc3.test test file. (CVS 1415)
2004-05-20  drhBug fix associated with misc3.test. (CVS 1414)
2004-05-20  drhBug fix associated with OP_SetNumColumns in insert...
2004-05-20  drhVACUUM works again. (CVS 1412)
2004-05-20  danielk1977Add some comments for sqlite3_bind_*() APIs. (CVS 1411)
2004-05-20  danielk1977Add support for the new sqlite3_bind_*() APIs. (CVS...
2004-05-19  drhGet more tests running. (CVS 1409)
2004-05-19  drhCorrectly handle 64-bit integers in SQL statements...
2004-05-19  drhChange opcode names and comments to better describe...
2004-05-19  drhBug fixes in where.c. The where.test test works again...
2004-05-19  drhReally remove the OP_StrEq opcode this time - appearent...
2004-05-19  drhVariable name change: azVar to apVar. (CVS 1404)
2004-05-19  danielk1977Tests for text encoding conversion functions. Also...
2004-05-19  danielk1977Tests for text encoding conversion functions. Also...
2004-05-19  danielk1977Tests for text encoding conversion functions. Also...
2004-05-19  danielk1977Tests for text encoding conversion functions. Also...
2004-05-18  drhAdd definitions of the CollSeq and KeyInfo structures...
2004-05-18  drhRemove dead code from vdbeaux.c. Add comments describi...
2004-05-18  drhRemove the OP_StrEq opcodes. (CVS 1397)
2004-05-18  drhRemove dead code from util.c (CVS 1396)
2004-05-18  drhNew varint encoding gives a maximum varint length of...
2004-05-18  drhAdditional debugging output from btree.c (CVS 1394)
2004-05-18  danielk1977Fix many problems with manifest types and column affini...
2004-05-18  danielk1977Fix many problems with manifest types and column affini...
2004-05-18  danielk1977Bugfix for row format. (CVS 1391)
2004-05-18  danielk1977Omit the '\0' at the end of UTF-8 strings on disk ...
2004-05-17  danielk1977More changes to support the new types model. Compound...
2004-05-16  danielk1977Fix a bug meant real numbers with a negative sign were...
2004-05-16  drhFix a bug in the BTree balancing routine. (CVS 1387)
2004-05-16  danielk1977Fix two bugs that were causing lots of tests to fail...
2004-05-16  danielk1977More changes to support the manifest type model. A...
2004-05-15  drhMore speed improvements to btree. (CVS 1384)
2004-05-14  drhAllocates VDBE cursors one by one in separate memory...
2004-05-14  drhCache record headers in the OP_Column opcode. (CVS...
2004-05-14  drhMore speed improvements. (CVS 1381)
2004-05-14  drhOptimized varint routines and tests added. (CVS 1380)
2004-05-14  drhPerformance improvements (CVS 1379)
2004-05-14  drhTable 1 of a database (the sqlite_master table) default...
2004-05-14  danielk1977Use B+trees for tables (CVS 1377)
2004-05-14  danielk1977Delete some code no longer in use (CVS 1376)
2004-05-14  danielk1977Implement type affinity for table and index records...
2004-05-14  drhChanges to btree and pager in preparation for moving...
2004-05-13  danielk1977Changes to make regression tests in rowid.test pass...
2004-05-13  danielk1977Change the OP_ListXX opcodes to use 64 bit integers...
2004-05-13  danielk1977Update quick.test (CVS 1371)
2004-05-13  danielk1977Various minor fixes and updates to make more test cases...
2004-05-13  danielk1977Commit vdbeaux.c, which should of gone in with the...
2004-05-13  danielk1977Manifest types in indices. At the moment indices use...
2004-05-13  drhAllocate more overflow data onto overflow pages, thus...
2004-05-12  drhFix a problem with B+trees. (CVS 1366)
2004-05-12  drhImplement a B+tree option (all data stored on leaves...
2004-05-12  drhBtree uses signed integers for the rowid. The intToKey...
2004-05-12  drhThe pager now handles file ":memory:" complete in memor...
2004-05-12  danielk1977Add some more code to support manifest typing in indice...
2004-05-12  danielk1977Change the table record format to support manifest...
2004-05-11  drhChange sqlite_ to sqlite3_ in the attach2.test test...
2004-05-11  drhA different fix for the problem with opening existing...
2004-05-11  danielk1977Fix a bug that was preventing the library from opening...
2004-05-11  drhFix an offset problem in the meta values that was causi...
2004-05-11  drhRemove the unused upgrade_3_schema subroutine from...
2004-05-11  danielk1977More small changes to get test cases to execute. (CVS...
2004-05-11  danielk1977Remove code dealing with old file formats. (CVS 1354)
2004-05-11  danielk1977More minor changes to accomadate the new btree. All...
2004-05-11  danielk1977Minor changes to the vdbe so that more tests pass....
2004-05-11  danielk1977Fix up a couple of little things in the vdbe. select1...
2004-05-11  danielk1977Internal symbols MEM_Dyn and MEM_AggCtx were defined...
2004-05-11  danielk1977Fix a bug in the btree code for reading varints greater...
2004-05-11  drhUpdate the main.mk makefile so that it builds everythin...
2004-05-11  drhUpdates to sqlite3BtreeKeyFetch() and sqlite3BtreeDataF...
2004-05-11  danielk1977Change to OP_PutIntKey to use new btree API. (CVS 1346)
2004-05-10  drhWork toward getting the new btree.c integrated with...
2004-05-10  drhThe btree.c module passes all tests and is ready for...
2004-05-10  drhThe btree.c module now passes all the historical regres...
2004-05-10  drhAdd flags values to the Mem structure to accomodate...
2004-05-10  danielk1977Change the names of external symbols from sqlite_XXX...
2004-05-10  danielk1977Change the names of external symbols from sqlite_XXX...
2004-05-10  danielk1977Change the names of external symbols from sqlite_XXX...
2004-05-10  danielk1977Change the names of external symbols from sqlite_XXX...
2004-05-10  danielk1977Add some functions to serialize and deserialize vdbe...
2004-05-10  danielk1977Add versions of OP_MakeRecord and OP_Column that use...
2004-05-10  danielk1977Add versions of OP_MakeRecord and OP_Column that use...
2004-05-10  danielk1977Change some code that assumes the root-page of sqlite_m...
2004-05-09  danielk1977Add a temporary sqlite2BtreeKeyCompare() function to...
2004-05-09  drhMore btree.c bug fixing. It's getting closer but still...
2004-05-09  drhThe btree.test test is no working with integrity_check...
2004-05-09  drhBegin trying to get integrity checking working on the...
2004-05-09  drhAll tests in btree.test now pass (but only because...
2004-05-08  drhMore btree.c bug fixes. (CVS 1327)
2004-05-08  drhGet the code back to the point where it will compile...
2004-05-08  drhMinor change to main.c so that it will compile with...
2004-05-08  danielk1977Change lots of internal symbols from sqliteXXX to sqlit...
2004-05-08  drhMore bug fixes in btree.c. (CVS 1323)
2004-05-07  drhMore bug fixes in btree.c. (CVS 1322)
next