2015-12-30 |
drh | Enhance the command-line shell to handle MBCS character... mbcs-shell |
commit | commitdiff | tree |
2015-12-30 |
drh | Add the json_group_array() and json_group_object()... |
commit | commitdiff | tree |
2015-12-24 |
drh | Avoid a harmless compiler warning on systems where... |
commit | commitdiff | tree |
2015-12-23 |
dan | Fix some harmless gcc compiler warnings. Mostly in... |
commit | commitdiff | tree |
2015-12-23 |
drh | Enhance the 'utc' modifier on date/time functions so... |
commit | commitdiff | tree |
2015-12-21 |
drh | Ensure that the Expr objects that describe indexed... |
commit | commitdiff | tree |
2015-12-18 |
drh | Micro-optimizations and comment fixes on the mem5.c... |
commit | commitdiff | tree |
2015-12-17 |
drh | Fix the spellfix1_scriptcode() function to ignore white... |
commit | commitdiff | tree |
2015-12-17 |
drh | Fixes for harmless compiler warnings. |
commit | commitdiff | tree |
2015-12-16 |
mistachkin | Fix even more harmless compiler warnings. |
commit | commitdiff | tree |
2015-12-16 |
mistachkin | Fix some more harmless compiler warnings. |
commit | commitdiff | tree |
2015-12-16 |
mistachkin | Fix compiler warning seen with MSVC. |
commit | commitdiff | tree |
2015-12-16 |
drh | Make greater use of the SQLITE_WITHIN macro. |
commit | commitdiff | tree |
2015-12-15 |
dan | Update the mkautoconfamal.sh script to make the buildin... |
commit | commitdiff | tree |
2015-12-15 |
drh | Add the SQLITE_OMIT_PARSER_TRACE compile-time option. |
commit | commitdiff | tree |
2015-12-14 |
dan | Add a missing memAboutToChange() macro to vdbe.c, the... |
commit | commitdiff | tree |
2015-12-11 |
dan | Add a new assert() statement to the snapshot-specific... |
commit | commitdiff | tree |
2015-12-11 |
drh | Simplified alignment constraints in the memory reuse... |
commit | commitdiff | tree |
2015-12-11 |
drh | Add the experimental snapshot interface. Because it... |
commit | commitdiff | tree |
2015-12-11 |
drh | Fix a memory allocation bug introduced last week by... |
commit | commitdiff | tree |
2015-12-11 |
drh | Mention that the snapshot interfaces are only available... snapshot-get |
commit | commitdiff | tree |
2015-12-11 |
drh | Disable the snapshot test scripts if not compiled with... |
commit | commitdiff | tree |
2015-12-11 |
drh | Fix a variable type mismatch problem in the snapshot... |
commit | commitdiff | tree |
2015-12-11 |
drh | Fix a bad assert related to snapshots. |
commit | commitdiff | tree |
2015-12-10 |
drh | Snapshot documentation updates. Comment changes only... |
commit | commitdiff | tree |
2015-12-10 |
dan | Update the sqlite3_snapshot_get() API so that if the... |
commit | commitdiff | tree |
2015-12-10 |
dan | Add tests to snapshot.test. |
commit | commitdiff | tree |
2015-12-10 |
dan | Return SQLITE_BUSY (not SQLITE_BUSY_SNAPSHOT) if sqlite... |
commit | commitdiff | tree |
2015-12-10 |
dan | Add tests to ensure that an sqlite3_snapshot_open(... |
commit | commitdiff | tree |
2015-12-10 |
drh | Move pointer range comparisons into a macro, where... |
commit | commitdiff | tree |
2015-12-10 |
dan | Have sqlite3_snapshot_open() avoid a race condition... |
commit | commitdiff | tree |
2015-12-10 |
drh | Move pointer range comparisons into a macro, where... stdint.h |
commit | commitdiff | tree |
2015-12-10 |
mistachkin | Fix spacing typo in comment. No changes to code. |
commit | commitdiff | tree |
2015-12-10 |
drh | Add the nBackfillAttempted field in formerly unused... |
commit | commitdiff | tree |
2015-12-09 |
dan | Update sqlite3_snapshot_open() to reduce the chances... |
commit | commitdiff | tree |
2015-12-09 |
drh | Further simplifications to the VDBE code generation... |
commit | commitdiff | tree |
2015-12-09 |
drh | Simplification of the DROP TRIGGER logic using sqlite3N... |
commit | commitdiff | tree |
2015-12-09 |
drh | Merge unrelated fixes from trunk. |
commit | commitdiff | tree |
2015-12-08 |
drh | Changes to avoid undefined behavior in memset() and... |
commit | commitdiff | tree |
2015-12-08 |
drh | Avoid doing comparisons with pointers that might have... |
commit | commitdiff | tree |
2015-12-08 |
drh | Add a test case of the form "WHERE a<2 OR a<3" using... |
commit | commitdiff | tree |
2015-12-08 |
mistachkin | Update the TclKit download URL. |
commit | commitdiff | tree |
2015-12-07 |
mistachkin | Update MSVC batch build tool to the latest Windows... |
commit | commitdiff | tree |
2015-12-07 |
drh | Add the ".changes ON|OFF" command to the sqlite3.exe... |
commit | commitdiff | tree |
2015-12-07 |
drh | Fix the openDirectory() routine in the unix VFS so... |
commit | commitdiff | tree |
2015-12-07 |
drh | Changes to avoid obscure, theoretical undefined behavio... |
commit | commitdiff | tree |
2015-12-07 |
dan | Add tests for snapshot_get(), _open() and _free(). |
commit | commitdiff | tree |
2015-12-05 |
dan | Add untested implementations of experimental APIs sqlit... |
commit | commitdiff | tree |
2015-12-04 |
drh | Remove the dependence on "exec ls -U" from the vtabH... |
commit | commitdiff | tree |
2015-12-04 |
drh | Prevent a segfault on Solaris in the test_fs.c due... |
commit | commitdiff | tree |
2015-12-03 |
drh | Fix typos in requirements text and update requirements... |
commit | commitdiff | tree |
2015-12-03 |
drh | Improved OOM recovery in the SELECT code generator... |
commit | commitdiff | tree |
2015-12-03 |
drh | Make the SQLITE_ENABLE_8_3_NAMES compile-time option... |
commit | commitdiff | tree |
2015-12-03 |
drh | Cleaner code and additional comments on the handling... |
commit | commitdiff | tree |
2015-12-03 |
drh | Make the sqlite3_status64(), sqlite3_strlike(), and |
commit | commitdiff | tree |
2015-12-03 |
dan | Fix threadtest3 so that it builds using the autoconf... |
commit | commitdiff | tree |
2015-12-03 |
dan | Improve concurrency in test_multiplex.c. Add a switch... |
commit | commitdiff | tree |
2015-12-03 |
drh | A unix VFS change replaces fsync() with fstat() when... |
commit | commitdiff | tree |
2015-12-02 |
drh | Remove unreachable branches from the decltype computati... |
commit | commitdiff | tree |
2015-12-02 |
dan | Have the sqlite3_column_decltype() API report the decla... |
commit | commitdiff | tree |
2015-12-02 |
drh | Fix an incorrect, though harmless, assert() in the... |
commit | commitdiff | tree |
2015-12-02 |
drh | Remove more (dead) SQLITE_FCNTL_WAL_BLOCK logic from... |
commit | commitdiff | tree |
2015-12-02 |
drh | Remove an unreachable branch from the unixMapfile(... |
commit | commitdiff | tree |
2015-12-02 |
drh | Minor simplifications to the unix VFS. |
commit | commitdiff | tree |
2015-12-02 |
drh | Change the SQLITE_NO_SYNC compile-time option to call... |
commit | commitdiff | tree |
2015-12-02 |
drh | Fix a (harmless) off-by-one error in the unix VFS logic... |
commit | commitdiff | tree |
2015-12-02 |
drh | Simplification of the logic used to take the process... |
commit | commitdiff | tree |
2015-12-02 |
drh | Remove all traces of SQLITE_FCNTL_WAL_BLOCK from the... |
commit | commitdiff | tree |
2015-12-01 |
drh | Simplification to the posix_fallocate() replacement... |
commit | commitdiff | tree |
2015-12-01 |
drh | Add the SQLITE_LIKE_DOESNT_MATCH_BLOBS compile-time... |
commit | commitdiff | tree |
2015-12-01 |
drh | The test_fs.c test module now works on Windows. |
commit | commitdiff | tree |
2015-12-01 |
drh | Simplification to the read and write primatives in... |
commit | commitdiff | tree |
2015-11-30 |
mistachkin | Add experimental support for the 'test_fs' test module... testFsWin32 |
commit | commitdiff | tree |
2015-11-30 |
drh | Add the SQLITE_PRINTF_PRECISION_LIMIT compile-time... |
commit | commitdiff | tree |
2015-11-30 |
drh | Fix a problem in xFullPathname for the unix VFS. The... |
commit | commitdiff | tree |
2015-11-30 |
drh | The EOVERFLOW errors from fstat() is not possible unles... |
commit | commitdiff | tree |
2015-11-30 |
drh | Fix the threadtest3 test program so that it works with... |
commit | commitdiff | tree |
2015-11-30 |
dan | Add the "colUsed" field to the sqlite3_index_info struc... |
commit | commitdiff | tree |
2015-11-30 |
drh | Simplifications to the locking logic in the unix-dotfil... |
commit | commitdiff | tree |
2015-11-29 |
drh | Fix the sqldiff utility program so that it works for... |
commit | commitdiff | tree |
2015-11-28 |
drh | Improvements to temporary file creation logic in the... |
commit | commitdiff | tree |
2015-11-28 |
drh | Add the SQLITE_FCNTL_VFS_POINTER file control which... |
commit | commitdiff | tree |
2015-11-28 |
drh | Disable testing with SQLITE_USER_AUTHENTICATION as... |
commit | commitdiff | tree |
2015-11-26 |
drh | The first argument to SQLITE_CONFIG_PAGECACHE, SQLITE_C... |
commit | commitdiff | tree |
2015-11-26 |
dan | Add the "colUsed" field to the sqlite3_index_info struc... vtab-colused |
commit | commitdiff | tree |
2015-11-26 |
dan | Fix a problem with the userauth extension and no-authen... |
commit | commitdiff | tree |
2015-11-26 |
drh | Simplify logic for syncing directories after creating... |
commit | commitdiff | tree |
2015-11-26 |
drh | Small simplification to the xOpen method in the unix... |
commit | commitdiff | tree |
2015-11-25 |
drh | Simplify the temporary filename generator and the time... |
commit | commitdiff | tree |
2015-11-25 |
drh | Fix harmless compiler warnings in test_fs.c. Fix typos... |
commit | commitdiff | tree |
2015-11-25 |
dan | Update test_fs.c to include a virtual table that reads... |
commit | commitdiff | tree |
2015-11-25 |
drh | Make the xAccess method of the unix VFS smaller and... |
commit | commitdiff | tree |
2015-11-25 |
drh | Remove unused methods from the unix VFS. |
commit | commitdiff | tree |
2015-11-25 |
drh | Simplification of the error code translator in os_unix... |
commit | commitdiff | tree |
2015-11-25 |
dan | Fix the fts5 "prefix=" option to match the documentatio... |
commit | commitdiff | tree |
2015-11-25 |
drh | Enhancement the virtual table interface to support... |
commit | commitdiff | tree |
2015-11-24 |
drh | Add the sqlite3_strlike() interface, which might be... vtab-like-operator |
commit | commitdiff | tree |
2015-11-24 |
dan | Fix a problem in whereexpr.c causing a crash while... |
commit | commitdiff | tree |
2015-11-24 |
drh | Fix harmless compiler warnings in the TCL test harness... |
commit | commitdiff | tree |
2015-11-24 |
dan | Merge latest trunk changes with this branch. |
commit | commitdiff | tree |
next |