]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2008-01-01  danielk1977Silence a harmless unitialised variable warning in...
2008-01-01  danielk1977Define SQLITE_CORE=1 at the start of the amalgamation...
2007-12-30  pweilbacherfix case in os2GetTempname() where none of the usual...
2007-12-30  pweilbachersimplify os2FullPathname() and at the same time make...
2007-12-30  pweilbachermove variable declaration to be able to compile sqlite3...
2007-12-29  danielk1977Add experimental pragma "quick_check", a reduced versio...
2007-12-29  drhMem3.c enhanced so that an allocation of N bytes only...
2007-12-27  danielk1977Fix a race condition that can occur when reloading...
2007-12-21  danielk1977Fix for #2854. "BEGIN EXCLUSIVE" excludes other shared...
2007-12-21  drhFix some issues with lemon. Tickets #2852 and #2835...
2007-12-19  danielk1977Add the ioerr3.test file, that found an error in br3317...
2007-12-18  drhFix a problem with SQLITE_MAX_SQL_LENGTH introduced...
2007-12-18  drhIn the CLI, quote strings that contain the separator...
2007-12-18  danielk1977Fix for typo in main.mk: the output of target sqlite3...
2007-12-17  drhWhen SQLITE_MAX_SQL_LENGTH is 0, disable the limit...
2007-12-14  drhVersion 3.5.4 (CVS 4635)
2007-12-14  drhUpdate library version number to 3.5.4. (CVS 4634)
2007-12-14  drhFix a C++-ism in recent changes to select.c. (CVS 4633)
2007-12-14  drhChange to the crash simulator to give better diagnostic...
2007-12-14  drhFix a typo in the previous check-in. Also simplify...
2007-12-14  drhFix an out-of-memory NULL pointer defer in the code...
2007-12-13  drhChange all instances of "it's" in comments to either...
2007-12-13  danielk1977Fix a memory leak that can occur following a malloc...
2007-12-13  drhFix the location of a #include in test_thread.c. ticke...
2007-12-13  danielk1977Add test cases for errors in "IN(SELECT ...)" expressio...
2007-12-13  drhAdd new makefile target for "testcli" that builds a...
2007-12-13  drhAdditional test cases for tkt2822. Fix a related bug...
2007-12-13  danielk1977Return an error if the user attempts to rename a view...
2007-12-13  danielk1977Adjust the test suite to account for recent changes...
2007-12-13  drhORDER BY in a compound SELECT will first match against...
2007-12-13  drhTowards getting ORDER BY to match against the correctin...
2007-12-12  drhMinor cleanup changes on the OP_StackDepth opcode....
2007-12-12  danielk1977Remove an (explain) accidentally left in tkt2832.test...
2007-12-12  danielk1977Try to find some more stack leaks by adding OP_StackDep...
2007-12-12  danielk1977Remove a couple of lines in delete.c that weren't doing...
2007-12-12  danielk1977Fix some problems similar to #2832, but caused by trigg...
2007-12-12  danielk1977Test file containing minimal example of bug #2832....
2007-12-12  drhFix database corrupting code generation error for UPDAT...
2007-12-12  drhAdd a new OP_StackDepth opcode to help detect VDBE...
2007-12-12  danielk1977Fix test numbering in tkt2822.test. Ticket #2830. ...
2007-12-11  drhFix a comment on the SQLITE_SQL_MAX_LENGTH definition...
2007-12-11  drhBuild the CLI using the amalgamation. Relax the limit...
2007-12-11  danielk1977Fix a 'const' issue in trimFunc(). (CVS 4608)
2007-12-10  drhMake sure the windows driver responds correctly to the
2007-12-10  danielk1977Further modifications to do with ORDER BY and compound...
2007-12-10  drhFix a macro in func.c that causes problems for the...
2007-12-10  drhFix a bug in the compilation procedures for the Linux...
2007-12-10  danielk1977Fix compilation/testing with OMIT_SUBQUERY defined...
2007-12-08  drhBetter resolution of ORDER BY terms in compound queries...
2007-12-08  drhStrengthen the tests for aggregate functions in GROUP...
2007-12-08  drhFix a bug in the debugging printf logic. (CVS 4600)
2007-12-07  shessChange prefix search from O(N*M) to O(NlogM). The...
2007-12-07  drhIn shared-cache mode, make sure the busy hander invoked...
2007-12-07  drhGet the LIKE and GLOB operators working again on system...
2007-12-06  drhFix a leaking database connection in the vacuum2 test...
2007-12-06  drhUse the specified buffer length, not the maximum buffer...
2007-12-06  drhContinuing work on the C/C++ interface requirements...
2007-12-05  drhBegin adding requirements numbers to the C/C++ interfac...
2007-12-05  drhAdd the ability to change the autovacuum status of...
2007-12-04  drhMake sure statement journals are initiated when doing...
2007-12-04  drhFix a bug in the TCL code for sqlite3_analyzer. (CVS...
2007-12-04  drhClarify the operation of sqlite3_blob_close() in the...
2007-12-03  drhDo not require os_other.h if compiling with -DOS_OTHER...
2007-12-02  danielk1977When parsing CREATE INDEX statements from the sqlite_ma...
2007-12-01  drhAnother fix to Makefile.in for mingw. (CVS 4586)
2007-12-01  drhBeginning attempts at casting the sqlite.h.in documenta...
2007-12-01  drhBug fix to Makefile.in to allow it to work with mingw...
2007-11-30  drhAdd a few function requirements numbers to interfaces...
2007-11-29  drhMake sure we never try to "truncate" a file to a larger...
2007-11-29  drhAdd the optional (and experimental) mmap() memory alloc...
2007-11-29  danielk1977When using an index to scan a database table, read...
2007-11-29  danielk1977Optimisations for expressions of the form "<value>...
2007-11-28  drhAdd the {quote: StrAccum} object
2007-11-28  drhChange the BTree so that it uses the Pagers temporary...
2007-11-28  drhReorganize the code for the homegrown recursive mutexes...
2007-11-28  drhClarify the conditions under which homegrown recursive...
2007-11-28  drhPreset the legacy_file_format pragma to the value of...
2007-11-28  drhAdd an implementation of recursive mutexes for unix...
2007-11-27  drhAdd test cases to verify that the file format is preser...
2007-11-27  drhUse the hexio test utility rather than TCL's binary...
2007-11-27  drhRemove superfluous -lpthread from publish_osx.sh. Ticke...
2007-11-27  drhOmit the superfluous -lpthread option in publish.sh...
2007-11-27  drhAdd the publish_osx.sh script for building binaries...
2007-11-27  drhUpdate the "publish.sh" scripts used to build the binar...
2007-11-27  drhVersion 3.5.3 (CVS 4566)
2007-11-27  drhFix a bug that can cause a segfault on win32 systems...
2007-11-27  drhBug fix in the configure script. Ticket #2799.
2007-11-27  drhUpdate the version number to 3.5.3. Fix some minor...
2007-11-27  drhAdd likely() and unlikely() macros to the header file...
2007-11-26  drhUse macro __DARWIN__ rather than __MACOS__ for conditional
2007-11-26  drhAdditional out-of-memory testing. Fix bugs caused...
2007-11-24  drhDeclare the invalidateCursorsOnModifiedBtrees function...
2007-11-24  drhThe FTS3 amalgamation can now be appended to the SQLite...
2007-11-23  drhFix a typo in a change to all.test from earlier today...
2007-11-23  drhDo not require SQLITE_ENABLE_BROKEN_FTS2 if FTS2 is...
2007-11-23  drhAdd a #include of sqlite3.h to fts3_hash.c. Tickets...
2007-11-23  drhChanges fts3 to use only sqlite3_malloc() and not syste...
2007-11-23  drhRemove most documentation from the source code repository.
2007-11-23  drhMake sure that INSERT INTO ... SELECT ... always uses...
2007-11-23  drhAvoid a double-free in an out-of-memory situation with...
next