]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2011-05-19  drhBring the apple-wal-readonly branch up to date with... apple-wal-readonly
2011-05-19  drhPull all the latest trunk changes, and especially the...
2011-05-19  drhWhen committing a WAL transaction, make sure at least...
2011-05-18  drhEnable URI filenames in the command-line shell. Add...
2011-05-18  drhMake sure the multiplexor shim uses a full pathname...
2011-05-18  drhRemove unreachable branches from the 8.3 filename logic.
2011-05-18  shanehUpdate multiplex VFS to handle empty filenames which...
2011-05-17  drhAdd the ability to limit filenames to 8+3 using the
2011-05-17  drhFix an off-by-one error in the new sqlite3_uri_paramete...
2011-05-17  drhAdd the sqlite3_uri_parameter() interface function...
2011-05-17  danAdd extended return code SQLITE_CORRUPT_VTAB. Returned...
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-12  drhPull in the patches to support read-only WAL databases...
2011-05-11  drhImprovements to documentation hyperlinks. Change the...
2011-05-11  drhURI filename documentation updates.
2011-05-11  danAdd missing comments associated with readonly shm changes.
2011-05-11  danMerge latest trunk changes. Add a couple of readonly...
2011-05-11  danOnly open a read-only connection to shared-memory if...
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  danAdd experimental support for read-only connections...
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  drhMerge the latest trunk changes into the apple-osx branch.
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  drhUpdate the apple-osx branch to version 3.7.6.1.
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  drhPull all the latest trunk changes into the apple-osx...
next