2022-06-01 |
drh | Ensure that all necessary row-value subqueries are... row-value-right-join |
commit | commitdiff | tree |
2022-06-01 |
drh | Candidate fix for the problem with row-value WHERE... |
commit | commitdiff | tree |
2022-06-01 |
drh | Fix a typo in a comment in a test case. No changes... |
commit | commitdiff | tree |
2022-06-01 |
drh | Additional enhancements to the test cases. |
commit | commitdiff | tree |
2022-06-01 |
drh | Fix test cases in the previous check-in to make them... |
commit | commitdiff | tree |
2022-06-01 |
drh | Test case for [forum:/forumpost/087de2d9ec|forum post... |
commit | commitdiff | tree |
2022-06-01 |
drh | Move the sqlite_offset() function implementation to... |
commit | commitdiff | tree |
2022-06-01 |
stephan | Initial proof of concept code for a JavaScript binding... |
commit | commitdiff | tree |
2022-06-01 |
stephan | Initial bits for a JS API variant in which the client... |
commit | commitdiff | tree |
2022-05-31 |
drh | New FULL JOIN test cases. No changes to code. |
commit | commitdiff | tree |
2022-05-31 |
drh | More JOIN test cases inspired by the problem fixed... |
commit | commitdiff | tree |
2022-05-31 |
drh | Fix an assert that is incorrect for a corrupt database. |
commit | commitdiff | tree |
2022-05-31 |
drh | Many new PG-confirmed test cases in joinD.test. |
commit | commitdiff | tree |
2022-05-31 |
drh | Restore an ON-clause test case (removed by [3869fd9a2b9... |
commit | commitdiff | tree |
2022-05-31 |
drh | Add back in a test case for ON-clauses that was removed... right-join-bug-20220531 |
commit | commitdiff | tree |
2022-05-31 |
drh | Add test cases for |
commit | commitdiff | tree |
2022-05-31 |
stephan | Updated the wasm builds to generate gzip'ed copies... |
commit | commitdiff | tree |
2022-05-30 |
drh | For an outer join, then ON-clause constraints need... |
commit | commitdiff | tree |
2022-05-28 |
drh | Apply the UPDATE-FROM file from check-in [98b3816bbaf53... |
commit | commitdiff | tree |
2022-05-28 |
stephan | fiddle: changed the internal key of the session/local... |
commit | commitdiff | tree |
2022-05-28 |
stephan | fiddle: corrected a piece of far-corner-case error... |
commit | commitdiff | tree |
2022-05-27 |
drh | Mark an always-true conditional as ALWAYS(). |
commit | commitdiff | tree |
2022-05-27 |
drh | Minor simplification to ALTER TABLE logic. |
commit | commitdiff | tree |
2022-05-27 |
stephan | Corrected a broken HTML comment (was using a C-style... |
commit | commitdiff | tree |
2022-05-27 |
dan | Fix another problem with ALTER TABLE and UPDATE...FROM... |
commit | commitdiff | tree |
2022-05-27 |
dan | Fix further issues with ALTER TABLE and triggers that... |
commit | commitdiff | tree |
2022-05-27 |
drh | Omit an unnecessary branch. |
commit | commitdiff | tree |
2022-05-27 |
stephan | fiddle: added an option to completely wipe/reset the... |
commit | commitdiff | tree |
2022-05-26 |
dan | Fix issues with ALTER TABLE and triggers containing... |
commit | commitdiff | tree |
2022-05-26 |
drh | Correct handling of outer joins in the FROM clause... |
commit | commitdiff | tree |
2022-05-26 |
drh | Clarification of the meaning of the N parameter in... |
commit | commitdiff | tree |
2022-05-26 |
stephan | Fixed a minor cut/paste mistake in the previous checkin... |
commit | commitdiff | tree |
2022-05-26 |
stephan | Makefile.in: added explanations, intended for maintaine... |
commit | commitdiff | tree |
2022-05-25 |
drh | Slight increase in the accuracy of log10(). |
commit | commitdiff | tree |
2022-05-25 |
drh | Do not allow the right operand of a RIGHT JOIN to be... |
commit | commitdiff | tree |
2022-05-25 |
drh | Add in a VdbeCoverage() macro accidentally omitted... |
commit | commitdiff | tree |
2022-05-25 |
drh | Fix the UPDATE-FROM logic so that it works the same... |
commit | commitdiff | tree |
2022-05-25 |
stephan | Got the sqlite3-api JS bits wrapped up in deferred... |
commit | commitdiff | tree |
2022-05-25 |
stephan | Renamed EXPORTED_FUNCTIONS.sqlite3 to EXPORTED_FUNCTION... |
commit | commitdiff | tree |
2022-05-25 |
stephan | Add the ability to import/export db files into/from... |
commit | commitdiff | tree |
2022-05-25 |
stephan | Further minor cleanups and docs in the fiddle app and... fiddle-local-db |
commit | commitdiff | tree |
2022-05-25 |
stephan | fiddle: refactored so that it no longer exposes any... |
commit | commitdiff | tree |
2022-05-25 |
drh | An attempt to get UPDATE FROM working when the FROM... update-from-right-join |
commit | commitdiff | tree |
2022-05-24 |
stephan | fiddle: added support for exporting (downloading) the... |
commit | commitdiff | tree |
2022-05-24 |
stephan | fiddle: initial work on loading a client-side db file... |
commit | commitdiff | tree |
2022-05-24 |
drh | When an ON clause on an INNER JOIN references a table... |
commit | commitdiff | tree |
2022-05-24 |
stephan | MoUse re descriptive var names in ext/fiddle/Makefile. |
commit | commitdiff | tree |
2022-05-24 |
stephan | fiddle: lots of generic refactoring, restructuring... |
commit | commitdiff | tree |
2022-05-24 |
stephan | wasm/JS: minor doc updates, corrected bind()ing of... |
commit | commitdiff | tree |
2022-05-24 |
stephan | wasm/JS: documented DB.selectValue() and corrected... |
commit | commitdiff | tree |
2022-05-24 |
stephan | wasm/JS: added support for scalar UDFs. Fixed a dealloc... |
commit | commitdiff | tree |
2022-05-23 |
stephan | wasm: minor refactoring and doc updates. |
commit | commitdiff | tree |
2022-05-23 |
stephan | fiddle: cleaned up and documented the status-loading... |
commit | commitdiff | tree |
2022-05-23 |
stephan | wasm: added missing 'use strict' and fixed an undeclare... |
commit | commitdiff | tree |
2022-05-23 |
stephan | wasm: corrected isSupportedBindType() to behave as... |
commit | commitdiff | tree |
2022-05-23 |
drh | New test cases to further demonstrate the difference... |
commit | commitdiff | tree |
2022-05-23 |
drh | Add an assert() to clear a harmless static-analyzer... |
commit | commitdiff | tree |
2022-05-23 |
drh | Do not run the subroutine that materializes a view... |
commit | commitdiff | tree |
2022-05-23 |
stephan | WASM: removed the in64-related bindings, as MDN says... |
commit | commitdiff | tree |
2022-05-22 |
stephan | WASM: an arg handling fix for DB.exec({multi:true.... |
commit | commitdiff | tree |
2022-05-22 |
stephan | WASM: added exec(), execMulti(), and several getters... |
commit | commitdiff | tree |
2022-05-22 |
stephan | Implemented Stmt.get() and friends for WASM OO #1 wrapp... |
commit | commitdiff | tree |
2022-05-22 |
stephan | WASM: added bindings for sqlite3_compileoption_get... |
commit | commitdiff | tree |
2022-05-22 |
stephan | WASM OO wrapper #1: prepare() and bind() APIs are in... |
commit | commitdiff | tree |
2022-05-22 |
stephan | Build refactoring for the fiddle/wasm bits. Set up... |
commit | commitdiff | tree |
2022-05-21 |
stephan | Minor fiddle-related build restructuring to support... |
commit | commitdiff | tree |
2022-05-21 |
drh | Defer materializing a view or subquery until the materi... deferred-materialize |
commit | commitdiff | tree |
2022-05-21 |
drh | Fix a typo in a comment. |
commit | commitdiff | tree |
2022-05-21 |
drh | Use the newer OP_BeginSubrtn opcode instead of OP_Integ... |
commit | commitdiff | tree |
2022-05-21 |
stephan | fiddle: refactor into main thread (UI) and worker threa... |
commit | commitdiff | tree |
2022-05-21 |
stephan | fiddle: add a selection list of example queries. |
commit | commitdiff | tree |
2022-05-21 |
stephan | In the shell WASM build, call open_db() early so that... |
commit | commitdiff | tree |
2022-05-20 |
stephan | Added the standard sqlite license header to the the... |
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 |
next |