]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2004-05-26  danielk1977Use the new API calls more consistently. (CVS 1459)
2004-05-26  danielk1977More changes to do with the new sqlite3_step() API...
2004-05-26  drhMinor code fixes in btree.c and pragma.c to help with...
2004-05-26  danielk1977Add file legacy.c with old APIs. (CVS 1456)
2004-05-25  danielk1977Move the sqlite3_exec() function to legacy.c. (CVS...
2004-05-25  danielk1977Change a couple of symbol names for the new user functi...
2004-05-25  danielk1977Use the new API for returning values and errors from...
2004-05-25  danielk1977Add manifest type aware versions of the min() and max...
2004-05-24  danielk1977Aggregate functions also use sqlite_value* instead...
2004-05-24  danielk1977Update the typeof() operator to respect manifest types...
2004-05-24  danielk1977Non-aggregate SQL functions use sqlite_value* instead...
2004-05-24  danielk1977Fix typo in vdbe.c from previous commit. (CVS 1448)
2004-05-24  danielk1977Add the sqlite3_value_*() access functions. (CVS 1447)
2004-05-24  danielk1977Fix for retrieving UTF-16 little-endian text from a...
2004-05-24  danielk1977Have the vdbe handle strings in the same encoding as...
2004-05-23  danielk1977Begin changing the vdbe so all stack values use the...
2004-05-22  drhRemove the OP_SetInsert opcode. (CVS 1443)
2004-05-22  drhMove btree_rb.c into the attic. (CVS 1442)
2004-05-22  drhSplit up os.c into separate files, one for each platfor...
2004-05-22  drhBug fix in vdbe.c - variable declarations must come...
2004-05-22  danielk1977Add a couple of tests for UTF-16 databases. (CVS 1439)
2004-05-22  danielk1977Add a couple of tests for UTF-16 databases. (CVS 1438)
2004-05-22  danielk1977Use the new form of the sqlite3_open() API everywhere...
2004-05-22  danielk1977Tests for the functions in utf.c. (CVS 1436)
2004-05-22  danielk1977Store the text encoding in the database (as meta value...
2004-05-22  danielk1977A few bugfixes related to UTF-16 databases. sqlite3_ope...
2004-05-22  danielk1977Steps towards UTF-16 databases. Some tests are failing...
2004-05-22  drhUpdate comments and remove dead code from btree.c ...
2004-05-21  drhFloating point values are serialized in big-endian...
2004-05-21  drhRemove the OP_SetFound opcode and its cousins. (CVS...
2004-05-21  danielk1977Eliminate some unused code (CVS 1429)
2004-05-21  danielk1977Pretty-print blobs in vdbe-traces. (CVS 1428)
2004-05-21  danielk1977Further work on the new API. All the functions to execu...
2004-05-21  drhEliminate the OP_SortMakeRec and OP_SortCallback opcode...
2004-05-21  drhMost sorting problems are fixed. Dead code has been...
2004-05-21  danielk1977Fix typo in bind.test that was causing a seg-fault...
2004-05-21  danielk1977Add new sqlite3_open() and sqlite3_open16() APIs. ...
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...
next