]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2015-09-01  drhSmall size reduction and performance increase in sqlite...
2015-09-01  drhReduce the number of calls to sqlite3BeginBenignMalloc().
2015-08-29  drhEnhance the json_extract() function so that if given...
2015-08-29  drhLink the json1 extension into the command-line shell...
2015-08-29  drhNew test cases for the json1 extension.
2015-08-29  drhFix the build with -DSQLITE_OMIT_VIRTUALTABLE.
2015-08-29  drhDo not consider an empty string to be valid JSON. ...
2015-08-29  drhChange the json1.c module so that it throws an error...
2015-08-28  drhBack out the json_check() routine. Instead, throw...
2015-08-28  danFix compiler warnings in rbu code.
2015-08-28  danWhen searching the wal file for a frame, do not search...
2015-08-28  danMerge latest trunk into this branch. wal-read-change
2015-08-28  drhAdd the json_check() function, which returns its argume...
2015-08-28  drhEnhance the json_insert(), json_replace(), and json_set...
2015-08-27  drhFix the OR-optimization so that it always ignores subpl...
2015-08-26  drhReduce the size of the WhereScan object by 24 bytes...
2015-08-26  drhEvaluate expressions only once when the same expression...
2015-08-26  drhRefactor With.a.zErr into With.a.zCteErr. No logic...
2015-08-26  drhUpdate the TreeView output for compound SELECT statemen...
2015-08-25  drhMove sqlite3IndexColumnAffinity() inside of SQLITE_ENAB...
2015-08-25  drhUse the sqlite3IndexColumnAffinity() routine to quickly...
2015-08-25  drhFix a memory leak that might occur when compiling with...
2015-08-24  drhRemove some redundant code: Call sqlite3ResolveExprLis...
2015-08-24  drhEnhances the parser so that it accepts arbitrary expres...
2015-08-24  drhEnhance the CREATE VIEW syntax so that the names of...
2015-08-24  mistachkinEnhancements to the batch build tool for MSVC.
2015-08-24  drhDisallow the use of COLLATE clauses and the ASC and...
2015-08-24  drhImprovements to JSON string dequoting.
2015-08-24  drhFix corner-case problems in the type and atom columns...
2015-08-23  drhFix a comment typo on sqlite3ExprAlloc(). No code...
2015-08-23  drhFix minor glitches in the json1.c extension, mostly...
2015-08-23  drhFixes to json_each() and json_tree(). Improved json_pa...
2015-08-22  drhAdd the json_valid() function to the json1.c extension...
2015-08-22  drhFix a couple instances of OOM handling in the json...
2015-08-22  drhDo not apply the WHERE-clause pushdown optimization...
2015-08-21  drhAdd extension functions for processing JSON.
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  danWhen searching the wal file for a frame, do not search...
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  danAvoid reading frames that have already been checkpointe...
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
next