2022-05-20 |
stephan | Add a terminal-style view to the fiddle app, based... fiddle-terminal-view |
commit | commitdiff | tree |
2022-05-19 |
stephan | #if'd out the '.nonce' and '.check' commends in WASM... |
commit | commitdiff | tree |
2022-05-19 |
stephan | #if'd out the the '.cd' and '.clone' commands for WASM... |
commit | commitdiff | tree |
2022-05-19 |
stephan | fiddle: consolidated two duplicate CSS rules. Internal... |
commit | commitdiff | tree |
2022-05-19 |
stephan | Added a disclaimer about fiddle's experimental and... |
commit | commitdiff | tree |
2022-05-19 |
drh | Merge the changes to support the "fiddle" extension. |
commit | commitdiff | tree |
2022-05-19 |
stephan | When building fiddle from its own directory (e.g. from... fiddle |
commit | commitdiff | tree |
2022-05-19 |
drh | Tweaks to the fiddle make target so that it builds... |
commit | commitdiff | tree |
2022-05-19 |
stephan | Added a toggle to swap input/output field positions... |
commit | commitdiff | tree |
2022-05-19 |
stephan | Default to top/bottom layout with input on the bottom... |
commit | commitdiff | tree |
2022-05-19 |
stephan | Numerous layout tweaks, the most significant being... |
commit | commitdiff | tree |
2022-05-19 |
stephan | fiddle make target now accepts fiddle_cflags=... from... |
commit | commitdiff | tree |
2022-05-19 |
stephan | Ensure that the output area is cleared of any init... |
commit | commitdiff | tree |
2022-05-19 |
stephan | #if'd out the '.log' command in WASM builds. Cleaned... |
commit | commitdiff | tree |
2022-05-19 |
stephan | Split the fiddle JS code into separate pre-/post-init... |
commit | commitdiff | tree |
2022-05-19 |
stephan | Added an option to auto-clear the output area before... |
commit | commitdiff | tree |
2022-05-19 |
stephan | Replaced the toggle for the notes/caveats section of... |
commit | commitdiff | tree |
2022-05-19 |
stephan | #if'd out the '.import' command in WASM builds. Several... |
commit | commitdiff | tree |
2022-05-18 |
stephan | #if out the '.load' command in WASM builds. Several... |
commit | commitdiff | tree |
2022-05-18 |
stephan | In wasm builds, ifdef out shell commands which require... |
commit | commitdiff | tree |
2022-05-18 |
stephan | Improved handling/reporting of conditions which trigger... |
commit | commitdiff | tree |
2022-05-18 |
stephan | Code style fixes: s/char const/const char/. |
commit | commitdiff | tree |
2022-05-18 |
stephan | The fiddle input/output areas now stretch and shrink... |
commit | commitdiff | tree |
2022-05-18 |
stephan | Increased default size of the fiddle output area, chang... |
commit | commitdiff | tree |
2022-05-18 |
stephan | Initial version of an sqlfiddle-style application using... |
commit | commitdiff | tree |
2022-05-17 |
drh | Fix harmless compiler warnings in the new unixFullPathn... |
commit | commitdiff | tree |
2022-05-17 |
dan | Avoid treating constant expressions like "? IN ()"... |
commit | commitdiff | tree |
2022-05-17 |
drh | Add the sqlite3_db_name() interface. |
commit | commitdiff | tree |
2022-05-16 |
dan | Add memory barriers to multi-threaded code in test4.c. |
commit | commitdiff | tree |
2022-05-16 |
dan | Fix a problem in test file swarmvtab3.test causing... |
commit | commitdiff | tree |
2022-05-14 |
drh | Do not allow an index scan on an index-on-expression... |
commit | commitdiff | tree |
2022-05-14 |
drh | Improved debugging comment generation for the OP_Column... |
commit | commitdiff | tree |
2022-05-14 |
drh | Improvements to the decision of when to check ON constr... |
commit | commitdiff | tree |
2022-05-13 |
drh | Change an unreachable branch into an assert(). |
commit | commitdiff | tree |
2022-05-13 |
drh | Transitive equality constriants do not work on a RIGHT... |
commit | commitdiff | tree |
2022-05-13 |
drh | Walk back the optimization from check-in [cc458317bd770... |
commit | commitdiff | tree |
2022-05-13 |
drh | Defer generating WHERE clause constraints for a RIGHT... |
commit | commitdiff | tree |
2022-05-13 |
drh | Redefine the acccess rules for the Expr.w union so... |
commit | commitdiff | tree |
2022-05-13 |
drh | Corrections to the header comment to the new joinE... |
commit | commitdiff | tree |
2022-05-13 |
drh | New test cases for outer joins. Case joinE-32 currentl... |
commit | commitdiff | tree |
2022-05-13 |
drh | Improved names for flags on the Expr object: EP_FromJo... |
commit | commitdiff | tree |
2022-05-12 |
drh | Fix a harmless compiler warning in the CLI. |
commit | commitdiff | tree |
2022-05-12 |
drh | Ensure that ON clauses are applied to the correct outer... |
commit | commitdiff | tree |
2022-05-12 |
drh | Add IS NOT DISTINCT FROM and IS DISTINCT FROM binary... |
commit | commitdiff | tree |
2022-05-12 |
drh | Fix the ".echo" command of the CLI so that it shows... |
commit | commitdiff | tree |
2022-05-11 |
larrybr | Zap stray --help output from intermediate version. echo-sql |
commit | commitdiff | tree |
2022-05-11 |
larrybr | Change .echo on effect so that SQL is echoed before... |
commit | commitdiff | tree |
2022-05-11 |
drh | The unix interface now resolves all symbolic links... |
commit | commitdiff | tree |
2022-05-11 |
drh | Use osReadlink() in os_unix.c, not readlink() directly. resolve-symlinks |
commit | commitdiff | tree |
2022-05-11 |
drh | For the unix VFS, rewrite the xFullPathname method... |
commit | commitdiff | tree |
2022-05-11 |
larrybr | Fix .import leak in CLI and add shell leak testing... |
commit | commitdiff | tree |
2022-05-11 |
larrybr | Sync w/ trunk import-leak-plug |
commit | commitdiff | tree |
2022-05-10 |
drh | Fix a bug in the sqlite3WhereMalloc() routines that... |
commit | commitdiff | tree |
2022-05-10 |
larrybr | Make tester.tcl work on more Windows Tcl installations... |
commit | commitdiff | tree |
2022-05-10 |
drh | New requirement marks. |
commit | commitdiff | tree |
2022-05-10 |
drh | Fix a stale requirement mark. |
commit | commitdiff | tree |
2022-05-10 |
drh | Fix a stale requirement mark. |
commit | commitdiff | tree |
2022-05-10 |
drh | Fix a harmless UBSAN warning. |
commit | commitdiff | tree |
2022-05-10 |
larrybr | Sync w/ trunk |
commit | commitdiff | tree |
2022-05-10 |
larrybr | For CLI, add ".echo sql" dot-command. |
commit | commitdiff | tree |
2022-05-10 |
larrybr | Sync w/trunk |
commit | commitdiff | tree |
2022-05-10 |
larrybr | Cause most shell tests to be run under Tcl suite valgri... |
commit | commitdiff | tree |
2022-05-10 |
drh | Simplified "hidden" and "no-expand" handling in the... |
commit | commitdiff | tree |
2022-05-09 |
larrybr | Create new branch named "echo-sql" |
commit | commitdiff | tree |
2022-05-09 |
drh | Minor STAT4 test case change due to the ANALYZE enhance... |
commit | commitdiff | tree |
2022-05-09 |
drh | Add ALWAYS() on two unreachable branches in the * expander. |
commit | commitdiff | tree |
2022-05-09 |
drh | Simplify a branch in the "*" expansion logic. New... |
commit | commitdiff | tree |
2022-05-09 |
larrybr | Simplify .import leak plug and arrange for CLI to be... |
commit | commitdiff | tree |
2022-05-07 |
larrybr | Stop a memory leak in .import, and add leak complaint... |
commit | commitdiff | tree |
2022-05-07 |
larrybr | Create new branch named "import-leak-plug" |
commit | commitdiff | tree |
2022-05-06 |
drh | Perserve the requested reserved-bytes size for the... |
commit | commitdiff | tree |
2022-05-06 |
drh | Prevent an infinite loop on SQLITE_ERROR_RETRY when... |
commit | commitdiff | tree |
2022-05-05 |
drh | Backout check-in [9fb20a21feb8f697] which was incorrect. |
commit | commitdiff | tree |
2022-05-04 |
drh | Improvements for name resolution for parenthsized joins. |
commit | commitdiff | tree |
2022-05-04 |
drh | New test cases for RIGHT and FULL JOIN, focusing on... |
commit | commitdiff | tree |
2022-05-04 |
drh | Code EP_InnerJoin constraints at the same time that... joinD |
commit | commitdiff | tree |
2022-05-04 |
drh | Merge ON-clause constraint usage fix from trunk into... |
commit | commitdiff | tree |
2022-05-04 |
drh | Fix ON-clause constraint usage for FULL and RIGHT JOINs. |
commit | commitdiff | tree |
2022-05-04 |
drh | New test cases using various join types and Bloom filte... |
commit | commitdiff | tree |
2022-05-04 |
larrybr | Fix CLI use of wrong allocator for free(). |
commit | commitdiff | tree |
2022-05-04 |
drh | In the query planner, do not let tables commute across... |
commit | commitdiff | tree |
2022-05-03 |
larrybr | Typos cleared from README.md |
commit | commitdiff | tree |
2022-05-03 |
drh | Merge Bloom filter bug fix from trunk into the right... right-join |
commit | commitdiff | tree |
2022-05-03 |
drh | Fix a typo in a comment. |
commit | commitdiff | tree |
2022-05-03 |
drh | Fix the Bloom filter pull-down optimization so that... |
commit | commitdiff | tree |
2022-05-03 |
drh | Add assert()s to show that jumps always land an an... |
commit | commitdiff | tree |
2022-05-02 |
drh | Organize the various flag bits of the ExprList_item... |
commit | commitdiff | tree |
2022-05-02 |
drh | Merge trunk fixes into the right-join branch. |
commit | commitdiff | tree |
2022-05-02 |
drh | Improved comments. |
commit | commitdiff | tree |
2022-05-02 |
drh | Name resolution and "*" wildcard expansion for parenthe... |
commit | commitdiff | tree |
2022-05-02 |
drh | Remove a testcase() macro taht was made obsolete by... |
commit | commitdiff | tree |
2022-05-02 |
drh | Document (in comments) that the SQLITE_FlttnUnionAll... |
commit | commitdiff | tree |
2022-05-02 |
drh | Fix a harmless compiler warning in sqlite3TreeViewWinFu... |
commit | commitdiff | tree |
2022-05-02 |
drh | Merge the latest trunk fixes and enhancements into... |
commit | commitdiff | tree |
2022-05-02 |
drh | Improvement on check-in [a193749730d6cfba] so that... |
commit | commitdiff | tree |
2022-05-02 |
drh | Bring the comments on sqlite3FindInIndex() into closer... |
commit | commitdiff | tree |
2022-04-30 |
drh | Defensive code in sqlite3TreeViewWindow() to fix a... |
commit | commitdiff | tree |
2022-04-30 |
drh | Simplified fix to the problem with subroutine reuse... |
commit | commitdiff | tree |
2022-04-30 |
drh | Preserve the COLLATE operator on an index on an express... |
commit | commitdiff | tree |
2022-04-30 |
drh | Further improvements to codeEqualityTerm() for cases... |
commit | commitdiff | tree |
next |