| Commit message (Collapse) | Author | Age |
... | |
|
|
|
|
| |
fix other (harmless) compiler warnings.
FossilOrigin-Name: 780d06c5e54590f677f993fa9c313989c2eab8c7
|
|
|
| |
FossilOrigin-Name: ff67d87894eeb0036374235c5723e267536909f9
|
|
|
| |
FossilOrigin-Name: 6d7973524a7d3bf3158fdac58975945da7f51740
|
|
|
| |
FossilOrigin-Name: 209b21085b9767f10f6ffb7c7cac756fcb74ded5
|
|
|
| |
FossilOrigin-Name: 12693deba9b8a47ad02ca4e32d5fba6006b0401c
|
|
|
|
|
| |
and Oracle.
FossilOrigin-Name: 49ccae964f3a8ae5aab87f56503121e09424545f
|
|
|
|
|
| |
performance increase.
FossilOrigin-Name: 8b962c94a2f829f71efdd0ca770469b02feea3e1
|
|
|
|
|
| |
that has been commented out for ages. No functional changes.
FossilOrigin-Name: c2ad691174b8af2e8b158d8840cfc93f75d7db71
|
|
|
| |
FossilOrigin-Name: d45f7a013f05fe7603d5e6d02df0e6bab2c7ffd8
|
|
|
|
|
|
| |
conversions now round-trip correctly. Still need to fix some corner
cases.
FossilOrigin-Name: 8ecffca900cd6a8922001fd458a266ce8c83fb66
|
|
|
|
|
| |
without actually loading X and Y from disk.
FossilOrigin-Name: b899dbeb60752843287e2c6ad3577e1d00f0d587
|
|
|
| |
FossilOrigin-Name: 768df4e11670ac704d96e3b601d009aaa2fd793a
|
|
|
| |
FossilOrigin-Name: 33294bbd1724665832464b33f865a29dc82b90f6
|
|
|
|
|
| |
values from the row containing the min or max.
FossilOrigin-Name: f27c7b4fb193126548e6a620ac89664d1efa3856
|
|
|
|
|
| |
returned is the one on the same row that holds the maximum value of q.
FossilOrigin-Name: adb29232b659c5332b6841776372407fcc350b08
|
|
|
|
|
|
|
|
| |
Updates to documentation on sqlite3_bind_text() and sqlite3_result_text()
to make it clear that users should not try to create strings with
embedded NULs and that if they do the result of expression on those strings
is undefined. Ticket [57c971fc74524a]
FossilOrigin-Name: 9984cc20ca70b7fb39c0b99580a1317a7b0c9c85
|
|
|
| |
FossilOrigin-Name: 3899f3b95ed50773a72d907b39b451fefce69c9e
|
|
|
|
|
| |
values won't overflow to negative when dealing with malformed UTF8.
FossilOrigin-Name: 77f01578bb565d1bc884b374b68bae10ce34a084
|
|
|
|
|
| |
library.
FossilOrigin-Name: 1bd1484cd7e09709d87aa84b82e87597d00a4162
|
|
|
| |
FossilOrigin-Name: f7806e03995b314771aa72a08ce55d56d60096cf
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
are tagged with SQLITE_UTF8 so that if other application-defined LIKE and
GLOB implementations are provided for UTF16, then the appropriate function
will be selected.
FossilOrigin-Name: e1660764f20fed3fe92156d2b7f06075ff6ac145
|
|
|
|
|
|
| |
UTF8 or UTF16 and do not require a NULL terminator. This allowed text to
numeric conversion without reallocating the string.
FossilOrigin-Name: 14eed3a0e0a45c6f2904a3a134aa27c159916f7b
|
|
|
| |
FossilOrigin-Name: 7be03ecc04235420e54fed8a88742243278de160
|
|
|
|
|
| |
allows a destructor to be specified.
FossilOrigin-Name: 9a724dfbe822c77e76721abe3443c9cb018bb2e2
|
|
|
| |
FossilOrigin-Name: 57c0960038b8ce97f9d6665f15e7f6ec310c681f
|
|
|
|
|
| |
all memory from sqlite3_malloc() is freed by sqlite3_free().
FossilOrigin-Name: ac1f37a647e9ed1c00a901d26d9956a86c40117a
|
|
|
| |
FossilOrigin-Name: 064d3ddd6199b7b049b1706974e4295f78fb5ab9
|
|
|
|
|
|
| |
they use only the built-in functions and not application-defined overrides
for those functions.
FossilOrigin-Name: 0291ed974d5bf1e344e2c38422530cc961b897da
|
|
|
|
|
| |
for consistency with the C/C++ interface.
FossilOrigin-Name: dd4962aa34c4dd118d2cb15465384636eacc64d5
|
|
|
|
|
| |
pragmas to facilitate coverage testing.
FossilOrigin-Name: 633d874783a94f923ff8240f9153764033d37a89
|
|\
| |
| | |
FossilOrigin-Name: 9f429434c0404f03a3e5c6741b769afe98a5c6c9
|
| |
| |
| |
| |
| | |
instead of bitmask.
FossilOrigin-Name: 76a0294ab4208a0858a13bab0858e1bc1448b651
|
|/
|
| |
FossilOrigin-Name: 84c9756993caf82710a0905ed1987d144bc764fd
|
|
|
|
|
| |
where y==0.
FossilOrigin-Name: d76ad8b3c494ffb4e670da0e92a1f8dbf7f48daf
|
|
|
|
|
| |
implementations.
FossilOrigin-Name: 8bd0f8147dbf75367243b3eecfb705da6e794ab7
|
|
|
| |
FossilOrigin-Name: 003f3ed10cdb64b73d6df00e28260dd3491e1f16
|
|
|
| |
FossilOrigin-Name: d7b3801dc7fad1b002f892fb5d82047ebff98369
|
|
|
|
|
|
| |
case where the input string is large but the 2nd and 3rd arguments are small
positive integers.
FossilOrigin-Name: 5a474a867c5988ad5ec03719516fdd38f0da5c2c
|
|
|
|
|
|
| |
allows unused arguments to never be evaluated, which is a performance win when
the unused argument is a subquery.
FossilOrigin-Name: 30055b257c3c65f8123cad5ac6c62c4c6ca2c900
|
|
|
|
|
|
| |
SQLITE_SOURCE_ID macro to the header. Add the sqlite3_sourceid() interface.
Add the sqlite_source_id() SQL function.
FossilOrigin-Name: 302dabe98f50b472bccd65c58504bc8a330049c4
|
|
|
| |
FossilOrigin-Name: 90c3b23ccac8a9e7fc1cc831e43888e4e43badc9
|
|
|
|
|
| |
been commented out for ages and is no longer relevant to anything. (CVS 6786)
FossilOrigin-Name: 37ae5f5e8feb34a8e6e8b34aa18df1e9a1ce55cb
|
|
|
|
|
| |
option is now available. (CVS 6708)
FossilOrigin-Name: baea79fd0cfeb860973846c3f2776776c87f0ae3
|
|
|
|
|
|
| |
expressions. Change Expr.zToken to Expr.u.zToken and added Expr.u.iValue.
Remove an unnecessary ExprDup from CHECK constraint processing. And so forth. (CVS 6682)
FossilOrigin-Name: 4ac2bdfbb4230b6ceaae87e738fa61036bbe03cb
|
|
|
|
|
|
| |
Expr.token into a char* Expr.zToken. Also simplify the Token object by
removing the Token.dyn and Token.quoted fields. (CVS 6681)
FossilOrigin-Name: 7cb1c3ba0759539cb035978fdaff6316775986f3
|
|
|
|
|
| |
SQLITE_OMIT_DEPRECATED. Ticket #3813. (CVS 6523)
FossilOrigin-Name: 7f17956dfbf3090fd5832378e77bd83a525fed9d
|
|
|
|
|
| |
even if the initial content strings are empty. Ticket #3806. (CVS 6510)
FossilOrigin-Name: b83fbf15a3920755ed77dc9c91b4f00a86ddb9ac
|
|
|
|
|
|
| |
the sqlite3_aggregate_count() function in func.c if the
SQLITE_OMIT_DEPRECATED compile-time option is off. (CVS 6508)
FossilOrigin-Name: c0bba77ae619e709f3fb068526073a4a83cf33b6
|