| 2015-08-19 |
drh | Merge changes from trunk. |
commit | commitdiff | tree | snapshot |
| 2015-08-19 |
drh | Simplification to error handling in addModuleArgument... |
commit | commitdiff | tree | snapshot |
| 2015-08-19 |
dan | When updating a zipvfs database with RBU, set journal_m... |
commit | commitdiff | tree | snapshot |
| 2015-08-19 |
drh | Initial implementation of eponymous virtual table insta... |
commit | commitdiff | tree | snapshot |
| 2015-08-18 |
dan | Add test file spellfix2.test, which should have been... |
commit | commitdiff | tree | snapshot |
| 2015-08-18 |
mistachkin | Fix harmless compiler warning in FTS5. |
commit | commitdiff | tree | snapshot |
| 2015-08-18 |
drh | Provide hints for all terms in a range constraint if... |
commit | commitdiff | tree | snapshot |
| 2015-08-18 |
drh | Comment clarification. No changes to code. |
commit | commitdiff | tree | snapshot |
| 2015-08-18 |
drh | Initial implementation of json_set() and json_insert(). |
commit | commitdiff | tree | snapshot |
| 2015-08-17 |
drh | Initial implementation of json_replace(). |
commit | commitdiff | tree | snapshot |
| 2015-08-17 |
drh | Add an initial implementation for json_remove(). |
commit | commitdiff | tree | snapshot |
| 2015-08-17 |
drh | Avoid generating hints using constraints that are also... |
commit | commitdiff | tree | snapshot |
| 2015-08-17 |
drh | Initial implementation for json_array_length(), json_ex... |
commit | commitdiff | tree | snapshot |
| 2015-08-17 |
drh | Abandon the JSONB format for now. (We may return to... |
commit | commitdiff | tree | snapshot |
| 2015-08-15 |
drh | Fix off-by-one error when parsing primitive JSON types... |
commit | commitdiff | tree | snapshot |
| 2015-08-15 |
drh | Add a prototype JSON parser. |
commit | commitdiff | tree | snapshot |
| 2015-08-15 |
drh | Minor fix to the display of oversized KeyInfo structure... |
commit | commitdiff | tree | snapshot |
| 2015-08-15 |
drh | Change the display of the P4 operand of CursorHint... |
commit | commitdiff | tree | snapshot |
| 2015-08-14 |
drh | Always provide the BTREE_BULKLOAD hint, even when SQLIT... |
commit | commitdiff | tree | snapshot |
| 2015-08-14 |
drh | Updated testing of cursor-hints. Remove the test_curso... |
commit | commitdiff | tree | snapshot |
| 2015-08-14 |
drh | Fix the cursor hint mechanism so that it does the right... |
commit | commitdiff | tree | snapshot |
| 2015-08-14 |
drh | Refactor the sqlite3BtreeCursorHint() interface for... |
commit | commitdiff | tree | snapshot |
| 2015-08-14 |
drh | Duplicate the output of releasetest.tcl into releasetes... |
commit | commitdiff | tree | snapshot |
| 2015-08-14 |
drh | Fix the CursorHint so that it includes the scan boundar... |
commit | commitdiff | tree | snapshot |
| 2015-08-13 |
drh | Fix a harmless compiler warning. |
commit | commitdiff | tree | snapshot |
| 2015-08-13 |
drh | Convert the hint expression of the CursorHint opcode... |
commit | commitdiff | tree | snapshot |
| 2015-08-13 |
drh | Fix a bug in sqlite3ExprContainsSubquery(). |
commit | commitdiff | tree | snapshot |
| 2015-08-13 |
dan | When searching the wal file for a frame, do not search... |
commit | commitdiff | tree | snapshot |
| 2015-08-13 |
drh | Merge in all the trunk changes from the previous year... |
commit | commitdiff | tree | snapshot |
| 2015-08-13 |
dan | Add the sqlite3rbu_savestate() function to the rbu... |
commit | commitdiff | tree | snapshot |
| 2015-08-13 |
drh | Experimental code (untested) for a JSONB datatype. |
commit | commitdiff | tree | snapshot |
| 2015-08-13 |
dan | Avoid invoking system call unlink() directly from RBU... |
commit | commitdiff | tree | snapshot |
| 2015-08-12 |
dan | Avoid reading frames that have already been checkpointe... |
commit | commitdiff | tree | snapshot |
| 2015-08-12 |
drh | Add the json_object() function. |
commit | commitdiff | tree | snapshot |
| 2015-08-12 |
drh | Begin adding an extension that provides JSON SQL functions. |
commit | commitdiff | tree | snapshot |
| 2015-08-12 |
dan | Minor optimization for fts5 API xInst(). |
commit | commitdiff | tree | snapshot |
| 2015-08-12 |
dan | Add the xPhraseFirst() and xPhraseNext() fts5 APIs... |
commit | commitdiff | tree | snapshot |
| 2015-08-11 |
dan | Merge fixes from the fts5NoWarn branch. |
commit | commitdiff | tree | snapshot |
| 2015-08-08 |
drh | Fix compiler warnings and remove unreachable code. |
commit | commitdiff | tree | snapshot |
| 2015-08-08 |
drh | Fix an assert() that was in the wrong spot. |
commit | commitdiff | tree | snapshot |
| 2015-08-08 |
drh | Fix compiler warnings and remove unreachable code. |
commit | commitdiff | tree | snapshot |
| 2015-08-08 |
dan | Update RBU to avoid repreparing a statement immediately... |
commit | commitdiff | tree | snapshot |
| 2015-08-07 |
drh | Enhance the query planner so that it is able to use... |
commit | commitdiff | tree | snapshot |
| 2015-08-07 |
dan | Add a specially formatted comment to shell.c to make... |
commit | commitdiff | tree | snapshot |
| 2015-08-06 |
drh | increase the version number to 3.8.12 |
commit | commitdiff | tree | snapshot |
| 2015-08-06 |
mistachkin | Fix harmless compiler warnings in FTS5 code. fts5NoWarn |
commit | commitdiff | tree | snapshot |
| 2015-08-06 |
mistachkin | Fix duplicate test numbering in the FTS5 matchinfo... |
commit | commitdiff | tree | snapshot |
| 2015-08-05 |
dan | Add tests for the matchinfo-like test function. Fix... |
commit | commitdiff | tree | snapshot |
| 2015-08-05 |
dan | Update the spellfix virtual table extension so that... |
commit | commitdiff | tree | snapshot |
| 2015-08-05 |
dan | Fix some problems in test code detected by cppcheck. |
commit | commitdiff | tree | snapshot |
| 2015-08-05 |
dan | Remove all references to "docid" within fts5 source... |
commit | commitdiff | tree | snapshot |
| 2015-08-04 |
dan | Add new test file fts5_test_mi.c, containing an impleme... |
commit | commitdiff | tree | snapshot |
| 2015-08-04 |
drh | Improve the usage comment on sqlite3_analyzer: show... |
commit | commitdiff | tree | snapshot |
| 2015-08-04 |
dan | Update the [showdb] program so that the database file... |
commit | commitdiff | tree | snapshot |
| 2015-08-04 |
dan | Update the [showdb] program so that the database file... showdb-uri-option |
commit | commitdiff | tree | snapshot |
| 2015-08-04 |
drh | In the sqlite3_analyzer.exe utility, show the depth... |
commit | commitdiff | tree | snapshot |
| 2015-08-03 |
dan | Add the "--uri" option to utility program "showdb"... |
commit | commitdiff | tree | snapshot |
| 2015-08-03 |
drh | Allow a VIEW to reference undefined tables and function... |
commit | commitdiff | tree | snapshot |
| 2015-08-01 |
dan | Add extra tests for RBU and FTS3/4. |
commit | commitdiff | tree | snapshot |
| 2015-07-31 |
dan | Add support for "fossil deltas" to RBU and "sqldiff... |
commit | commitdiff | tree | snapshot |
| 2015-07-31 |
drh | Fix the sqlite3_stmt_busy() interface so that it always... |
commit | commitdiff | tree | snapshot |
| 2015-07-31 |
dan | Remove a duplicate "typedef struct Fts5Global Fts5Globa... |
commit | commitdiff | tree | snapshot |
| 2015-07-31 |
mistachkin | When building the VSIX package for UAP, omit the AppLoc... |
commit | commitdiff | tree | snapshot |
| 2015-07-31 |
dan | Fix a problem causing [sqldiff --rbu] to fail on tables... |
commit | commitdiff | tree | snapshot |
| 2015-07-31 |
dan | Fix a bug in the fts5 porter tokenizer preventing it... |
commit | commitdiff | tree | snapshot |
| 2015-07-30 |
dan | Add the --rbu switch to the "sqldiff" utility. |
commit | commitdiff | tree | snapshot |
| 2015-07-30 |
dan | Allow RBU tables to be named "data[0-9]*_<target>"... |
commit | commitdiff | tree | snapshot |
| 2015-07-30 |
dan | Return an error message (instead of segfaulting) if... |
commit | commitdiff | tree | snapshot |
| 2015-07-29 |
mistachkin | Support building VSIX packages for UAP using Visual... |
commit | commitdiff | tree | snapshot |
| 2015-07-29 |
mistachkin | Update Windows 10 SDK version for RTM. msvc2015 |
commit | commitdiff | tree | snapshot |
| 2015-07-29 |
mistachkin | Add SQLITE_DISABLE_INTRINSIC define to disable use... |
commit | commitdiff | tree | snapshot |
| 2015-07-29 |
drh | Fix the releasetest.tcl script so that it ignore cast... |
commit | commitdiff | tree | snapshot |
| 2015-07-29 |
drh | Version 3.8.11.1 version-3.8.11.1 |
commit | commitdiff | tree | snapshot |
| 2015-07-29 |
drh | Restore an undocumented side-effect of PRAGMA cache_siz... |
commit | commitdiff | tree | snapshot |
| 2015-07-29 |
dan | Update comments in fts5.h describing the xColumnCount... |
commit | commitdiff | tree | snapshot |
| 2015-07-29 |
drh | Increase the version number to 3.8.11.1 branch-3.8.11 |
commit | commitdiff | tree | snapshot |
| 2015-07-29 |
drh | The "PRAGMA cache_size" reads the database schema,... |
commit | commitdiff | tree | snapshot |
| 2015-07-28 |
mistachkin | Update batch build tool library paths for MSVC 2015. |
commit | commitdiff | tree | snapshot |
| 2015-07-28 |
drh | Fix the xfer optimization for WITHOUT ROWID tables... |
commit | commitdiff | tree | snapshot |
| 2015-07-27 |
drh | Clarification to the documentation for sqlite3_result_z... |
commit | commitdiff | tree | snapshot |
| 2015-07-27 |
drh | Version 3.8.11 version-3.8.11 |
commit | commitdiff | tree | snapshot |
| 2015-07-27 |
dan | Merge the fts5-btree-index branch with this one. FTS5... |
commit | commitdiff | tree | snapshot |
| 2015-07-27 |
dan | Bump the "version" field in the fts5 config table. fts5-btree-index |
commit | commitdiff | tree | snapshot |
| 2015-07-27 |
dan | Minor tweak to the SQL schema used by fts5. |
commit | commitdiff | tree | snapshot |
| 2015-07-27 |
dan | Remove a potentially undefined behaviour involving... |
commit | commitdiff | tree | snapshot |
| 2015-07-27 |
dan | Merge latest trunk changes with this branch. |
commit | commitdiff | tree | snapshot |
| 2015-07-25 |
dan | Remove a duplicated "if" condition from fts3.c. |
commit | commitdiff | tree | snapshot |
| 2015-07-25 |
dan | Fix the rowallock.test script so that it works with... |
commit | commitdiff | tree | snapshot |
| 2015-07-25 |
drh | Fix the wal3.test module so that it works with the... |
commit | commitdiff | tree | snapshot |
| 2015-07-25 |
dan | Fix a test script problem in memsubsys2.test. |
commit | commitdiff | tree | snapshot |
| 2015-07-25 |
drh | Disable the page cache bulk allocation for the shrink... |
commit | commitdiff | tree | snapshot |
| 2015-07-24 |
drh | Fix the zeroblob.test script so that it works even... |
commit | commitdiff | tree | snapshot |
| 2015-07-24 |
drh | Merge test improvements and minor fixes from trunk. |
commit | commitdiff | tree | snapshot |
| 2015-07-24 |
mistachkin | Enable the RBU extension to compile cleanly on Windows... |
commit | commitdiff | tree | snapshot |
| 2015-07-24 |
mistachkin | For Windows CE, a different header is required for... |
commit | commitdiff | tree | snapshot |
| 2015-07-24 |
dan | Fix warnings in fts5 code. |
commit | commitdiff | tree | snapshot |
| 2015-07-24 |
drh | Fix the pragma2.test module so that it works with |
commit | commitdiff | tree | snapshot |
| 2015-07-24 |
dan | Allow the RBU module to read data from appropriately... |
commit | commitdiff | tree | snapshot |
| 2015-07-24 |
dan | Fix a test script bug introduced by [562687d9]. |
commit | commitdiff | tree | snapshot |
| 2015-07-24 |
dan | Add the sqlite3_bind_zeroblob64() API. |
commit | commitdiff | tree | snapshot |
| next |