]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2011-05-17  drhAvoid exceeding array bounds when reading a corrupt...
2011-05-17  danAvoid including fts3_term.c in the amalgamation, as...
2011-05-16  drhEnhance WAL mode so that the WAL file honors the journa...
2011-05-13  drhMake arrangements so that virtual table inserts into...
2011-05-13  drhAlso add fts3_term.c to main.mk.
2011-05-12  shanehAdd fts3_term.c to amalg gen script and configure input...
2011-05-11  drhImprovements to documentation hyperlinks. Change the...
2011-05-11  drhURI filename documentation updates.
2011-05-10  danHave flags passed to sqlite3_open_v2() apply to the...
2011-05-10  danUpdate URI test cases to account for the new error...
2011-05-10  drhAdd new documentation keywords to the sqlite3_vfs descr...
2011-05-09  drhReturn a suitable error message if the mode= argument...
2011-05-07  drhSet the sqlite3.mallocFailed flag if sqlite3ParseUri...
2011-05-07  drhReturn SQLITE_MISUSE from the sqlite3_open_v2() functio...
2011-05-07  drhFix minor compiler warnings.
2011-05-06  danMerge the uri branch with the trunk.
2011-05-06  danRemove some unnecessary modifications from the uri... uri
2011-05-06  danUpdate comments and documentation associated with new...
2011-05-06  danMerge windows test case fixes. No changes to code.
2011-05-06  drhIncrease the iVersion for sqlite3_module needed for...
2011-05-05  drhFix an incorrect assert() in sqlite3_value_config(...
2011-05-05  danChanges to various test scripts so that they pass on... win32-test-fixes
2011-05-05  danHave the xFullpath method in os_win.c discard the initi...
2011-05-05  drhFix sqlite3_vtab_on_conflict() to return the correct...
2011-05-05  drhFix a bug in memory usage tracking that was introduced by
2011-05-05  drhBump the version number to 3.7.7 on account of the...
2011-05-05  drhChange sqlite3_create_module() so that it avoids resett...
2011-05-05  drhAdd a #include to test_demovfs.c in an effort to get...
2011-05-05  danFix a problem in the URI code preventing the amalgamati...
2011-05-04  danMerge latest trunk changes with uri branch.
2011-05-04  danMerge vtab-conflict branch with trunk.
2011-05-04  danFix a couple of compiler warnings in the FTS code. vtab-conflict
2011-05-04  danFix a performance problem in queries that use "ORDER...
2011-05-04  danOptimize "ORDER BY rowid/docid DESC/ASC" clauses on...
2011-05-03  danRemove some unused code related to URI parsing.
2011-05-03  danAllow only "localhost" and "" as authorities in URIs...
2011-05-03  danChange the supported URI options to "mode" and "cache".
2011-05-02  danMerge the latest trunk changes into uri branch.
2011-04-28  danHave r-tree virtual tables support on-conflict clauses.
2011-04-27  drhIn windows, ignore ERROR_NOT_LOCKED when calling the...
2011-04-27  drhChange the name of an internal function to avoid confli...
2011-04-27  drhExpose the UTF8 to MBCS conversion routine in os_win...
2011-04-27  danAdd documentation for the newly introduced sqlite3_vtab...
2011-04-27  danFix problems related to savepoint rollback and fts3.
2011-04-27  drhFix a comment typo.
2011-04-26  danExtra tests for fts3. And fixes for conflict-handling...
2011-04-25  danAdd support for on conflict clauses to fts3/fts4.
2011-04-25  drhTest case for the ".log" command to the command-line...
2011-04-25  drhAdd the (deliberately undocumented) sqlite_log() SQL...
2011-04-25  drhInvoke the unix open() system call through a wrapper...
2011-04-24  drhDisable the transfer optimization if the destination...
2011-04-23  danTest that it is now possible to use different VFSs...
2011-04-23  danHave the ATTACH command do URI interpretation in the...
2011-04-23  danFix parsing of %00 in uri handling code.
2011-04-22  drhAdd the "getlock" utility for determining if a database...
2011-04-22  danAdd the start of the "uri-filenames" feature.
2011-04-20  danUpdate a comment in e_createtable.test.
2011-04-19  danAvoid passing NULL to the xOpen method of an FTS3/4...
2011-04-17  drhChange the prototype for the open() system call to...
2011-04-17  shanehAdjust some test cases in triggerC.test to handle non...
2011-04-15  shanehAdjust test case in quota.test to handle Windows dir...
2011-04-15  shanehUpdates to test code in os_win to bring winSync inline...
2011-04-15  shanehRemove stray semi-colon that MSVC complained about.
2011-04-15  drhChanges to memory allocator usage tracking to delay...
2011-04-15  drhDo not do full table scans of unordered indices.
2011-04-15  drhFix #ifs involving SQLITE_ENABLE_LOCKING_STYLE so that...
2011-04-15  drhMake sure the unix backend returns SQLITE_FULL if write...
2011-04-13  drhRemove extra CR and NL characters from FormatMessage...
2011-04-13  drhAdd new extended error codes for I/O errors on seek...
2011-04-13  drhFix a usage comment typo in the showdb utility.
2011-04-13  drhVersion 3.7.6.1 version-3.7.6.1
2011-04-13  drhBump the version number to 3.7.6.1 in preparation for...
2011-04-13  drhMake sure the array of overloadable system calls is...
2011-04-12  drhVersion 3.7.6. version-3.7.6
2011-04-11  drhDo not override the fchmod system call in unix unless the
2011-04-11  drhUpdates to the OS/2 patches. This change also move...
2011-04-11  drhFix a signed integer overflow problem in the testcase...
2011-04-11  danApply OS2 WAL patch. Changes to os_os2.c only.
2011-04-11  danChange exists.test to run all tests with and without...
2011-04-10  drhAdd a simple test program to aid in verifying that...
2011-04-09  danAdd test file unordered.test.
2011-04-09  drhRemove an always-true conditional. Replace it with...
2011-04-09  danAdd VerifyCookie instructions to "DROP XXX IF EXISTS...
2011-04-09  danAdd an OP_VerifyCookie instruction to "CREATE XXX IF...
2011-04-09  drhIf the keyword "unordered" appears at the end of the...
2011-04-09  drhBack out the SQLITE_OMIT_UNIQUE_ENFORCEMENT compile...
2011-04-09  drhWhen ATTACH-ing a new database to an existing database...
2011-04-09  drhDo not do a backup if the number of reserved bytes...
2011-04-08  drhAlways make sure the left-hand side of the IS NOT NULL...
2011-04-08  danAdd some rtree tests to the backcompat.test script.
2011-04-08  danFix incrvacuum2.test so that it works with the inmemory...
2011-04-07  drhChange two new internal functions in where.c from globa...
2011-04-07  danAdd test case to verify [d03d63d77e] works.
2011-04-07  drhWhen searching a list of freelist trunk pages looking...
2011-04-07  danAvoid running thread1.test or thread2.test if SQLITE_MU...
2011-04-07  danDo not run multi-threaded Tcl tests if the library...
2011-04-07  danFix test script attach4.test so that it works with...
2011-04-07  shanehFix a couple of MSVC compiler warnings;
2011-04-07  shanehFix an issue with an analyze test. No code changes.
2011-04-07  drhFix typos in documentation comments. No changes to...
next