]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2015-08-21  drhFixes for compiler warnings and errors in the makefiles... json
2015-08-21  drhChange the name of the json loadable extension to ...
2015-08-21  drhAdd the fullkey column to both json_each() and json_tree().
2015-08-21  drhMerge header file fixes from trunk.
2015-08-21  drhAdd a missing #define for sqlite3_vsnprintf to sqlite3e...
2015-08-21  drhReserve the SQLITE_IOERR_VNODE error code name.
2015-08-21  drhAdd the json_tree() virtual table.
2015-08-21  drhMerge in trunk fixes for table-valued functions.
2015-08-21  drhFix a corner-case bug in table-valued functions. Updat...
2015-08-21  drhFix typo in comment. No changes to code.
2015-08-20  drhMerge the latest changes from trunk, including the...
2015-08-20  drhCompiler-warning fixes in the sqldiff.exe utility.
2015-08-20  drhFix a couple C99-isms that cause compile errors on...
2015-08-20  drhFix corner-case memory management issues in table-value...
2015-08-20  mistachkinSkip calling the virtual table xDestroy method when...
2015-08-20  mistachkinFix compiler warnings in the sqldiff tool seen with...
2015-08-20  mistachkinFix stray variable declaration for C89.
2015-08-20  drhCorrectly handle empty function argument lists on table...
2015-08-20  drhAdd support for table-valued functions in the FROM...
2015-08-20  drhPrevent the series.c extension from loading on older... table-valued-functions
2015-08-20  drhMake SQLITE_BUSY_SNAPSHOT and SQLITE_BUSY_RECOVERY...
2015-08-20  danFix a typo in series.c.
2015-08-19  drhFix the path lookup for objects so that it can handle...
2015-08-19  drhAdd the json_each(JSON,PATH) table-valued-function.
2015-08-19  drhMerge the table-valued-function rowid fix.
2015-08-19  drhFix eponymous virtual tables so that they do not automa...
2015-08-19  drhMerge support for table-valued functions.
2015-08-19  drhImproved comments on the generate_series virtual table...
2015-08-19  drhA list of arguments following a table name translates...
2015-08-19  drhMinor refactor of the SrcList object so that it is...
2015-08-19  drhVirtual table modules with a null xCreate method act...
2015-08-19  drhMerge changes from trunk.
2015-08-19  drhSimplification to error handling in addModuleArgument...
2015-08-19  danWhen updating a zipvfs database with RBU, set journal_m...
2015-08-19  drhInitial implementation of eponymous virtual table insta...
2015-08-18  danAdd test file spellfix2.test, which should have been...
2015-08-18  mistachkinFix harmless compiler warning in FTS5.
2015-08-18  drhComment clarification. No changes to code.
2015-08-18  drhInitial implementation of json_set() and json_insert().
2015-08-17  drhInitial implementation of json_replace().
2015-08-17  drhAdd an initial implementation for json_remove().
2015-08-17  drhInitial implementation for json_array_length(), json_ex...
2015-08-17  drhAbandon the JSONB format for now. (We may return to...
2015-08-15  drhFix off-by-one error when parsing primitive JSON types...
2015-08-15  drhAdd a prototype JSON parser.
2015-08-15  drhMinor fix to the display of oversized KeyInfo structure...
2015-08-14  drhDuplicate the output of releasetest.tcl into releasetes...
2015-08-13  danAdd the sqlite3rbu_savestate() function to the rbu...
2015-08-13  drhExperimental code (untested) for a JSONB datatype.
2015-08-13  danAvoid invoking system call unlink() directly from RBU...
2015-08-12  drhAdd the json_object() function.
2015-08-12  drhBegin adding an extension that provides JSON SQL functions.
2015-08-12  danMinor optimization for fts5 API xInst().
2015-08-12  danAdd the xPhraseFirst() and xPhraseNext() fts5 APIs...
2015-08-11  danMerge fixes from the fts5NoWarn branch.
2015-08-08  drhFix compiler warnings and remove unreachable code.
2015-08-08  drhFix an assert() that was in the wrong spot.
2015-08-08  drhFix compiler warnings and remove unreachable code.
2015-08-08  danUpdate RBU to avoid repreparing a statement immediately...
2015-08-07  drhEnhance the query planner so that it is able to use...
2015-08-07  danAdd a specially formatted comment to shell.c to make...
2015-08-06  drhincrease the version number to 3.8.12
2015-08-06  mistachkinFix harmless compiler warnings in FTS5 code. fts5NoWarn
2015-08-06  mistachkinFix duplicate test numbering in the FTS5 matchinfo...
2015-08-05  danAdd tests for the matchinfo-like test function. Fix...
2015-08-05  danUpdate the spellfix virtual table extension so that...
2015-08-05  danFix some problems in test code detected by cppcheck.
2015-08-05  danRemove all references to "docid" within fts5 source...
2015-08-04  danAdd new test file fts5_test_mi.c, containing an impleme...
2015-08-04  drhImprove the usage comment on sqlite3_analyzer: show...
2015-08-04  danUpdate the [showdb] program so that the database file...
2015-08-04  danUpdate the [showdb] program so that the database file... showdb-uri-option
2015-08-04  drhIn the sqlite3_analyzer.exe utility, show the depth...
2015-08-03  danAdd the "--uri" option to utility program "showdb"...
2015-08-03  drhAllow a VIEW to reference undefined tables and function...
2015-08-01  danAdd extra tests for RBU and FTS3/4.
2015-07-31  danAdd support for "fossil deltas" to RBU and "sqldiff...
2015-07-31  drhFix the sqlite3_stmt_busy() interface so that it always...
2015-07-31  danRemove a duplicate "typedef struct Fts5Global Fts5Globa...
2015-07-31  mistachkinWhen building the VSIX package for UAP, omit the AppLoc...
2015-07-31  danFix a problem causing [sqldiff --rbu] to fail on tables...
2015-07-31  danFix a bug in the fts5 porter tokenizer preventing it...
2015-07-30  danAdd the --rbu switch to the "sqldiff" utility.
2015-07-30  danAllow RBU tables to be named "data[0-9]*_<target>"...
2015-07-30  danReturn an error message (instead of segfaulting) if...
2015-07-29  mistachkinSupport building VSIX packages for UAP using Visual...
2015-07-29  mistachkinUpdate Windows 10 SDK version for RTM. msvc2015
2015-07-29  mistachkinAdd SQLITE_DISABLE_INTRINSIC define to disable use...
2015-07-29  drhFix the releasetest.tcl script so that it ignore cast...
2015-07-29  drhVersion 3.8.11.1 version-3.8.11.1
2015-07-29  drhRestore an undocumented side-effect of PRAGMA cache_siz...
2015-07-29  danUpdate comments in fts5.h describing the xColumnCount...
2015-07-29  drhIncrease the version number to 3.8.11.1 branch-3.8.11
2015-07-29  drhThe "PRAGMA cache_size" reads the database schema,...
2015-07-28  mistachkinUpdate batch build tool library paths for MSVC 2015.
2015-07-28  drhFix the xfer optimization for WITHOUT ROWID tables...
2015-07-27  drhClarification to the documentation for sqlite3_result_z...
2015-07-27  drhVersion 3.8.11 version-3.8.11
2015-07-27  danMerge the fts5-btree-index branch with this one. FTS5...
2015-07-27  danBump the "version" field in the fts5 config table. fts5-btree-index
next