]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2004-06-22  drhFix another uninitialized Mem.xDel problem. (CVS 1672)
2004-06-22  drhBe careful to initialize the Mem.xDel field to zero...
2004-06-22  drhMake sure the result of a user-defined function uses...
2004-06-22  drhVersion 3.0.1 ALPHA (CVS 1669)
2004-06-22  drhFix typos in web documentation. Tickets #770 and ...
2004-06-22  drhThe download.tcl script used to generate download.html...
2004-06-22  drhUpdate the changes.html webpage for version 3.0.1....
2004-06-22  drhRename sqlite.dll to sqlite3.dll. (CVS 1665)
2004-06-22  drhPrepare for another ALPHA release. Version number...
2004-06-22  drhDo not apply unary '-' to an unsigned "sizeof" result...
2004-06-22  danielk1977Fix error introduced during merge of main.mk. (CVS...
2004-06-22  drhFix some segfaults that could have occurred after a...
2004-06-22  danielk1977Add crash.test script. (CVS 1660)
2004-06-22  drhAdd comments to test1.c. (CVS 1659)
2004-06-22  drhAdd os_tst.c to the TESTSRC macro in main.mk. (CVS...
2004-06-22  danielk1977Improve the os_test.c module. (CVS 1657)
2004-06-22  drhPatch around compilers that do not support "long long...
2004-06-22  danielk1977Add os_test.c. Not activated yet. (CVS 1655)
2004-06-21  dougcurrieconfigure fixes for cygwin (line endings in configure...
2004-06-21  dougcurrieconfigure fixes for cygwin (line endings in configure...
2004-06-21  dougcurrieconfigure and makefile updates for v3-alpha compiler...
2004-06-21  drhFix an uninitialized variable. The variable was harmle...
2004-06-21  danielk1977Remove unused OP_UtfXX opcodes. (CVS 1650)
2004-06-21  danielk1977Avoid opening a temp table for aggregate queries with...
2004-06-21  danielk1977Add the OP_Concat8 opcode, similar in concept to OP_Str...
2004-06-21  danielk1977Ensure sqlite3ErrorMsg() is used to report errors durin...
2004-06-21  danielk1977Update sqlite3_column_decltype() to return NULL as...
2004-06-21  danielk1977Update sqlite3_changes() to match the documentation...
2004-06-20  dougcurriefix fulltest error by restoring unset (CVS 1644)
2004-06-19  drhMake sure VdbeFunc entries are initialized before tryin...
2004-06-19  drhOmit the DB_Locked and DB_Cookie flags. Other minor...
2004-06-19  drhClear up another zero-length array. This seems to...
2004-06-19  drhFix problems with the WatCom C compiler: Arrays must...
2004-06-19  drhOmit the sqlite3VdbeCode() routine. Use sqlite3NameFro...
2004-06-19  drhfile spaceanal.tcl was initially added on branch versio...
2004-06-19  drhCreate sqlite3.def and move sqlite.def into the attic...
2004-06-19  danielk1977Remove the unused 'next_cookie' mechanism. (CVS 1634)
2004-06-19  danielk1977Make sure ATTACH and DETACH fail if a transaction is...
2004-06-19  danielk1977Remove the iCollate argument from sqlite3_create_functi...
2004-06-19  danielk1977Update sqlite3_close() API to match documentation....
2004-06-19  drhUpdate sqlite.def for version 3.0. (CVS 1629)
2004-06-19  danielk1977Fix for #764. When reloading the schema, load the temp...
2004-06-19  dougcurriefix dependencies for testfixture in Makefile.in (CVS...
2004-06-19  drhChange the name of the TCL command from "sqlite" to...
2004-06-18  dougcurrieMinGW/MSYS build fixes; ticket #765 (CVS 1625)
2004-06-18  dougcurrieMinGW/MSYS build fixes; ticket #765 (CVS 1624)
2004-06-18  dougcurrieMinGW/MSYS build fixes; ticket #765 (CVS 1623)
2004-06-18  drhFix declaration problem in the previous check-in. ...
2004-06-18  drhChanges to allow libsqlite3.a and libsqlite.a to be...
2004-06-18  drhFix typos in documentation. Fix publish.sh so that...
2004-06-18  drhVersion 3.0.0 (ALPHA) (CVS 1619)
2004-06-18  danielk1977Fix typos in capi3.tcl (CVS 1618)
2004-06-18  drhUpdate the Makefile.in, version number, change log...
2004-06-18  danielk1977Fix typos and minor errors in lang.tcl. (CVS 1616)
2004-06-18  danielk1977Fix a couple of gcc warnings. (CVS 1615)
2004-06-18  danielk1977Optimisation for unicode encoding conversion routines...
2004-06-17  drhDocumentation updates in preparation for the release...
2004-06-17  danielk1977Remove redundant opcodes OP_MakeKey and OP_MakeIdxKey...
2004-06-17  danielk1977Handle conflicting ON CONFLICT clauses in table definit...
2004-06-17  danielk1977Use the faster LIKE function from sqlite v2. Add specia...
2004-06-17  danielk1977Remove the second definition of SQLITE_N_BTREE_META...
2004-06-16  danielk1977Trivial modifications to prevent compiler warnings...
2004-06-16  danielk1977Trivial modifications to prevent compiler warnings...
2004-06-16  danielk1977Trivial modifications to prevent compiler warnings...
2004-06-16  danielk1977Fix handling of a failed malloc() in various places...
2004-06-16  danielk1977Fix handling of a failed malloc() in various places...
2004-06-16  danielk1977Fix two more memory leaks. (CVS 1603)
2004-06-16  drhDocumentation updates and changes the publish.sh script...
2004-06-15  danielk1977Assorted memory leak fixes. (CVS 1600)
2004-06-15  danielk1977Memory leak fixes for tests in file select1.test. ...
2004-06-15  danielk1977Minor bugfixes and test case adjustments for version...
2004-06-15  danielk1977(1) Vdbe makes a copy of column types. (2) Don't invali...
2004-06-15  drhUpdate comments in btree.c. No changes to code. (CVS...
2004-06-15  drhDo not use the page containing locks for anything to...
2004-06-15  drhAdd the sqlite3OsFileModTime() interface. But it is...
2004-06-14  danielk1977Update some old tests to use the new API. (CVS 1593)
2004-06-14  danielk1977Schema modifications are committed internally when...
2004-06-14  danielk1977Fix a bug in the auth.test script. (CVS 1590)
2004-06-14  danielk1977Have the TCL 'errorcode' interface call sqlite3_errcode...
2004-06-14  danielk1977Don't invoke authorisation callback during database...
2004-06-14  danielk1977Bugfix for previous checkin. (CVS 1587)
2004-06-14  danielk1977Ensure master journal file is deleted when a transactio...
2004-06-14  danielk1977Check the value of the schema cookie before reading...
2004-06-14  danielk1977Change tests in pager.test to account for the extra...
2004-06-14  danielk1977Ensure the master journal directory is synced. Also...
2004-06-14  danielk1977Update the file change counter just before each transac...
2004-06-13  drhos_win.c is now working with the new locking protocol...
2004-06-13  drhMore speed improvements. (CVS 1580)
2004-06-12  drhThe VDBE aggregate functions use an in-memory btree...
2004-06-12  drhSpeed up in the handling of VDBE cursors. (CVS 1578)
2004-06-12  drhImprove the speed of OP_Column through better caching...
2004-06-12  drhFix typo in the locking document. (CVS 1576)
2004-06-12  danielk1977(1) Modifications to the user-function interface and...
2004-06-12  drhBug fix in the unix locking code. (CVS 1574)
2004-06-12  danielk1977Change prototype for busy callbacks to "int xBusy(void...
2004-06-12  danielk1977Use the SQLITE_UTF* symbols instead of the old internal...
2004-06-11  drhFix typos in the new locking document. (CVS 1571)
2004-06-11  drhDocumentation of the new pager locking mechanism. ...
2004-06-11  danielk1977Have the vdbe aggregator use a btree table instead...
2004-06-11  danielk1977Fix various collation sequence issues. (CVS 1568)
next