aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Version 3.8.4.3version-3.8.4.3drh2014-04-03
| | | FossilOrigin-Name: a611fa96c4a848614efe899130359c9f6fb889c3
* Increase the version number to 3.8.4.3drh2014-04-03
| | | FossilOrigin-Name: f05a49b6e006475c5b2678a1195bf67c6f2f07a4
* Use OP_Copy instead of OP_SCopy when moving results out of a subquery,drh2014-04-03
| | | | | | to prevent the subquery results from changing out from under the outer query. Fix for ticket [1e64dd782a126f48d78]. FossilOrigin-Name: ec6a06246e04eee5f25f1c28507df73b697099c0
* Version 3.8.4.2version-3.8.4.2drh2014-03-26
| | | FossilOrigin-Name: 02ea166372bdb2ef9d8dfbb05e78a97609673a8e
* Increase the version number to 3.8.4.2.drh2014-03-26
| | | FossilOrigin-Name: 59978a2e425e6f53853a4ad9dc9c7229476091fa
* Fix a potential buffer overread that could have occurred when searchingdrh2014-03-26
| | | | | a corrupt database file. FossilOrigin-Name: db2935473eab91cde3c01353ae29e112ab0c7acb
* Version 3.8.4.1version-3.8.4.1drh2014-03-11
| | | FossilOrigin-Name: 018d317b1257ce68a92908b05c9c7cf1494050d0
* Update version number to 3.8.4.1drh2014-03-11
| | | FossilOrigin-Name: 33f5694fa42d9a521ca081de4ddd1e9dc8952b16
* Add a test to see what happens if an rtree constructor encounters an ↵dan2014-03-11
| | | | | SQLITE_BUSY error. No changes to code. FossilOrigin-Name: 5527e23636eee192030f6a3c41628030b6c50bb8
* Adjustments to the cost computation for the skip-scan query plan, to takedrh2014-03-10
| | | | | into account the fact that a seek has to occur on each skip. FossilOrigin-Name: 0769eebd028ce31375cf93509a1d3687f7b117eb
* Attempt to work around MSVC's treatment of __LINE__ as a non-constant valuedrh2014-03-10
| | | | | | in "Edit and Continue" mode by avoiding the use of __LINE__ when SQLITE_VDBE_COVERAGE is not defined. FossilOrigin-Name: 0a5318bc272b844e937cb1df3a07224034bc3450
* Version 3.8.4version-3.8.4drh2014-03-10
| | | FossilOrigin-Name: 530a1ee7dc2435f80960ce4710a3c2d2bfaaccc5
* Fix a bug causing "SELECT char()" to return SQLITE_NOMEM.dan2014-03-08
| | | FossilOrigin-Name: ba39df9d4f7ffc6475ae0dc794f7d3f58c486de8
* Improved comment on the pager.c PERSIST rollback journal delete logicdrh2014-03-07
| | | | | inside of hasHotJournal(). No changes to code. FossilOrigin-Name: e5b17a9d07a35c9b44ff977ba81b93d745d26a11
* Revise change from the previous check-in to clarify the situation when ↵mistachkin2014-03-07
| | | | | handling open journal files, regardless of journal mode. FossilOrigin-Name: 1c318ef3b76e9a9a5ff2f156a9acddfc1bda0949
* Avoid calling sqlite3OsDelete() on a file that is open, since this causes ↵mistachkin2014-03-07
| | | | | Windows to run *very* slowly. Comes up on error recovery in journal_mode=PERSIST. FossilOrigin-Name: fdc651e2ec7a0babee669e24fd56632e7cd5f0e9
* Do not run corruptH.test in mmap mode.dan2014-03-06
| | | FossilOrigin-Name: c0d54b4e41cba84dc5934e0fcd03fe422fe5c92b
* Improved EXPLAIN indentation of a loop in the ANALYZE logic for STAT4.drh2014-03-06
| | | | | Mark the not-found jump of a seek operation in that loop as never taken. FossilOrigin-Name: 0a4200f95cf46ad620b9fd91f4444114a0c74730
* Remove a branch that is never taken from where.c.dan2014-03-06
| | | FossilOrigin-Name: 4a4997221f3d61c1411a993053b40c787beea736
* Cosmetic change to the shell in-memory database warning to skip coloring the ↵mistachkin2014-03-06
| | | | | trailing period. FossilOrigin-Name: c87d8e07ec596d5f0ef3003cfeb226d4b7c49549
* Fix some incorrect comments and typos in comments. Add testcase() macrosdrh2014-03-06
| | | | | to some of the new record comparison code. FossilOrigin-Name: b83cfe899d84fe9d61540e9984321ca30401638c
* Better loadable extension handling in the Win32 VFS when compiled for Cygwin.mistachkin2014-03-06
|\ | | | | FossilOrigin-Name: 29b0a4f158785449b6f3da6fcceeb63442c9711c
| * Merge updates from trunk.mistachkin2014-02-24
| |\ | | | | | | FossilOrigin-Name: 854d410ad3a2bb3af5465d933ac9535fe3f22bfe
| * | Better loadable extension handling in the Win32 VFS when compiled for Cygwin.mistachkin2014-02-21
| | | | | | | | | FossilOrigin-Name: 6676475c47558a52cb2632e92a541e13d143b2dc
* | | Better support for MinGW 4.x.mistachkin2014-03-06
|\ \ \ | | | | | | | | FossilOrigin-Name: 170e0585202eec6882e9513eba05e6d5767bfc5b
| * | | Use the modern MinGW major version macro, not the deprecated one.mistachkin2014-02-16
| | | | | | | | | | | | FossilOrigin-Name: 057c16ee9786efcad6372a29b02d743ff3d628ff
| * | | Better support for MinGW 4.x.mistachkin2014-02-14
| | | | | | | | | | | | FossilOrigin-Name: e147230767383ed9f64085b613fd18508f74be21
* | | | Always include the ctype.h header in the spellfix.c extension.drh2014-03-05
| | | | | | | | | | | | FossilOrigin-Name: bfd75f471a607b442d8cd8a7070491a158e8fb1a
* | | | Avoid running a couple of test cases that use realloc() extensively if ↵dan2014-03-05
| | | | | | | | | | | | | | | | | | | | SQLITE_MEMDEBUG is defined. FossilOrigin-Name: e406d4bb786a34cdd5dd23ed39f35dfce3e1cabd
* | | | Fix a harmless compiler warning on MSVC.drh2014-03-05
| | | | | | | | | | | | FossilOrigin-Name: 0723effc9ccae7c660fb847b36ce9324e0cb5042
* | | | Add SQLITE_OMIT_CTE to the list of compile options that might be returned by ↵dan2014-03-05
| | | | | | | | | | | | | | | | | | | | "PRAGMA compile_options". FossilOrigin-Name: f33f2b3f924347e3da26741d153749330cb645ec
* | | | Add tests to join.test to verify that it is not possible to use more than 64 ↵dan2014-03-05
| | | | | | | | | | | | | | | | | | | | tables in a join. FossilOrigin-Name: ef1a998625e1fc051732228844388d6c59665382
* | | | Count the number of elements in a SrcList object using an "int" rather thandrh2014-03-05
| | | | | | | | | | | | | | | | | | | | | | | | a "u8", to avoid overflows and to work around an issue in the C compiler on AIX. FossilOrigin-Name: eee2a13f2caa48b7b8a693680edc2bbc9275292c
* | | | Add a test case for the problem fixed by [1d134ba2ed].dan2014-03-05
| | | | | | | | | | | | FossilOrigin-Name: d4fbc05df9501a09623d420fcd5b2bce3a57201b
* | | | When converting a result type from TEXT to BLOB using thedrh2014-03-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | sqlite3_value_blob() interface, continue to report SQLITE_TEXT as the true type from sqlite3_value_text() as long as that text is still valid. The maintains legacy behavior from before the noMemType change. FossilOrigin-Name: 1d134ba2edbdb8c0cf9e99590a69cd17e0b874a9
* | | | Separate the column NULL value constant into a separate routine for greaterdrh2014-03-05
| | | | | | | | | | | | | | | | | | | | commonality with the sessions branch. FossilOrigin-Name: 12cbebb997705e37769460e00a4aaa52c12f305e
* | | | Remove the redundant memType field from struct Mem.dan2014-03-05
|\ \ \ \ | | | | | | | | | | FossilOrigin-Name: 9e8528578966e4f1a16d63333de648fd8cdaf0f2
| * | | | Experimental simplification of memory flags/type handling.mistachkin2014-03-05
| | | | | | | | | | | | | | | FossilOrigin-Name: bac2820e13a79d91d0f8938c643134a9d6900327
* | | | | Do not run corruptI.test with the mmap permutation.dan2014-03-05
|/ / / / | | | | | | | | FossilOrigin-Name: 378b290da85cadc1acba081322d1f0e8d7694e17
* | | | Avoid indexing off the front end of an array when creating a view withdrh2014-03-04
| | | | | | | | | | | | | | | | | | | | two or more blank column names in the SELECT statement that defines the view. FossilOrigin-Name: 554501f158534f9c27fd51900589c2ab7cf300d8
* | | | Fix a problem with "DEFAULT (-(-9223372036854775808))" clauses in ALTER ↵dan2014-03-04
| | | | | | | | | | | | | | | | | | | | TABLE ... ADD COLUMN commands. FossilOrigin-Name: e072cb3ee2a03d786c08230cecc6e970de2cec5b
* | | | Fix a potential memory use-after-free problem following an OOM error.drh2014-03-04
| | | | | | | | | | | | FossilOrigin-Name: 767ccb1fa11b3e7b895fb8c2e91f79e3b4202907
* | | | Fix an assert() so that it takes OOM errors into account.drh2014-03-04
| | | | | | | | | | | | FossilOrigin-Name: 53f6ec792f5f62fcdbf25e0fce5545dd1c3048a4
* | | | Ensure that BtreeMovetoUnpacked() does not try to invoke xRecordCompare when ↵dan2014-03-04
| | | | | | | | | | | | | | | | | | | | it is set to NULL. FossilOrigin-Name: 2879234b7c373be422af3fe180cae9840943e29a
* | | | Improve clarity of presentation in the sqlite3VdbeMemFromBtree() routine.drh2014-03-04
| | | | | | | | | | | | FossilOrigin-Name: 9830c343bc954b828f6ca752f8ae63e2c0a980c1
* | | | Fix comment in test.mistachkin2014-03-04
| | | | | | | | | | | | FossilOrigin-Name: 1e57f67b20a1c01ede36d684be628e9270bf109a
* | | | Fix minor typos in the new test file.mistachkin2014-03-04
| | | | | | | | | | | | FossilOrigin-Name: 3cbb9b1b4f8c5c2735799e84dc80614586222cd2
* | | | Add tests to verify the fix for bug [4ef7e3cfca].dan2014-03-04
| | | | | | | | | | | | FossilOrigin-Name: 62410bb8a7b33efcd13bce8fd75b83523922adb8
* | | | Fix name resolution problem in sub-selects within triggers, ticket [4ef7e3cfca].mistachkin2014-03-04
| | | | | | | | | | | | FossilOrigin-Name: 5bcd0b1ca5d73ffbe7978ee9d73fe5e769e3d3a2
* | | | Fix harmless compiler warning.mistachkin2014-03-04
| | | | | | | | | | | | FossilOrigin-Name: 8d18a803bdeab290a6e9ff26911897f5f8683876