2015-08-23 |
drh | Fix minor glitches in the json1.c extension, mostly... |
commit | commitdiff | tree |
2015-08-23 |
drh | Fixes to json_each() and json_tree(). Improved json_pa... |
commit | commitdiff | tree |
2015-08-22 |
drh | Add the json_valid() function to the json1.c extension... |
commit | commitdiff | tree |
2015-08-22 |
drh | Fix a couple instances of OOM handling in the json... |
commit | commitdiff | tree |
2015-08-22 |
drh | Do not apply the WHERE-clause pushdown optimization... |
commit | commitdiff | tree |
2015-08-21 |
drh | Add extension functions for processing JSON. |
commit | commitdiff | tree |
2015-08-21 |
drh | Fixes for compiler warnings and errors in the makefiles... json |
commit | commitdiff | tree |
2015-08-21 |
drh | Change the name of the json loadable extension to ... |
commit | commitdiff | tree |
2015-08-21 |
drh | Add the fullkey column to both json_each() and json_tree(). |
commit | commitdiff | tree |
2015-08-21 |
drh | Merge header file fixes from trunk. |
commit | commitdiff | tree |
2015-08-21 |
drh | Add a missing #define for sqlite3_vsnprintf to sqlite3e... |
commit | commitdiff | tree |
2015-08-21 |
drh | Reserve the SQLITE_IOERR_VNODE error code name. |
commit | commitdiff | tree |
2015-08-21 |
drh | Add the json_tree() virtual table. |
commit | commitdiff | tree |
2015-08-21 |
drh | Merge in trunk fixes for table-valued functions. |
commit | commitdiff | tree |
2015-08-21 |
drh | Fix a corner-case bug in table-valued functions. Updat... |
commit | commitdiff | tree |
2015-08-21 |
drh | Fix typo in comment. No changes to code. |
commit | commitdiff | tree |
2015-08-20 |
drh | Merge the latest changes from trunk, including the... |
commit | commitdiff | tree |
2015-08-20 |
drh | Compiler-warning fixes in the sqldiff.exe utility. |
commit | commitdiff | tree |
2015-08-20 |
drh | Fix a couple C99-isms that cause compile errors on... |
commit | commitdiff | tree |
2015-08-20 |
drh | Fix corner-case memory management issues in table-value... |
commit | commitdiff | tree |
2015-08-20 |
mistachkin | Skip calling the virtual table xDestroy method when... |
commit | commitdiff | tree |
2015-08-20 |
mistachkin | Fix compiler warnings in the sqldiff tool seen with... |
commit | commitdiff | tree |
2015-08-20 |
mistachkin | Fix stray variable declaration for C89. |
commit | commitdiff | tree |
2015-08-20 |
drh | Correctly handle empty function argument lists on table... |
commit | commitdiff | tree |
2015-08-20 |
drh | Add support for table-valued functions in the FROM... |
commit | commitdiff | tree |
2015-08-20 |
drh | Prevent the series.c extension from loading on older... table-valued-functions |
commit | commitdiff | tree |
2015-08-20 |
drh | Make SQLITE_BUSY_SNAPSHOT and SQLITE_BUSY_RECOVERY... |
commit | commitdiff | tree |
2015-08-20 |
dan | Fix a typo in series.c. |
commit | commitdiff | tree |
2015-08-19 |
drh | Fix the path lookup for objects so that it can handle... |
commit | commitdiff | tree |
2015-08-19 |
drh | Add the json_each(JSON,PATH) table-valued-function. |
commit | commitdiff | tree |
2015-08-19 |
drh | Merge the table-valued-function rowid fix. |
commit | commitdiff | tree |
2015-08-19 |
drh | Fix eponymous virtual tables so that they do not automa... |
commit | commitdiff | tree |
2015-08-19 |
drh | Merge support for table-valued functions. |
commit | commitdiff | tree |
2015-08-19 |
drh | Improved comments on the generate_series virtual table... |
commit | commitdiff | tree |
2015-08-19 |
drh | A list of arguments following a table name translates... |
commit | commitdiff | tree |
2015-08-19 |
drh | Minor refactor of the SrcList object so that it is... |
commit | commitdiff | tree |
2015-08-19 |
drh | Virtual table modules with a null xCreate method act... |
commit | commitdiff | tree |
2015-08-19 |
drh | Merge changes from trunk. |
commit | commitdiff | tree |
2015-08-19 |
drh | Simplification to error handling in addModuleArgument... |
commit | commitdiff | tree |
2015-08-19 |
dan | When updating a zipvfs database with RBU, set journal_m... |
commit | commitdiff | tree |
2015-08-19 |
drh | Initial implementation of eponymous virtual table insta... |
commit | commitdiff | tree |
2015-08-18 |
dan | Add test file spellfix2.test, which should have been... |
commit | commitdiff | tree |
2015-08-18 |
mistachkin | Fix harmless compiler warning in FTS5. |
commit | commitdiff | tree |
2015-08-18 |
drh | Comment clarification. No changes to code. |
commit | commitdiff | tree |
2015-08-18 |
drh | Initial implementation of json_set() and json_insert(). |
commit | commitdiff | tree |
2015-08-17 |
drh | Initial implementation of json_replace(). |
commit | commitdiff | tree |
2015-08-17 |
drh | Add an initial implementation for json_remove(). |
commit | commitdiff | tree |
2015-08-17 |
drh | Initial implementation for json_array_length(), json_ex... |
commit | commitdiff | tree |
2015-08-17 |
drh | Abandon the JSONB format for now. (We may return to... |
commit | commitdiff | tree |
2015-08-15 |
drh | Fix off-by-one error when parsing primitive JSON types... |
commit | commitdiff | tree |
2015-08-15 |
drh | Add a prototype JSON parser. |
commit | commitdiff | tree |
2015-08-15 |
drh | Minor fix to the display of oversized KeyInfo structure... |
commit | commitdiff | tree |
2015-08-14 |
drh | Duplicate the output of releasetest.tcl into releasetes... |
commit | commitdiff | tree |
2015-08-13 |
dan | Add the sqlite3rbu_savestate() function to the rbu... |
commit | commitdiff | tree |
2015-08-13 |
drh | Experimental code (untested) for a JSONB datatype. |
commit | commitdiff | tree |
2015-08-13 |
dan | Avoid invoking system call unlink() directly from RBU... |
commit | commitdiff | tree |
2015-08-12 |
drh | Add the json_object() function. |
commit | commitdiff | tree |
2015-08-12 |
drh | Begin adding an extension that provides JSON SQL functions. |
commit | commitdiff | tree |
2015-08-12 |
dan | Minor optimization for fts5 API xInst(). |
commit | commitdiff | tree |
2015-08-12 |
dan | Add the xPhraseFirst() and xPhraseNext() fts5 APIs... |
commit | commitdiff | tree |
2015-08-11 |
dan | Merge fixes from the fts5NoWarn branch. |
commit | commitdiff | tree |
2015-08-08 |
drh | Fix compiler warnings and remove unreachable code. |
commit | commitdiff | tree |
2015-08-08 |
drh | Fix an assert() that was in the wrong spot. |
commit | commitdiff | tree |
2015-08-08 |
drh | Fix compiler warnings and remove unreachable code. |
commit | commitdiff | tree |
2015-08-08 |
dan | Update RBU to avoid repreparing a statement immediately... |
commit | commitdiff | tree |
2015-08-07 |
drh | Enhance the query planner so that it is able to use... |
commit | commitdiff | tree |
2015-08-07 |
dan | Add a specially formatted comment to shell.c to make... |
commit | commitdiff | tree |
2015-08-06 |
drh | increase the version number to 3.8.12 |
commit | commitdiff | tree |
2015-08-06 |
mistachkin | Fix harmless compiler warnings in FTS5 code. fts5NoWarn |
commit | commitdiff | tree |
2015-08-06 |
mistachkin | Fix duplicate test numbering in the FTS5 matchinfo... |
commit | commitdiff | tree |
2015-08-05 |
dan | Add tests for the matchinfo-like test function. Fix... |
commit | commitdiff | tree |
2015-08-05 |
dan | Update the spellfix virtual table extension so that... |
commit | commitdiff | tree |
2015-08-05 |
dan | Fix some problems in test code detected by cppcheck. |
commit | commitdiff | tree |
2015-08-05 |
dan | Remove all references to "docid" within fts5 source... |
commit | commitdiff | tree |
2015-08-04 |
dan | Add new test file fts5_test_mi.c, containing an impleme... |
commit | commitdiff | tree |
2015-08-04 |
drh | Improve the usage comment on sqlite3_analyzer: show... |
commit | commitdiff | tree |
2015-08-04 |
dan | Update the [showdb] program so that the database file... |
commit | commitdiff | tree |
2015-08-04 |
dan | Update the [showdb] program so that the database file... showdb-uri-option |
commit | commitdiff | tree |
2015-08-04 |
drh | In the sqlite3_analyzer.exe utility, show the depth... |
commit | commitdiff | tree |
2015-08-03 |
dan | Add the "--uri" option to utility program "showdb"... |
commit | commitdiff | tree |
2015-08-03 |
drh | Allow a VIEW to reference undefined tables and function... |
commit | commitdiff | tree |
2015-08-01 |
dan | Add extra tests for RBU and FTS3/4. |
commit | commitdiff | tree |
2015-07-31 |
dan | Add support for "fossil deltas" to RBU and "sqldiff... |
commit | commitdiff | tree |
2015-07-31 |
drh | Fix the sqlite3_stmt_busy() interface so that it always... |
commit | commitdiff | tree |
2015-07-31 |
dan | Remove a duplicate "typedef struct Fts5Global Fts5Globa... |
commit | commitdiff | tree |
2015-07-31 |
mistachkin | When building the VSIX package for UAP, omit the AppLoc... |
commit | commitdiff | tree |
2015-07-31 |
dan | Fix a problem causing [sqldiff --rbu] to fail on tables... |
commit | commitdiff | tree |
2015-07-31 |
dan | Fix a bug in the fts5 porter tokenizer preventing it... |
commit | commitdiff | tree |
2015-07-30 |
dan | Add the --rbu switch to the "sqldiff" utility. |
commit | commitdiff | tree |
2015-07-30 |
dan | Allow RBU tables to be named "data[0-9]*_<target>"... |
commit | commitdiff | tree |
2015-07-30 |
dan | Return an error message (instead of segfaulting) if... |
commit | commitdiff | tree |
2015-07-29 |
mistachkin | Support building VSIX packages for UAP using Visual... |
commit | commitdiff | tree |
2015-07-29 |
mistachkin | Update Windows 10 SDK version for RTM. msvc2015 |
commit | commitdiff | tree |
2015-07-29 |
mistachkin | Add SQLITE_DISABLE_INTRINSIC define to disable use... |
commit | commitdiff | tree |
2015-07-29 |
drh | Fix the releasetest.tcl script so that it ignore cast... |
commit | commitdiff | tree |
2015-07-29 |
drh | Version 3.8.11.1 version-3.8.11.1 |
commit | commitdiff | tree |
2015-07-29 |
drh | Restore an undocumented side-effect of PRAGMA cache_siz... |
commit | commitdiff | tree |
2015-07-29 |
dan | Update comments in fts5.h describing the xColumnCount... |
commit | commitdiff | tree |
2015-07-29 |
drh | Increase the version number to 3.8.11.1 branch-3.8.11 |
commit | commitdiff | tree |
2015-07-29 |
drh | The "PRAGMA cache_size" reads the database schema,... |
commit | commitdiff | tree |
next |