Default branch

5b98467d28 · Be sure to do floating-point to text conversions in JSON to the full · Updated 2026-05-29 23:14:22 +00:00

Branches

2e6d83bc49 · Give the SQLITE_TESTCTRL_PRNG_SEED two arguments. The second argument if not · Updated 2019-08-03 01:39:20 +00:00    mirrors

11075
0

ddd7421c91 · If a query like "SELECT min(a), b FROM t1" visits no rows where "a" is not null, extract a value for "b" from one of the rows where "a" is null. Possible fix for ticket [41866dc37]. · Updated 2019-08-02 18:43:59 +00:00    mirrors

11079
0

a79a0e733f · When using an index for both DISTINCT and ORDER BY, do not confuse the number of columns required for distinctness with the number required to get the correct sort order. Fix for [6749cb3c]. · Updated 2019-07-29 14:42:56 +00:00    mirrors

11096
0

9b987caba9 · Do not use the insert-overwrite optimization if the cell might overwrite the · Updated 2019-07-22 23:30:44 +00:00    mirrors

11155
4

75b0821e99 · Remove Window objects from the corresponding Select.pWin list when they are deleted. · Updated 2019-07-22 16:20:03 +00:00    mirrors

11111
0

19d9a3ca6c · New test cases for PRAGMA index_xinfo on a WITHOUT ROWID table. And new · Updated 2019-07-17 12:42:15 +00:00    mirrors

11126
0

ec9b2a132b · Call ioctl() with the correct signature on both Android and stock Linux. · Updated 2019-07-15 07:58:28 +00:00    mirrors

11134
0

4f9adee289 · Rework the FILTER clause implementation to share more code with window functions. · Updated 2019-07-13 16:22:50 +00:00    mirrors

11142
0

6091fd45f5 · Comment improvements. No changes to code. · Updated 2019-07-08 12:44:47 +00:00    mirrors

11168
2

d0ff601c62 · Improved interface to double-quoted string literal enabling/disabling. · Updated 2019-06-17 13:56:11 +00:00    mirrors

11178
0

069d1b1faf · Avoid transforming TK_COLLATE or TK_UNLIKELY Expr nodes to TK_REFERENCE. Instead, transform the uppermost Expr node in the expression tree that is not of this type. · Updated 2019-06-16 08:58:14 +00:00    mirrors

11176
0

c733a4c7cc · Enhancements to the printf() logic in order to render a negative zero with · Updated 2019-06-12 20:11:34 +00:00    mirrors

11188
1

d9bc6e8973 · Fix some harmless compiler warnings. · Updated 2019-05-10 16:16:19 +00:00    mirrors

11269
0

9edd8c11ab · Fix VDBE opcodes OP_SeekLT and OP_SeekLE so that they work on intkey tables with non-numeric text values. · Updated 2019-05-08 11:42:49 +00:00    mirrors

11299
0

244edd01d3 · Add test cases for the fix on this branch. · Updated 2019-05-07 19:21:58 +00:00    mirrors

11305
0

126537e1dc · Remove some redundant code from sqlite3rbu.c. Add test cases for RBU vacuum. · Updated 2019-05-07 16:28:50 +00:00    mirrors

11310
0

3b9c321ab8 · Add the exprNodeCopy() routine that will safely memcpy() an Expr node that · Updated 2019-05-07 02:57:28 +00:00    mirrors

12663
309

3242c69c91 · New testcase macros to ensure that MEM_IntReal is fully tested. · Updated 2019-05-04 01:29:13 +00:00    mirrors

11320
0

c19b63c9a3 · Improved header comment and precondition checking for the new isDupColumn() · Updated 2019-04-29 13:30:16 +00:00    mirrors

11346
0

282b14c9c6 · Add the shardvtab virtual table that uses the new cost estimation functions. · Updated 2019-04-27 20:39:38 +00:00    mirrors

11368
2