2015-09-03 |
drh | Merge enhancements from trunk. |
commit | commitdiff | tree |
2015-09-03 |
drh | Add the sqlite3VdbeLoadString() and sqlite3VdbeMultiLoa... |
commit | commitdiff | tree |
2015-09-03 |
drh | Factor out and simplify code in pragma.c for pragmas... |
commit | commitdiff | tree |
2015-09-03 |
drh | For PRAGMAs, factor out the code that sets the result... |
commit | commitdiff | tree |
2015-09-02 |
drh | Optimizations to the printf formatter. |
commit | commitdiff | tree |
2015-09-02 |
drh | Add and use the sqlite3VdbeChangeOpcode() routine.... |
commit | commitdiff | tree |
2015-09-02 |
drh | Add the sqlite3VdbeAddGoto(v,i) routine as a shorthand for |
commit | commitdiff | tree |
2015-09-02 |
drh | Change sqlite3_sql() so that it always returns the... |
commit | commitdiff | tree |
2015-09-02 |
drh | Small simplification to the EXPLAIN QUERY PLAN logic. |
commit | commitdiff | tree |
2015-09-02 |
drh | Use sqlite3XPrintf() instead of sqlite3StrAccumAppend... |
commit | commitdiff | tree |
2015-09-02 |
drh | The sqlite3_memory_alarm() interface has been deprecate... |
commit | commitdiff | tree |
2015-09-01 |
drh | Very minor optimizations in the unix VFS. |
commit | commitdiff | tree |
2015-09-01 |
drh | Performance improvement in sqlite3VarintLen(). |
commit | commitdiff | tree |
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-09-01 |
drh | Rename SQLITE_FUNC_VARYING to SQLITE_FUNC_SLOCHNG ... |
commit | commitdiff | tree |
2015-09-01 |
drh | Remove unreachable branches. |
commit | commitdiff | tree |
2015-08-31 |
drh | Fix a bug in error reporting when a UNIQUE index on... |
commit | commitdiff | tree |
2015-08-31 |
drh | Not only date/time functions, but also functions like... |
commit | commitdiff | tree |
2015-08-31 |
drh | Always assume that indexed expressions can generate... |
commit | commitdiff | tree |
2015-08-31 |
drh | Case should not be significant when comparing function... |
commit | commitdiff | tree |
2015-08-31 |
drh | Make the distinction between truly deterministic functi... |
commit | commitdiff | tree |
2015-08-31 |
drh | Improved analysis and usage of indexed expressions... |
commit | commitdiff | tree |
2015-08-31 |
drh | Merge the latest enhancements from trunk. |
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-27 |
drh | Fix the OR-optimization so that it always ignores subpl... |
commit | commitdiff | tree |
2015-08-27 |
drh | Fix EXPLAIN QUERY PLAN output for indexed-expressions... |
commit | commitdiff | tree |
2015-08-27 |
drh | Fix problems in the indexed-expression handling in... |
commit | commitdiff | tree |
2015-08-27 |
drh | Activate the ability to use expressions in indexes... |
commit | commitdiff | tree |
2015-08-27 |
drh | Merge changes from trunk. |
commit | commitdiff | tree |
2015-08-27 |
drh | Adjustments to the WHERE term scanning, to better handl... |
commit | commitdiff | tree |
2015-08-26 |
drh | Reduce the size of the WhereScan object by 24 bytes... |
commit | commitdiff | tree |
2015-08-26 |
drh | Merge enhancements from trunk. |
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 | Merge trunk enhancements. |
commit | commitdiff | tree |
2015-08-25 |
drh | Use the sqlite3IndexColumnAffinity() routine to quickly... |
commit | commitdiff | tree |
2015-08-25 |
drh | Add code to maintain indexes with expression arguments... |
commit | commitdiff | tree |
2015-08-25 |
drh | Fix a memory leak that might occur when compiling with... |
commit | commitdiff | tree |
2015-08-25 |
drh | Changes toward being abld to process indexes on express... |
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 |
next |