]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2016-07-23  drhImprovements to sqlite3_trace_v2() documentation. ... sqlite3_trace_v2
2016-07-23  drhAdd requirements marks to the sqlite3_trace_v2() interf...
2016-07-23  drhFix sqlite3VdbeExpandSql() so that it handles OOMs...
2016-07-22  drhBe sure to hold the database connection mutex while...
2016-07-22  drhAdd requirements marks to the sqlite3_expanded_sql...
2016-07-15  drhThe sqlite3_expanded_sql() function compiles, but alway...
2016-07-15  drhMerge fixes from trunk. Fix the tclsqlite.test script.
2016-07-15  drhDisable the CSV extension when virtual tables are disabled.
2016-07-15  mistachkinModify the Tcl test command 'sqlite3_bind_blob' to...
2016-07-15  mistachkinFix typo in sqlite3_trace_v2().
2016-07-15  mistachkinCorrections and enhancements for the new tests.
2016-07-15  mistachkinModify one test result to be case-insensitive.
2016-07-15  mistachkinAdd tests, including some for the sqlite3_expanded_sql...
2016-07-14  mistachkinMore work on the Tcl interface and tests for the sqlite...
2016-07-14  mistachkinInitial work on the Tcl API interface to the new sqlite...
2016-07-14  drhFix ALTER TABLE so that it does not promote the schema...
2016-07-14  mistachkinFix copy/paste typo in the new sqlite3_expanded_sql...
2016-07-14  drhFix a parameter misordering on sqlite3_trace_v2() in...
2016-07-14  drhAdd the sqlite3_expanded_sql() interface. Refinements...
2016-07-13  drhLegacy tests now passing.
2016-07-13  drhFirst cut at implementing the new sqlite3_trace_v2...
2016-07-13  drhInterface design for a new sqlite3_trace_v2() method...
2016-07-13  drhFix harmless compiler warnings in shell.c for NetBSD.
2016-07-13  drhFix header comments and remove an unnecessary version...
2016-07-12  drhFix the error counter reset in Lemon generated parsers...
2016-07-10  mistachkinFix typos in comments. No changes to code.
2016-07-09  drhAdd the "#/value-list/" style of results for approximat...
2016-07-09  drhFix a compiler warning in test code - in the int64array...
2016-07-09  drhFix compiler warnings on windows.
2016-07-09  drhFix various internal #defines to conform to new C-langu...
2016-07-09  drhAdd support for the win32-none VFS.
2016-07-08  mistachkinInitial work on a Win32 VFS with NOP locking. win32nolock
2016-07-08  drhAnother attempt to fix error handling in Lemon. This...
2016-07-08  drhIn the sqldiff program, make sure the first argument...
2016-07-06  danAdd the SQLITE_DBSTATUS_CACHE_USED_SHARED sqlite3_db_st...
2016-07-06  danChange the name of the SQLITE_DBSTATUS_PROPORTIONAL_CAC... dbstatus-prop-cache-used
2016-07-06  danFix a test script problem causing a test to fail if...
2016-07-06  danAdd the SQLITE_DBSTATUS_PROPORTIONAL_CACHE_USED sqlite3...
2016-07-06  danFix a memory leak in recently added test code.
2016-07-05  drhMore fixes to Fossil so that it automatically resets...
2016-07-05  drhAttempt to reset the error count in the Lemon-generated...
2016-07-04  danAdd the sqlite3rbu_state() API. Used to determine the...
2016-07-04  drhAdd the carray() virtual table as a loadable extension.
2016-07-03  drhChange the name of the intarray() extension to carray... prototype-int-array
2016-07-02  drhFix an off-by-one comparison in the intarray() virtual...
2016-07-02  drhMerge the alternative table-valued function RHS of...
2016-07-02  drhFix a problem in table-valued functions on the RHS...
2016-07-02  drhAdd support for table-valued functions on the RHS of...
2016-07-01  drhFix the transitive constraint logic error that can...
2016-07-01  drhAdd test cases to the transitive constraint fix. planner-fix
2016-07-01  danAdd the sqlite3rbu_state() API. Used to determine the... rbu-state-api
2016-06-29  drhAdd the ability to have a table-valued function on...
2016-06-29  drhAnother test case for the intarray($PTR,$N) virtual...
2016-06-29  drhAdd a prototype intarray($PTR,$N) table valued function.
2016-06-28  drhProposed fix for a problem in the query planner.
2016-06-26  drhPrevent the WhereLoop.rSetup cost estimate from going...
2016-06-25  drhFix the handling of OP_Eq opcodes that compare a regist...
2016-06-24  drhFix the ctime.test script so that it works with clang.
2016-06-24  drhFix the Makefile.in to avoid unnecessary recompiles...
2016-06-23  danUpdate the sqldiff utility so that if the --vtab switch...
2016-06-23  drhFix the build for -DSQLITE_OMIT_VIRTUALTABLE
2016-06-21  danUpdate the sqldiff utility so that if the --vtab switch... sqldiff-vtab-support
2016-06-20  danFor a table on the rhs of a LEFT JOIN operator, do...
2016-06-20  danAllow LIKE operators that appear in a WHERE clause... cursor-hints
2016-06-17  danInclude WHERE terms in the cursor-hint passed to a...
2016-06-17  danFix a duplicate test name in cursorhint2.test.
2016-06-17  danFix a typo in the cursorhint2.test script.
2016-06-17  danIf a table is on the rhs of a LEFT JOIN, include only...
2016-06-16  danAdd a missing OP_ColumnsUsed opcode to code for express...
2016-06-16  drhFix a typo in a comment on the SrcList object.
2016-06-13  drhFix RBU so that it builds with -DSQLITE_ENABLE_8_3_NAMES.
2016-06-13  drhFix the declaration of the table implemented by DBSTAT...
2016-06-13  drhFix an incorrect assert() in the btree logic.
2016-06-13  drhFix the "onecolumn" and "exists" methods of the TCL...
2016-06-10  drhEnhance "PRAGMA table_info" to that it provides informa...
2016-06-08  drhPrefer to use partial indexes for full table scans...
2016-06-08  drhAdd the "dbhash.exe" utility program that computes...
2016-06-08  drhFix an undersized buffer in the SHA1 implementation. dbhash
2016-06-08  drhFix the dbhash utility so that it ignores the root...
2016-06-08  drhAn initial attempt at a "dbhash" command-line utility.
2016-06-07  drhFix the walcrash4.test test module so that it works...
2016-06-06  mistachkinIn winFullPathname, translate '/X:' to 'X:' before...
2016-06-06  drhTranslate filenames of the form "/c:/*" into just ...
2016-06-06  drhFix lempar.c so that the shift-reduce optimization...
2016-06-06  drhInitialize the yyerrcnt variable in the lemon parser...
2016-06-06  drhSmall performance boost and size decrease in sqlite3Btr...
2016-06-06  drhSmall performance improvement in the LIKE function.
2016-06-06  drhBtree interface refactoring:
2016-06-04  drhImproved comment on cursorOwnsBtShared(). No changes... btree-refactor
2016-06-04  drhFix a C99-ism and a compiler warning for MSVC.
2016-06-04  drhChange the sqlite3BtreeKeySize() interface into sqlite3...
2016-06-04  drhAllocate KeyInfo objects from lookaside if possible.
2016-06-04  drhFix up speedtest1.c so that it will compile and run...
2016-06-04  drhRemove an unreachable branch in the UNIQUE constraint...
2016-06-03  drhThe OR optimization is usable on virtual tables with...
2016-06-03  drhAdd support for virtual tables using a WITHOUT ROWID...
2016-06-03  drhFix a memory leak when a WITHOUT ROWID eponymous virtua... without-rowid-vtab
2016-06-03  drhDisallow access to the rowid column on WITHOUT ROWID...
2016-06-03  drhEnhance the sqlite3_load_extension() interface to permi...
2016-06-03  drhPerformance optimizations on the CSV virtual table...
next