| Commit message (Collapse) | Author | Age |
... | |
|
|
|
|
| |
when the Expr.u.iValue union member is the element being used. (CVS 6684)
FossilOrigin-Name: 376ecf0d87e4a2329f5861401f83ed9ceb35d528
|
|
|
|
|
|
| |
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
|
|
|
| |
FossilOrigin-Name: 300da30178c46ab9f2ceb0c3e3ee3eac73d5d8e1
|
|
|
|
|
|
| |
been dequoted. This steals one bit from the length of a token and
thus limits the size of tokens to 1GiB. (CVS 6589)
FossilOrigin-Name: 12bcb03d9b9e1a31c1a3c67cbb4263cc0af2f3d0
|
|
|
| |
FossilOrigin-Name: 6b0cabd017ed25530b2d918d2c069fcbdd60a3f6
|
|
|
|
|
|
| |
check-in (6305). Discovered by regression test on 64-bit linux.
Test cases added so that the problems is detected on 32-bit systems. (CVS 6332)
FossilOrigin-Name: fa0008502ec4f891bfed4a11f01650d274f95c44
|
|
|
| |
FossilOrigin-Name: 0e7c369c23a8767b4d3e5cdd47c14716992fb71a
|
|
|
|
|
| |
Because an index is usually smaller than a table on disk, this saves some IO. (CVS 6315)
FossilOrigin-Name: 294ba6f743c9132dce0e73da480bd3c2071e7239
|
|
|
|
|
| |
the in-memory representation of the schema. Also to reduce the space used by prepared statements slightly. (CVS 6305)
FossilOrigin-Name: d9f6ffbc5ea090ba0daac571fc9a6c68b9c864e4
|
|
|
|
|
|
| |
guaranteed to never overflow an integer. Additional explicit casts to
avoid nuisance warning messages. (CVS 6007)
FossilOrigin-Name: c872d554930ecf221ac2be5f886d5d67bb35288c
|
|
|
| |
FossilOrigin-Name: 14e6d19c3157ccdce170e769d678c7f472dd3db2
|
|
|
| |
FossilOrigin-Name: 0d7e150e8c6cb801e68273c9d0793ce31d1f31fd
|
|
|
|
|
|
| |
queries to find variable references. But a subquery in the FROM clause
should not be able to do this. Ticket #3530. (CVS 5998)
FossilOrigin-Name: be03fa0543044dc46952695e963d9b82afed892b
|
|
|
| |
FossilOrigin-Name: 8009220c36635dd9b6efea7dc13281ca9625c40a
|
|
|
|
|
| |
make sure it has no affinity. Ticket #3442. (CVS 5832)
FossilOrigin-Name: 81cfee5c14f241f5ae7f607d73b0b5cb821cda24
|
|
|
|
|
| |
on a flattened query. Also fix a OOM segfault in WHERE clause processing. (CVS 5801)
FossilOrigin-Name: d2c252d6bbde4ae14da6c9e6c2683d763d11c59f
|
|
|
|
|
| |
SQLITE_ENABLE_UPDATE_DELETE_LIMIT. (CVS 5788)
FossilOrigin-Name: c10e8a3c7ab7f21c95f24d0aba590f5b18a4b028
|
|
|
| |
FossilOrigin-Name: 24891902fa625445aa47ae930f0cb340cc73d25d
|
|
|
|
|
| |
source list. (CVS 5769)
FossilOrigin-Name: 2f7db6c98f17e0b7110258093c283091a91d4e4f
|
|
|
|
|
|
| |
result set. Ticket #3343. Note that aliased GROUP BY expressions are still
evaluated twice. (CVS 5637)
FossilOrigin-Name: ab0292caa5887cc1bdc0e8c9d3f3502b83975440
|
|
|
|
|
| |
begin skipped. There are now 16 errors reported by the permutation test. (CVS 5610)
FossilOrigin-Name: 4ad096bda1fc5c7b66f71ff5b32a4085c9a40574
|
|
|
| |
FossilOrigin-Name: 0d61960afd35721d6d07acd75288c20d2cd6fda1
|
|
|
| |
FossilOrigin-Name: 6de9c084fc533fbb22af6a4cd3e4e9a461b13876
|
|
FossilOrigin-Name: daf730d1defa78fb8b80a78f9108ac35a13e09f6
|