This website requires JavaScript.
Explore
Help
Sign In
database
/
sqlite
Watch
1
Star
0
Fork
0
You've already forked sqlite
mirror of
https://github.com/sqlite/sqlite.git
synced
2026-01-06 08:01:16 +03:00
Code
Activity
Files
1c0dcec4c5703bd5ac4b209304d7a32fa01e15da
sqlite
/
ext
/
fiddle
History
stephan
2f72d711ac
fiddle: consolidated two duplicate CSS rules. Internal doc typo fix.
...
FossilOrigin-Name: d3175a793fb2d1ac9ecfd7a7c3b1627fe583effcd37740206a11b115f099d521
2022-05-19 18:14:34 +00:00
..
fiddle.in.html
fiddle: consolidated two duplicate CSS rules. Internal doc typo fix.
2022-05-19 18:14:34 +00:00
index.md
In wasm builds, ifdef out shell commands which require file I/O, pipes, or which trigger an exit() (.quit and .exit). Documented some of the quirks and limitations of the C/WASM crossover. Keep the JS code from calling into the C code after an exit() has been triggered.
2022-05-18 22:58:34 +00:00
Makefile
When building fiddle from its own directory (e.g. from emacs instead of the normal build process), force -O0 the sake of compilation speed. The top-level build now defaults to -Oz, which is more appropriate for that case.
2022-05-19 16:49:15 +00:00
module-post.js
Added a disclaimer about fiddle's experimental and subject-to-change/removal nature.
2022-05-19 17:47:17 +00:00
module-pre.js
Added a toggle to swap input/output field positions and simplified setup of checkboxes which toggle a CSS class on a given element.
2022-05-19 16:30:03 +00:00