drh
|
ef636cc3cd
Add the SQLITE_PREPARE_DONT_LOG option for sqlite3_prepare_v3(), that prevents
|
2 周之前 |
stephan
|
c40329c9bf
Minor doc update in auto.def. No functional changes.
|
2 周之前 |
stephan
|
0448e00aaf
Ensure that the post-config checks for @UNEXPANDED_VARS@ pass even if --disable-tcl is used, as reported in [forum:74ef8059fc|forum post 74ef8059fc].
|
2 周之前 |
drh
|
eed134c4d3
Fix the build of sqlite3_analyzer.exe on Windows that was broken by
|
2 周之前 |
stephan
|
76412af157
Minor doc correction in ext/misc/shathree.c, as reported in the forum. No functional changes.
|
3 周之前 |
drh
|
33c120f9b7
Improve the output from the ".testctrl opt" command in the CLI.
|
3 周之前 |
dan
|
4b491d8565
Ensure that the query flattener does not change an ON clause term to a WHERE clause term.
|
3 周之前 |
drh
|
c9ac238b92
Fix a comment typo on the sqlite3ExprIsSingleTableConstraint() routine.
|
3 周之前 |
drh
|
bfdeb1f6d5
Fix a harmless typo in debugging output.
|
3 周之前 |
stephan
|
ed7fe45c7c
Reformulate [9e09d5d6] so that memsys5 shows up in the late-config summary as being enabled and does the right thing if both --debug and --memsys3 are used.
|
3 周之前 |
drh
|
3e1f302dbe
Enable MEMSYS5 with the --dev configure option.
|
3 周之前 |
drh
|
224e356081
Slighly less confusing output from treeview during debugging.
|
3 周之前 |
stephan
|
d004268b27
Trim a bit more from the sqlite370.svg border to get it closer in scaled size to the logo currently on the docsrc site.
|
3 周之前 |
stephan
|
fd66549cb6
Correct the fill color for the background of sqlite370.svg - it was slightly darker than it should have been.
|
3 周之前 |
stephan
|
a13a645cdf
Re-export sqlite370.svg to retain the gradient part and clip the size using the cutting guides in sqlite370.eps.
|
3 周之前 |
stephan
|
9bc351b3c7
Export a clipped copy of sqlite370.eps as sqlite370.svg, based on discussion in [forum:1bbd6d17ca|forum post 1bbd6d17ca].
|
3 周之前 |
stephan
|
d6d9c54bb2
At the end of the configure script ensure that none of the files which are filtered for @VARS@ contain any unresolved @VAR@ placeholders, failing fatally if any do.
|
3 周之前 |
drh
|
c5b9da34f2
In sqlite_dbpage, cancel any pending truncate operation if there an error
|
3 周之前 |
drh
|
03e306b3a1
A NEVER() that was added by [eb5ac9e5b9a4f9c8] is violated by the ifnull()
|
3 周之前 |
drh
|
5c208f36a4
Fix a NEVER() in the iif() logic that can be true if compiled with
|
3 周之前 |
stephan
|
2aac896611
Remove some outdated docs from Makefile.in.
|
3 周之前 |
stephan
|
25e042c0b0
Typo fixes and cleanups in autosetup/README.md.
|
3 周之前 |
stephan
|
187c115a69
Configure script doc updates and cleanups. Skip check for EMSDK when doing an out-of-tree build, as ext/wasm does not support that build mode.
|
3 周之前 |
stephan
|
fed5234fb3
ext/icu/README.txt: clean up EOL whitespace and add a mention of the --with-icu-... configure flags available as of version 3.48.
|
3 周之前 |
drh
|
e8233f14bd
Improvements to sqlite3ExprImpliesExpr() so that it recognizes that expressions like "iif(X,Y)" and "CASE WHEN X THEN Y END" imply X.
|
3 周之前 |
drh
|
dc7b94e63f
Simplification to the fix in the prior check-in.
|
3 周之前 |
drh
|
3ff6aa6e39
The sqlite3ExprCompare() routine should always compare the same variables
|
3 周之前 |
drh
|
bfb7f77a8c
Add two NEVER() conditions.
|
3 周之前 |
drh
|
60ad526639
Enhancements to sqlite3ExprImpliesExpr() so that it realizes that
|
3 周之前 |
dan
|
0bce1d6c9f
Fix an inaccuracy in the documentation in fts5.h.
|
4 周之前 |