2023-10-30 |
dan | Fix problems with previous commit on Makefile.msc.... shell-build-changes |
commit | commitdiff | tree |
2023-10-30 |
dan | Add FTS5 to default Makefile.msc builds. And UNKNOWN_SQ... |
commit | commitdiff | tree |
2023-10-30 |
larrybr | Predicate Windows CLI UTF-8 console I/O on a runtime... |
commit | commitdiff | tree |
2023-10-30 |
larrybr | Predicate Windows CLI UTF-8 console I/O on a runtime... |
commit | commitdiff | tree |
2023-10-30 |
drh | With SQLITE_ENABLE_BLOCK_ATOMIC_WRITE enabled, if a... |
commit | commitdiff | tree |
2023-10-29 |
larrybr | For Windows CLI, institute a version check to determine... |
commit | commitdiff | tree |
2023-10-29 |
larrybr | Simplify code slightly. Improve comments on added code... |
commit | commitdiff | tree |
2023-10-29 |
larrybr | Properly close a handle. Use a putatively effective... |
commit | commitdiff | tree |
2023-10-29 |
larrybr | Condition default UTF-8 console I/O for Windows builds... |
commit | commitdiff | tree |
2023-10-28 |
drh | Limit the range of integer unix timestamps in date4... |
commit | commitdiff | tree |
2023-10-28 |
drh | Update documentation for sqlite3_errmsg() to try to... |
commit | commitdiff | tree |
2023-10-28 |
drh | Since SQLite considers NaN to be like NULL and NULL... |
commit | commitdiff | tree |
2023-10-28 |
stephan | Remove the SQLITE_MAX_ALLOCATION_SIZE flag (set to... |
commit | commitdiff | tree |
2023-10-27 |
larrybr | Fix cosmetic flaw in SQLITE_TXN_* doc. (no code change) |
commit | commitdiff | tree |
2023-10-27 |
drh | Disable two rtree test cases for Linux-i686. We do... |
commit | commitdiff | tree |
2023-10-27 |
drh | Add makefile targets for fuzzcheck-asan and fuzzcheck... |
commit | commitdiff | tree |
2023-10-27 |
dan | Fix to Makefile.in so that the "tool-zip" target can... |
commit | commitdiff | tree |
2023-10-27 |
larrybr | Cleanup shell.c comments. Hide -utf8 option, as it... |
commit | commitdiff | tree |
2023-10-27 |
drh | Back out [2904fcbeebba9189], mostly. The page bitmap... |
commit | commitdiff | tree |
2023-10-26 |
larrybr | In CLI for Windows builds, do MBCS/UTF-8 translation... |
commit | commitdiff | tree |
2023-10-26 |
larrybr | Handle utf8 mode restore better for redirected input... |
commit | commitdiff | tree |
2023-10-26 |
drh | Enhance the "tool-zip" makefile target on Windows so... |
commit | commitdiff | tree |
2023-10-26 |
drh | Further enhancements to make sure the correct returnnin... |
commit | commitdiff | tree |
2023-10-26 |
dan | Handle the case where a virtual table xBestIndex method... |
commit | commitdiff | tree |
2023-10-26 |
larrybr | Ready for merge, but could use testing on some dusty... |
commit | commitdiff | tree |
2023-10-26 |
drh | Deal with the case of a reentrant INSERT on a virtual... |
commit | commitdiff | tree |
2023-10-25 |
larrybr | Cure a harmless MSVC warning. (no other changes) |
commit | commitdiff | tree |
2023-10-25 |
larrybr | In CLI for Windows builds, do MBCS/UTF-8 translation... |
commit | commitdiff | tree |
2023-10-25 |
dan | Updates to the mktoolzip.tcl to work on win32. win32-mktoolzip |
commit | commitdiff | tree |
2023-10-25 |
drh | Fix harmless compiler warnings. |
commit | commitdiff | tree |
2023-10-25 |
drh | Provide dummy parameter names in the prototype for... |
commit | commitdiff | tree |
2023-10-25 |
drh | Fix minor problems with the "showwal" utility program... |
commit | commitdiff | tree |
2023-10-25 |
drh | Test module altermalloc3.test requires DQS_DDL to be... |
commit | commitdiff | tree |
2023-10-25 |
drh | Add an ALWAYS on branch that was made always-true by... |
commit | commitdiff | tree |
2023-10-25 |
drh | When doing a DISTINCT aggregate that contains an ORDER... |
commit | commitdiff | tree |
2023-10-25 |
drh | Fix the amalgamation generator so that when it is repor... |
commit | commitdiff | tree |
2023-10-25 |
drh | Enhance the new xIntegrity method of the sqlite3_module... |
commit | commitdiff | tree |
2023-10-24 |
drh | Implement check-in [477577120b897bf1] differently,... |
commit | commitdiff | tree |
2023-10-24 |
drh | Test cases for COLLATE and NULLS FIRST/LAST in the... |
commit | commitdiff | tree |
2023-10-24 |
drh | New #ifdefs to fix certain compile-time options. |
commit | commitdiff | tree |
2023-10-24 |
dan | Fix a problem with the fts5 highlight() and snippet... |
commit | commitdiff | tree |
2023-10-24 |
dan | Fix a problem with the fts5 highlight() and snippet... fts5-trigram-snippet-fix |
commit | commitdiff | tree |
2023-10-24 |
larrybr | Spelling improvements, in comments only |
commit | commitdiff | tree |
2023-10-24 |
larrybr | Spelling improvements, in comments only |
commit | commitdiff | tree |
2023-10-24 |
drh | Fix various harmless scan-build warnings. |
commit | commitdiff | tree |
2023-10-24 |
drh | Fix a harmless compiler warning in the expert extension. |
commit | commitdiff | tree |
2023-10-23 |
drh | Fix a minor typo in the previous. |
commit | commitdiff | tree |
2023-10-23 |
drh | Add notes on how to build a statically linked version... |
commit | commitdiff | tree |
2023-10-23 |
drh | Add the sqlite3res file to the Windows build of sqldiff... |
commit | commitdiff | tree |
2023-10-23 |
dan | Avoid attempting to delete a file while it is open... |
commit | commitdiff | tree |
2023-10-23 |
dan | Revert an earlier change that considered passing a... |
commit | commitdiff | tree |
2023-10-23 |
drh | New test cases for PRAGMA integrity_check against FTS4... |
commit | commitdiff | tree |
2023-10-23 |
dan | Fix mutex1.test to take into account that the prng... |
commit | commitdiff | tree |
2023-10-23 |
drh | Improved error messages for the xIntegrity method in... |
commit | commitdiff | tree |
2023-10-23 |
drh | Fix sqlite3ExprDup() alignment assertions so that they... |
commit | commitdiff | tree |
2023-10-23 |
drh | Temporarily disable the ext/expert/expert1-6.0 test... |
commit | commitdiff | tree |
2023-10-23 |
dan | Add an SQLITE_OMIT_VIRTUALTABLE block around the new... |
commit | commitdiff | tree |
2023-10-23 |
dan | Add missing test file fts3fault3.test. Should have... |
commit | commitdiff | tree |
2023-10-23 |
larrybr | Merge fixes for expert handling of UDFs and other UD... |
commit | commitdiff | tree |
2023-10-23 |
drh | Fix the shell1.test test so to align with the new behav... |
commit | commitdiff | tree |
2023-10-23 |
larrybr | Clear some picky warnings, sync w/trunk. expert-enhancement |
commit | commitdiff | tree |
2023-10-22 |
drh | Fix [f5c01676fd281e93] so that it always preserves... |
commit | commitdiff | tree |
2023-10-22 |
drh | Do not do backslash excape processing on any unquoted... |
commit | commitdiff | tree |
2023-10-22 |
stephan | JNI: improve UB protections in sqlite3_bind_blob/text... |
commit | commitdiff | tree |
2023-10-22 |
stephan | Add missing ScalarFunction.java to JNI build. |
commit | commitdiff | tree |
2023-10-21 |
drh | In the CLI, do not translate unquoted backslash escapes... |
commit | commitdiff | tree |
2023-10-21 |
drh | Remove a branch that cannot affect the outcome from... |
commit | commitdiff | tree |
2023-10-21 |
drh | Replace the patch at [5cb61c6788d7c017] with a better... |
commit | commitdiff | tree |
2023-10-21 |
dan | Fix a problem allowing a COMMIT following an OOM to... |
commit | commitdiff | tree |
2023-10-21 |
drh | Add the SQLITE_TESTCTRL_FK_NO_ACTION test control.... |
commit | commitdiff | tree |
2023-10-21 |
drh | Extra comment on the implementation of SQLITE_TESTCTRL_... fknoaction |
commit | commitdiff | tree |
2023-10-21 |
dan | Add missing "finish_test" to sessionnoact.test. |
commit | commitdiff | tree |
2023-10-21 |
dan | Fix a problem with SQLITE_CHANGESETAPPLY_FKNOACTION... |
commit | commitdiff | tree |
2023-10-21 |
drh | Add SQLITE_TESTCTRL_FK_NO_ACTION. |
commit | commitdiff | tree |
2023-10-21 |
drh | Adjust an EXPLAIN QUERY PLAN output in scanstatus2... |
commit | commitdiff | tree |
2023-10-21 |
drh | Compress the content of the status line in testrunning... |
commit | commitdiff | tree |
2023-10-21 |
drh | Create the new string_agg(X,Y) aggregate function which... |
commit | commitdiff | tree |
2023-10-21 |
drh | Avoid an unnecessary malloc() for the page usage bitmap... |
commit | commitdiff | tree |
2023-10-21 |
drh | Fix a test case broken by the previous check-in. string_agg |
commit | commitdiff | tree |
2023-10-20 |
drh | Add string_agg(X,Y) as an alias for group_concat(X... |
commit | commitdiff | tree |
2023-10-20 |
dan | Fix a problem allowing a COMMIT following an OOM to... |
commit | commitdiff | tree |
2023-10-20 |
drh | Fix PRAGMA integrity_check so that it does not raise... |
commit | commitdiff | tree |
2023-10-20 |
drh | Omit some redundant calls to strlen() used to find... |
commit | commitdiff | tree |
2023-10-20 |
drh | Improvements to the sqlite3ExprDup() logic for faster... |
commit | commitdiff | tree |
2023-10-20 |
dan | Add the SQLITE_CHANGESETAPPLY_FKNOACTION flag to sqlite... |
commit | commitdiff | tree |
2023-10-20 |
drh | Simplifications and optimizations to the Expr object... |
commit | commitdiff | tree |
2023-10-20 |
drh | Omit an unused constant from sessionfuzz.c to prevent... |
commit | commitdiff | tree |
2023-10-20 |
stephan | Correct the opfs-sahpool VFS's xGetLastError() method... |
commit | commitdiff | tree |
2023-10-20 |
drh | Use sqlite3ParserAddCleanup() instead of calling sqlite... |
commit | commitdiff | tree |
2023-10-19 |
drh | Remove a faulty assert() that was added just a few... |
commit | commitdiff | tree |
2023-10-19 |
drh | For TK_ORDER expression nodes to always be full-size. |
commit | commitdiff | tree |
2023-10-19 |
drh | Fix an adverse interaction between the new aggregate... |
commit | commitdiff | tree |
2023-10-19 |
drh | In the TreeView logic (used for debugging only) do... |
commit | commitdiff | tree |
2023-10-19 |
dan | Fix an fts3 problem caused by reducing the page size... |
commit | commitdiff | tree |
2023-10-19 |
drh | Simplify the Expr compression logic slightly by adding... |
commit | commitdiff | tree |
2023-10-19 |
drh | Simplification to sqlite3GetVarint32() to avoid confusi... |
commit | commitdiff | tree |
2023-10-19 |
drh | Fix an error in a debugging routine used inside of... |
commit | commitdiff | tree |
2023-10-19 |
drh | New assert() statements to help verify correctness... |
commit | commitdiff | tree |
2023-10-19 |
drh | Fix the sqlite3ReferencesSrcList() routine so that... |
commit | commitdiff | tree |
2023-10-19 |
drh | Add support for ORDER BY on the argument list of aggreg... |
commit | commitdiff | tree |
next |