| Commit message (Collapse) | Author | Age |
... | |
|
|
|
|
| |
code.
FossilOrigin-Name: 95625ef3adc3c408d67e70f877f390445fbb8292
|
|
|
|
|
| |
of printf() arguments.
FossilOrigin-Name: 5ce4e7d7651e5c72a59f03f7aeb366291e62ab57
|
|
|
|
|
| |
in the printf routines.
FossilOrigin-Name: c494171f77dc2e5e04cb6d865e688448f04e5920
|
|
|
| |
FossilOrigin-Name: 823ad40ccb5b51aaa0d5a48da63b465df9d0649a
|
|
|
|
|
| |
NULL on some platforms (ex: ARM). So do not attempt to do so.
FossilOrigin-Name: 1964e656b4b420e8d6a4ba12d270ed02db292b88
|
|
|
|
|
|
|
| |
"#ifdef OPTION" in cases where that makes sense, so that -DOPTION=0 will work.
Add the "Have-Not" configuration in releasetest.tcl which disables all of
the "HAVE_component" compile-time options.
FossilOrigin-Name: 9e92a5ed5aaba20461ed4ce8359d6e34e7773d68
|
|
|
|
|
|
|
| |
grow to large, to avoid excess memory allocation resize operations. Also,
document the fact that setting scratch memory causes SQLite to try to avoid
large memory allocations.
FossilOrigin-Name: a518bc3318232d652349eb29303ff250aee40459
|
|
|
|
|
| |
record the entire size of the allocation, not just the requested size.
FossilOrigin-Name: 3dda3c937469ce661d1cd0e8d8963a03e698ee39
|
|
|
|
|
| |
handles precisions larger than 70.
FossilOrigin-Name: 08a27440f19b7fc884464832e6105af1bf008172
|
|
|
|
|
| |
progress and is not yet completely functional.
FossilOrigin-Name: c297a84bc678f81ffc0aa9139ab73f0ca87c1971
|
|
|
|
|
| |
options.
FossilOrigin-Name: e580470db77d6da970c755102790e603fb26b3c6
|
|
|
|
|
|
| |
mark and instead terminate the graph at the last item. Increase the maximum
tree depth to 100.
FossilOrigin-Name: 5ce05757aac80b99c3b2141cd301809f8e28e661
|
|
|
|
|
|
| |
debugging display routines: sqlite3TreeViewExpr(), sqlite3TreeViewExprList(),
and sqlite3TreeViewSelect().
FossilOrigin-Name: 4ff51325d6b41d0c59e303b573700ec80c51d216
|
|
|
|
|
| |
it appears to work by default.
FossilOrigin-Name: 0fac2c045f47c7735af4eb68ced81d8b43622a1f
|
|
|
| |
FossilOrigin-Name: 35db3e2f350ca2bc6bb9e1a647aec7f93bfb7065
|
|
|
|
|
| |
available.
FossilOrigin-Name: ef1aa10b7f54912cba71cd0a98c5055d501de54f
|
|
|
| |
FossilOrigin-Name: e62aab5e9290503869e1f4d5e0fefd2b4dee0a69
|
|
|
|
|
| |
pointer movement.
FossilOrigin-Name: f7f2160db014f0ae11ad13c8ad70ad3444124e3e
|
|
|
| |
FossilOrigin-Name: 7e287f2055dcd82c92d1711aec97cb6552a354bb
|
|
|
| |
FossilOrigin-Name: ecd9d3f9453be0bb8e312d8027fd1a9e55882f36
|
|
|
| |
FossilOrigin-Name: eb071eb58cf675bd6cd9dd46aed9d57fbb7a77e8
|
|
|
| |
FossilOrigin-Name: 3375571a5e267744c19a7c310840256cec57a242
|
|
|
| |
FossilOrigin-Name: 6db7052eeefafdbf26b3153bc38600fecfb53ae6
|
|
|
| |
FossilOrigin-Name: e2a8b280e84c1f8fd6106d9427e1ad6cbcfccd10
|
|
|
| |
FossilOrigin-Name: a7e5fcd66659750eb2f4675082df324e7cf35427
|
|
|
| |
FossilOrigin-Name: 2525296d919245ebb01077aad541e4ae6eab7940
|
|
|
| |
FossilOrigin-Name: 9227ad48e1612b32a3a3e9551c49890f93abc0a7
|
|
|
|
|
| |
method that also results in slightly better performance.
FossilOrigin-Name: 700dbbea8647e0fdaee6d0aba3d3dd8ebfbac04a
|
|
|
|
|
| |
of very small floating point values.
FossilOrigin-Name: 776e65f98ce80a8ed56cb73ef56c751702698612
|
|
|
|
|
| |
fixing misspelled words. No changes to code.
FossilOrigin-Name: a0d5cc9315dc6e9ef7dee4c3dfabf4e562d64376
|
|
|
|
|
| |
Untested on other platforms so far. Still a corner-case problem with round().
FossilOrigin-Name: fd7bd4a59361be41b10522abc212cf56fb5e35b4
|
|
|
|
|
|
| |
conversions now round-trip correctly. Still need to fix some corner
cases.
FossilOrigin-Name: 8ecffca900cd6a8922001fd458a266ce8c83fb66
|
|
|
| |
FossilOrigin-Name: 79ae51c5b1b20ed0a425a87e65a32a096a80b7e1
|
|
|
|
|
|
|
| |
to get the clang scan-build utility to report zero problems against the
SQLite core. Clang's static analysis did find one real problem - but it was
in the command-line shell, not in the SQLite core.
FossilOrigin-Name: 60fee9574b0125705787e33c16f116cf188c8323
|
|
|
| |
FossilOrigin-Name: 97ef4f5013731fa3a0f72451b7e8c9aec5523104
|
|
|
|
|
|
| |
sqlite3_mprintf() family of functions. Malloc for space as necessary.
The prevents a stack overflow on very large numbers using %f.
FossilOrigin-Name: 1f843fb383583ee7ef51c13b8a820744e450101a
|
|
|
|
|
|
|
| |
integer overflow now forces coercion to floating point. The shift operators
work with any integer right-hand operand with negative values reversing
the direction of the shift.
FossilOrigin-Name: abf21394124a0af46f072793718964cee2ce55d0
|
|
|
|
|
| |
Mark six other signed arithmetic overflow locations that need fixing.
FossilOrigin-Name: 04abab71ecd52f6070b9f84781a3df3d6dba7722
|
|
|
| |
FossilOrigin-Name: 380f61df0754ceec6b3f6a758d04e951cce8c3d9
|
|
|
| |
FossilOrigin-Name: fc67adea414320e0c0b24054f76070cfaeebb401
|
|
|
|
|
| |
all memory from sqlite3_malloc() is freed by sqlite3_free().
FossilOrigin-Name: ac1f37a647e9ed1c00a901d26d9956a86c40117a
|
|
|
|
|
| |
conversion with a precision specifier.
FossilOrigin-Name: 5e472896e02eed05c6c0886a48acd0bdc7a38731
|
|
|
|
|
| |
SQLITE_OMIT_FLOATING_POINT.
FossilOrigin-Name: 14ad62b9a54dba5c5a2d4a994bcd4be6ab6e711f
|
|
|
|
|
| |
details on the statement abort log message.
FossilOrigin-Name: 5322d1df5ba981001d248b7fb2ee02281e4f9723
|
|
|
|
|
|
| |
uses dynamic memory allocation - to avoid deadlocking when called while
holding the memory allocator mutex.
FossilOrigin-Name: 28d1bc98d60319b10af427072037a0121bc76259
|
|
|
|
|
| |
sqlite3_log() interface.
FossilOrigin-Name: d986e9289388fd72257b26cb2f9c972177255cd4
|
|
|
| |
FossilOrigin-Name: a8076aede33c07e9a2aaa05be8a888f37b45e41c
|
|
|
|
|
| |
deeply embedded projects that use SQLite.
FossilOrigin-Name: 103321e37ae46eacfad4e127d13477ad5dd02bab
|
|
|
|
|
|
| |
the sqlite3_*printf() functions should pull an int64 off of the parameter
list and ignore it.
FossilOrigin-Name: 3fd6f9ad06b786116ca18c1e812363d30cd3060e
|
|
|
|
|
| |
for bound parameters into the output of sqlite3_trace().
FossilOrigin-Name: 545cfb3b63f482036ae152e6ebcce86d373585a8
|