]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2011-06-01  drhMake use of the sqlite3GetBoolean() interface for more... wal-readonly
2011-06-01  drhSimplify the wal-readonly branch so that it does not...
2011-06-01  drhPull the latest trunk changes into the wal-readonly...
2011-06-01  drhAvoid unnecessary duplication of SQL parameter names.
2011-06-01  drhRefactor the SQL parameter processing so that parameter...
2011-05-31  drhMerge the latest trunk changes into the wal-readonly...
2011-05-31  drhFix a problem in the sqlite3TestErrorName() function...
2011-05-31  drhUpdate the documentation to state that any parameter...
2011-05-30  drhMinor performance improvements.
2011-05-30  drhUpdate evidence marks on the URI filename tests to...
2011-05-30  drhMake sure the P5 argument to the OP_VUpdate opcode...
2011-05-28  drhFix a "#ifdef" from check-in [03f7d36a8a] that should...
2011-05-28  drhPrint a log message on each cache spill if compiled...
2011-05-26  drhChanges to work with SQLITE_OMIT_VIRTUAL_TABLE.
2011-05-25  drhFix some minor and harmless compiler warnings.
2011-05-25  drhIgnore malloc failures within the WAL file truncation...
2011-05-25  danFix a case where a malloc() error could lead to mismatc...
2011-05-25  drhFix a compiler warning.
2011-05-25  drhChanges to savepoint in virtual tables for simpler...
2011-05-24  drhDo not invoke the xRollbackTo or xRelease methods of...
2011-05-24  drhMake sure the savepoint index is correct one calls...
2011-05-23  drhMinor cleanups to the header comments on various test_...
2011-05-20  drhAdjustments to documentation hyperlinks to accommodate...
2011-05-20  drhAdd a big comment to the top of test_vfstrace.c to...
2011-05-20  drhFix the URI test script so that it works even if there...
2011-05-20  drhMark an unreachable branch in the recent WAL problem...
2011-05-19  danAdd another test for [2d1a5c67df].
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-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  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...
next