2015-09-01 |
drh | Small size reduction and performance increase in sqlite... |
commit | commitdiff | tree |
2015-09-01 |
drh | Reduce the number of calls to sqlite3BeginBenignMalloc(). |
commit | commitdiff | tree |
2015-08-29 |
drh | Enhance the json_extract() function so that if given... |
commit | commitdiff | tree |
2015-08-29 |
drh | Link the json1 extension into the command-line shell... |
commit | commitdiff | tree |
2015-08-29 |
drh | New test cases for the json1 extension. |
commit | commitdiff | tree |
2015-08-29 |
drh | Fix the build with -DSQLITE_OMIT_VIRTUALTABLE. |
commit | commitdiff | tree |
2015-08-29 |
drh | Do not consider an empty string to be valid JSON. ... |
commit | commitdiff | tree |
2015-08-29 |
drh | Change the json1.c module so that it throws an error... |
commit | commitdiff | tree |
2015-08-28 |
drh | Back out the json_check() routine. Instead, throw... |
commit | commitdiff | tree |
2015-08-28 |
dan | Fix compiler warnings in rbu code. |
commit | commitdiff | tree |
2015-08-28 |
dan | When searching the wal file for a frame, do not search... |
commit | commitdiff | tree |
2015-08-28 |
dan | Merge latest trunk into this branch. wal-read-change |
commit | commitdiff | tree |
2015-08-28 |
drh | Add the json_check() function, which returns its argume... |
commit | commitdiff | tree |
2015-08-28 |
drh | Enhance the json_insert(), json_replace(), and json_set... |
commit | commitdiff | tree |
2015-08-27 |
drh | Fix the OR-optimization so that it always ignores subpl... |
commit | commitdiff | tree |
2015-08-26 |
drh | Reduce the size of the WhereScan object by 24 bytes... |
commit | commitdiff | tree |
2015-08-26 |
drh | Evaluate expressions only once when the same expression... |
commit | commitdiff | tree |
2015-08-26 |
drh | Refactor With.a.zErr into With.a.zCteErr. No logic... |
commit | commitdiff | tree |
2015-08-26 |
drh | Update the TreeView output for compound SELECT statemen... |
commit | commitdiff | tree |
2015-08-25 |
drh | Move sqlite3IndexColumnAffinity() inside of SQLITE_ENAB... |
commit | commitdiff | tree |
2015-08-25 |
drh | Use the sqlite3IndexColumnAffinity() routine to quickly... |
commit | commitdiff | tree |
2015-08-25 |
drh | Fix a memory leak that might occur when compiling with... |
commit | commitdiff | tree |
2015-08-24 |
drh | Remove some redundant code: Call sqlite3ResolveExprLis... |
commit | commitdiff | tree |
2015-08-24 |
drh | Enhances the parser so that it accepts arbitrary expres... |
commit | commitdiff | tree |
2015-08-24 |
drh | Enhance the CREATE VIEW syntax so that the names of... |
commit | commitdiff | tree |
2015-08-24 |
mistachkin | Enhancements to the batch build tool for MSVC. |
commit | commitdiff | tree |
2015-08-24 |
drh | Disallow the use of COLLATE clauses and the ASC and... |
commit | commitdiff | tree |
2015-08-24 |
drh | Improvements to JSON string dequoting. |
commit | commitdiff | tree |
2015-08-24 |
drh | Fix corner-case problems in the type and atom columns... |
commit | commitdiff | tree |
2015-08-23 |
drh | Fix a comment typo on sqlite3ExprAlloc(). No code... |
commit | commitdiff | tree |
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 | When searching the wal file for a frame, do not search... |
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 |
dan | Avoid reading frames that have already been checkpointe... |
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 |
next |