- 336bfad Version 3.19.4 by drh ยท 8 years ago version-3.19.4
- 3517858 Use batch atomic writes when running on a recent F2FS filesystem, if compiled by drh ยท 8 years ago
- 0894a5c Move the generation of output column names earlier, to right after name by drh ยท 8 years ago
- d811aaa Correctly handle an "INTEGER PRIMARY KEY UNIQUE" column in a WITHOUT ROWID by drh ยท 8 years ago
- 1e8ce3a Increase the version number to 3.19.4 by drh ยท 8 years ago
- fa58e65 Merge further enhancements to the batch-atomic-write subsystem. by drh ยท 8 years ago batch-atomic-write-3.19
- 2fc2f92 Disable the writecrash.test module on Windows. by drh ยท 8 years ago batch-atomic-write
- 9e61104 More precise determination of when an in-memory journal needs to be by drh ยท 8 years ago
- 344f763 Add new extended error codes for the atomic write file-controls. by drh ยท 8 years ago
- 2912da0 Add new test file test/atomic.test. by dan ยท 8 years ago
- ecf0cfe Backport of all batch-atomic-write changes through check-in [67bad7fb9b] by drh ยท 8 years ago
- a66632d Add the SQLITE_ENABLE_BATCH_ATOMIC_WRITE macro to ctime.c by drh ยท 8 years ago
- 77b4f52 Do not set device-capabilities flags SEQUENTIAL or SAFE_APPEND for f2fs by dan ยท 8 years ago
- e50dc1d Do now allow the geometry object in the right operand of a MATCH operator in by drh ยท 8 years ago
- 33447e7 Add a test for the outcome of a process crash within an xWrite VFS method call. by dan ยท 8 years ago
- 4da30f8 Add the "atomic-batch-write" permutation to permutations.test. This by dan ยท 8 years ago
- 2df9478 Keep batch-atomic-writes turned on for journal_mode=MEMORY, but turn them by drh ยท 8 years ago
- d76dba7 Omit unused batch-atomic-write code if SQLITE_ENABLE_BATCH_ATOMIC_WRITE is by drh ยท 8 years ago
- 9d70954 Use ioctl(F2FS_IOC_GET_FEATURES) to determine whether or not atomic batch by dan ยท 8 years ago
- 172861b Fix typo in comment. No changes to code. by mistachkin ยท 8 years ago
- d080e3d Additional documentation on the new VFS interface. No changes to code. by drh ยท 8 years ago
- 35270d2 Add the documentation text for the new VFS interfaces used by batch-atomic by drh ยท 8 years ago
- 94e32ac Transform two #ifdef statements into #if statements. by drh ยท 8 years ago
- d67a977 Split SQLITE_ENABLE_ATOMIC_WRITE into two options - the original and by dan ยท 8 years ago
- efe1697 Add support for F2FS atomic writes. Untested at this point. by dan ยท 8 years ago
- 4562d0d Enhance the built-in date/time functions so that they can be used in by drh ยท 8 years ago
- 2fbeb7e New test cases for date/time functions in indexes on expressions, in the by drh ยท 8 years ago index-on-date-func
- 6e97f8e Combine the Parse.ckBase and Parse.iSelfTab fields into just Parse.iSelfTab. by drh ยท 8 years ago
- 3e34eab Allow indexes to be created on date/time functions as long as the 'now' by drh ยท 8 years ago
- 885f410 Remove some 'breakpoint' commands in test files. by mistachkin ยท 8 years ago
- d4603a2 Add further tests to unionvtab.test. by dan ยท 8 years ago
- 466004d Add VFS interfaces needed to make use of batch atomic write capabilities by drh ยท 8 years ago
- 7f3d20a Fix a crash in unionvtab caused by a misconfiguration. Add other test cases by dan ยท 8 years ago
- 5a75dd8 Fix shell.c.in so that it aligns with shell.c. by drh ยท 8 years ago
- ff0a4ed Add test cases and fix minor error-handling issues in unionvtab.c. by dan ยท 8 years ago
- aecd438 Fix duplicate test name. No changes to code. by mistachkin ยท 8 years ago
- 3935ce8 Fix another harmless compiler warning. Get the MSVC makefile working with unionvtab. by drh ยท 8 years ago
- 65e0f11 Suppress harmless compiler warnings in union-vtab. by drh ยท 8 years ago
- a185323 Remove an unused variable from unionvtab.c. by dan ยท 8 years ago
- 859e4a7 Improve the readability of the unionvtab code. by dan ยท 8 years ago
- 090f68a Have unionvtab support constraints on the column that corresponds to the by dan ยท 8 years ago
- 8342aa0 Add test cases to unionvtab.test. by dan ยท 8 years ago
- 53e86ab Add the union-vtab extension - still experimental and under active development. by drh ยท 8 years ago
- 46133d9 Do not use the flattening optimization for a sub-query on the RHS of a LEFT by dan ยท 8 years ago
- bbccd52 Avoid creating an automatic index on the RHS of a LEFT JOIN to optimize an IS by dan ยท 8 years ago
- 80f134c Change the default command-line shell history depth to 2000 lines. by drh ยท 8 years ago
- 16bab5a Add test cases to test/unionvtab.test. by dan ยท 8 years ago
- bcd303a Enhance error detection and fix other issues in unionvtab code. by dan ยท 8 years ago
- b98ca04 Merge all changes from branch-3.20. Improvements to the fts5() extension by drh ยท 8 years ago
- 06d4940 Interchange to branches within an "if" statement in sqlite3_value_pointer() by drh ยท 8 years ago
- 72495b4 Improved the interface to the fts5() extension mechanism for enhanced security. by drh ยท 8 years ago
- bd3028d Merge the pointer-type enhancement from the 3.20 branch. by drh ยท 8 years ago
- aabebc2 Comment changes clarifying details of the pointer-type parameter. No by drh ยท 8 years ago
- 0357713 Add the pointer-type parameter to sqlite3_bind_pointer(), by drh ยท 8 years ago
- 9a541c0 Improve the sqlite3_result_pointer() interface so that it cannot be faked by drh ยท 8 years ago pointer-types
- ae3ec3f Add an experimental "pointer type" parameter to sqlite3_bind_pointer(), by drh ยท 8 years ago
- d8ecefa Add the "unionvtab" virtual table extension in ext/misc/unionvtab.c. by dan ยท 8 years ago
- fe8eadc Merge the fix for ticket [a4e06e75a9ab61a12] from trunk. by drh ยท 8 years ago
- 3963e58 Fix a register allocation problem in PRAGMA integrity_check that caused by drh ยท 8 years ago
- e7c6f97 Fix a missing \n at the end of a comment causing a line to be too long. by drh ยท 8 years ago
- a4e54e8 Enhance the showstat4 utility program to show the full precision of by drh ยท 8 years ago
- a4d770c Minor change to one of the command-line shell test scripts to make that by drh ยท 8 years ago
- 13c6fc5 First release candidate for version 3.20.0. by drh ยท 8 years ago
- cb0d3ba Fix another minor problem in test file like.test. by dan ยท 8 years ago
- a50b309 Fix test problems causing the "prepare" permutation test to fail. by dan ยท 8 years ago
- 04ed43d Fix test problems with stmtvtab1.test under some permutations. by dan ยท 8 years ago
- 858205d Fix a typo in a comment used to generate documentation. No code changes. by drh ยท 8 years ago
- 749e4a9 Identify requirements text in the SQLITE_DBCONFIG_ENABLE_QPSG documentation. by drh ยท 8 years ago
- 3cef364 Add requirements marks for some of the new features in the 3.20 release. by drh ยท 8 years ago
- 380c7ce Tweak Makefile.in so that testfixture can be built with the by dan ยท 8 years ago
- 0e6b830 Modify mkopcodeh.tcl so that it can handle "same as" opcodes with values by dan ยท 8 years ago
- c9fb27b In the LSM1 virtual table, dequote the filename before opening the file. by drh ยท 8 years ago
- 59541d7 Changes to the LSM1 Tcl tests to make things work on Win32. by mistachkin ยท 8 years ago
- a199ffc Include a hint in the header comment of the LSM1 makefile about how to by drh ยท 8 years ago
- aa15168 Update the Makefile for LSM1 so that the LSMOPTS can be set prior to by drh ยท 8 years ago
- 3eddffd Fix a typo in the header comment to the remember extension. No code changes. by drh ยท 8 years ago
- e83b847 Change the name of the STMT virtual table to SQLITE_STMT. Also remove the by drh ยท 8 years ago
- 923260c Minor updates to requirements marks and documention. No changes to code. by drh ยท 8 years ago
- 4b8035e6 Add very simple tcl tests for the lsm1 extension. by dan ยท 8 years ago
- 17ca226 Minor tweaks to documentation. No code changes. by drh ยท 8 years ago
- 968d871 Fix harmless compiler warnings in the readline tab-completion logic of the by drh ยท 8 years ago
- 33b46ee Improved documentation for the new sqlite3_bind_pointer() interface and its by drh ยท 8 years ago
- 4ba5f33 Improvements to the documentation for SQLITE_PREPARE_PERSISTENT. by drh ยท 8 years ago
- 06aecf0 Fix documentation typo. No changes to code. by drh ยท 8 years ago
- c940750 Update header comments on the carray() and remember() extensions to bring by drh ยท 8 years ago
- 96b1003 Add new interfaces sqlite3_bind_pointer(), sqlite3_result_pointer(), and by drh ยท 8 years ago
- 4c997c6 Fix an incorrect type signature for the loadable extension pointer by drh ยท 8 years ago bind-pointer
- 5587d86 Add the three new pointer interfaces to the loadable extension mechanism. by drh ยท 8 years ago
- d43748a Update the FTS3 extension to use sqlite3_result_pointer() and by drh ยท 8 years ago
- 3fb4060 Merge the latest changes from trunk. by drh ยท 8 years ago
- 0c24330 Smaller and faster implementation for vdbeFreeOpArray() and freeP4(). by drh ยท 8 years ago
- 7ccf95d Fix harmless compiler warnings about incomplete structure initializers. by drh ยท 8 years ago
- 980a89e Remove unnecessary EP_Leaf settings on the Expr object. by drh ยท 8 years ago
- 971ecd7 The EP_Resolved flag on the Expr object is not required for correctness nor by drh ยท 8 years ago
- ec360a8 Clarification and simplification and result column naming logic. by drh ยท 8 years ago
- 47ebd4c Fix a problem in an lsmtest test case caused by writing data in "text" mode by dan ยท 8 years ago
- f0f44b7 Compile cleanly with SQLITE_OMIT_UTF16. by drh ยท 8 years ago
- 1cd523c In lsm, attempt to unmap the database file before truncating it when by dan ยท 8 years ago
- 416b869 Simplify the way in which the database file is truncated when the last by dan ยท 8 years ago
- 8999798 Fix harmless compiler warnings in the core. by drh ยท 8 years ago