/ Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 descendants and 50 ancestors of 2578e3c64b0a92ab92143f18d107a1a180bd6fa87243661930771c4c080f8098

2019-07-29
02:49
Fix harmless compiler warning seen with MSVC for x64. check-in: 857b2ba6d0 user: mistachkin tags: trunk
2019-07-26
20:54
Merge latest changes from trunk into this branch. check-in: 7f1e4e4b99 user: dan tags: reuse-schema
20:33
Update RBU so that it supports indexes on expressions. check-in: 6bfa44da22 user: dan tags: trunk
16:16
Fix RBU handling of partial indexes with comments embedded in their CREATE INDEX statements. check-in: e1ccf211aa user: dan tags: trunk
2019-07-25
19:29
Fix a potential buffer overread in fts5 triggered by a corrupt database record. check-in: 16472112b6 user: dan tags: trunk
2019-07-24
23:15
Fix faulty asserts in the code generator. Ticket [c52b09c7f38903b1] check-in: 01cdc590f7 user: drh tags: trunk
20:10
Improve the ".recover" command so that it handles intkey pages linked into non-intkey b-trees, and vice-versa, better. check-in: 9c458acba5 user: dan tags: trunk
19:20
Improve the ".recover" command's handling of corrupt database schemas. check-in: becaaa4d29 user: dan tags: trunk
08:15
Improve the ".recover" command in the shell tool so that it is not confused by auto-vacuum databases. And so that it can recover tables for which one or more of the column names are SQL keywords. check-in: 87d76047d6 user: dan tags: trunk
2019-07-23
13:26
Avoid redefining types u32 and u16 when fossildelta.c is compiled as part of the amalgamation. check-in: d8e88248e3 user: dan tags: trunk
2019-07-22
23:24
Do not use the insert-overwrite optimization if the cell might overwrite the page header. check-in: f60a830691 user: drh tags: trunk
19:01
Consolidate the removal of Window objects from the Select.pWin list into a single subroutine. check-in: e46b2afc99 user: drh tags: trunk
17:28
Fix a bug in the linked-list handling code added by commit [fd7316cd]. check-in: 05080344dc user: dan tags: trunk
16:57
New test cases added to test/fuzzdata8.db check-in: 25fec62ac5 user: drh tags: trunk
16:33
Remove Window objects from the corresponding Select.pWin list when they are deleted, as they are, for example, when the ORDER BY clause is optimized out. check-in: fd7316cda0 user: dan tags: trunk
16:20
Remove Window objects from the corresponding Select.pWin list when they are deleted. Closed-Leaf check-in: d23f331682 user: dan tags: winfunc-in-orderby
11:38
Fix a problem with renaming tables when the schema contains an invocation of a currently unregistered aggregate with a FILTER clause. check-in: bd37ce3fb8 user: dan tags: trunk
2019-07-20
21:12
Make sure any window definitions in an ORDER BY clause are removed from the SELECT statement if the ORDER BY clause gets optimized out. check-in: 23b119671f user: drh tags: winfunc-in-orderby
18:00
Early detection of a corrupt R-Tree in the R-Tree search algorithm. check-in: 2bf5a4c164 user: drh tags: trunk
17:43
Performance optimizations in the rtreeStepToLeaf() routine of RTree. check-in: 4e34e3615f user: drh tags: trunk
2019-07-19
15:03
New test cases added to test/fuzzdata8.db. check-in: 39be3c61bd user: drh tags: trunk
15:00
Refinement to check-in [348e7f193a963390] that avoids unreachable branches. check-in: bbfb2908ec user: drh tags: trunk
14:32
Fix a problem with renaming a table when the schema contains an invocation of a window function that is not currently registered. check-in: ff290feb97 user: dan tags: trunk
11:20
Fix a problem with renaming tables when the schema contains WINDOW definitions with (illegal) non-numeric expressions as part of a PRECEDING or FOLLOWING clause. check-in: 348e7f193a user: dan tags: trunk
10:31
Fix a faulty assert() in walker.c that could fail when processing an ALTER TABLE statement on a schema containing invalid table references that are part of a WINDOW definition. check-in: ee076c28d8 user: dan tags: trunk
01:11
Fix a new problem in the BETWEEN operator when applied to a window function. The problem was introduced yesterday by check-in [7ef7b23cbb1b9ace]. check-in: 47e23064ba user: drh tags: trunk
2019-07-17
19:57
Always use the stdlib.h intptr_t type for pointer-integer conversions, when it is available. check-in: c0d932449d user: drh tags: trunk
16:18
Fix an incorrect assert() in balance_nonroot(). check-in: 59c9e73f86 user: drh tags: trunk
15:05
Improvement to the hexdb interpreter built into the CLI and into the TCL test harness: Round the "size" up to the next multiple of the "pagesize". check-in: 9ec92939cb user: drh tags: trunk
14:34
When processing a BETWEEN or CASE expression, avoid transforming a node of the original expression into a TK_REGISTER node. Instead, take a copy and use it instead. Fix for [1be72aab9]. check-in: 7ef7b23cbb user: dan tags: trunk
12:49
Fix the WITHOUT ROWID table logic so that it generates a correct KeyInfo object for tables that have a PRIMARY KEY containing the same column used more than once with different collating sequences. Enhance the index_xinfo pragma to assist in testing the above. Fix for ticket [fd3aec0c7e3e2998]. check-in: 84a51a755c user: drh tags: trunk
12:42
New test cases for PRAGMA index_xinfo on a WITHOUT ROWID table. And new testcases using index_xinfo to verify that WITHOUT ROWID tables are constructed correctly. Closed-Leaf check-in: 340378c1e6 user: drh tags: wor-pk-dups
11:01
Enhance the "PRAGMA index_info()" and "PRAGMA index_xinfo()" statements so that they allow a WITHOUT ROWID table as their argument, and in that case show the structure of the underlying index used to implement the WITHOUT ROWID table. check-in: 62274ff683 user: drh tags: wor-pk-dups
09:18
Fix problems with duplicate fields in the PRIMARY KEYs of WITHOUT ROWID tables. check-in: bd9a47a3a2 user: dan tags: wor-pk-dups
07:23
Add casts to shell.c.in to avoid warnings on systems where size_t is 32 bits. check-in: fe014288ac user: dan tags: trunk
2019-07-16
19:44
Add new assert() statements in an attempt to help static analyzers avoid false-positives. check-in: 9e66458592 user: drh tags: trunk
18:27
Add assert()s in os_win.c in an effort to silence false-positives from static analyzers. check-in: 22a7c15b26 user: drh tags: trunk
05:11
Call ioctl() with the correct signature on both Android and stock Linux. check-in: 2422534908 user: dan tags: trunk
2019-07-15
13:58
Fix a problem that could cause a crash if a blob handle were closed after the associated database handle was closed using sqlite3_close_v2(). check-in: 52f463d294 user: dan tags: trunk
07:58
Call ioctl() with the correct signature on both Android and stock Linux. Closed-Leaf check-in: 68e12e063f user: dan tags: ioctl-signature
2019-07-14
00:15
Mark an unreachable branch using ALWAYS(). check-in: 0fff105a3e user: drh tags: trunk
2019-07-13
18:27
Fix a memory leak that could follow an OOM in the new FILTER code. check-in: 85fd70fead user: dan tags: trunk
17:54
Fix a typo in test file window1.test. check-in: 8c80e81d01 user: dan tags: trunk
17:45
Fix error handling for the case where a window function is passed the wrong number of arguments. check-in: 871796bb19 user: dan tags: trunk
17:21
Fix a double-quoted string literal used in the ".schema" command of the CLI. check-in: fcd937d978 user: drh tags: trunk
16:39
Add support for attaching a FILTER clause to an aggregate function. check-in: ee293e5aea user: dan tags: trunk
16:22
Rework the FILTER clause implementation to share more code with window functions. Leaf check-in: 5dac8c38df user: dan tags: filter-clause
16:15
Remove unreachable "break" statements to silence harmless compiler warnings from ICC. check-in: 0d7287e1bf user: drh tags: trunk
09:56
Merge latest trunk changes into this branch. check-in: 86ab963cc5 user: dan tags: filter-clause
2019-07-11
19:50
Improved comments and extra testcase() macros on the serial-type computation logic in the OP_MakeRecord opcode. check-in: 18bfb2179c user: drh tags: trunk
19:27
Increase the version number to 3.30.0 for the next release cycle. check-in: 2578e3c64b user: drh tags: trunk
19:22
Move the sqlite3VdbeSerialType() routine in-line in the OP_MakeRecord opcode. Optimizing compilers were doing this already. By doing it manually, we can omit some redundant tests and make the whole thing run a million cycles faster and use about 80 bytes less code space. check-in: d837ab0da5 user: drh tags: trunk
2019-07-10
17:32
Version 3.29.0 check-in: fc82b73eaa user: drh tags: trunk, release, version-3.29.0
2019-07-09
23:35
Add the "LL" suffix on a pair of larger integer literals, for compatibility with older C compilers. check-in: 6f328c3594 user: drh tags: trunk
17:36
Update rtree.c so that SQLITE_DEBUG is required to turn on assert() statements, even if it is compiled separately from the amalgamation. check-in: b6e17f0139 user: dan tags: trunk
12:03
Fix a test script problem in windowfault.test. check-in: 47010bf17c user: dan tags: trunk
2019-07-08
18:35
Fix dbfuzz2 so that it will compile on systems that do not support getrlimit(). check-in: 36295dcebc user: drh tags: trunk
13:45
Fix an assert() that [28196d89] caused to fail. check-in: 8fb0c6d5a3 user: dan tags: trunk
12:01
Ensure collation sequences and affinities work in window function queries. Fix for [9ece23d2]. check-in: 28196d894a user: dan tags: trunk
2019-07-05
15:16
Fix a valgrind problem in fts3corrupt4.test. check-in: cb3dec427e user: dan tags: trunk
2019-07-04
19:19
As it requires wal mode support, do not run test file chunksize.test as part of the "journaltest" permutation. check-in: acd2df36c2 user: dan tags: trunk
16:30
Fix a typo in the wapptest.tcl script. check-in: 971b4422ae user: dan tags: trunk
16:06
Have wapptest.tcl run at least one threadtest with an SQLITE_ENABLE_MEMORY_MANAGEMENT build. check-in: d6131caf64 user: dan tags: trunk
16:05
Fix a race condition that could occur in SQLITE_ENABLE_MEMORY_MANAGEMENT builds when two threads simultaneously open the first two database connections in the process. check-in: 5ea3f6fc88 user: dan tags: trunk
2019-07-02
12:23
Restore the legacy behavior of enabling double-quoted string literals in all contexts. But also provide a new compile-time option (SQLITE_DQS) to change the default to something more restrictive. check-in: 97a94446f3 user: drh tags: trunk
2019-06-28
07:08
Use the OP_Sequence opcode for generating unique rowid values for an autoindex on a co-routine implementation of a subquery. check-in: eab4297577 user: drh tags: trunk
2019-06-26
21:04
Ensure that when an ephemeral cursor is reopened with a second invocation of to OP_OpenEphemeral, the sequence counter is reset and the cache marked as stale. Fix for [9cdc5c46]. check-in: 5fd20e09a5 user: dan tags: trunk
2019-06-21
14:05
Fix a typo in an option name for the .dbconfig command in shell.c.in: s/wriable_schema/writable_schema/ check-in: 1c58522e49 user: dan tags: trunk
2019-06-17
14:50
Fix a problem with handling with handling quoted path elements in extension functions json_set() and json_insert() reported on the mailing list. check-in: 45bfcb88e7 user: dan tags: trunk
14:13
New sqlite3_db_config() options: SQLITE_DBCONFIG_LEGACY_ALTER_TABLE, SQLITE_DBCONFIG_DQS_DML, and SQLITE_DBCONFIG_DQS_DDL. check-in: a61db8ff67 user: drh tags: trunk
13:56
Improved interface to double-quoted string literal enabling/disabling. Closed-Leaf check-in: 923cfd53fc user: drh tags: new-dbconfig-options
2019-06-16
14:56
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. Fix for [e1e07ef2]. check-in: 5411087048 user: drh tags: trunk
08:58
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. Fix for [e1e07ef2]. Closed-Leaf check-in: ba7870e292 user: dan tags: tkt-e1e07ef2
2019-06-15
15:32
Fix minor problems in the test code in test_demovfs.c. check-in: ca4ddfefc1 user: dan tags: trunk
15:27
Add extra test case for one of the problems fixed by the previous commit. check-in: 0bbceebb12 user: dan tags: trunk
15:21
Ensure that sqlite3RenameExprUnmap() does an unmap of the result set alias names in subqueries when ALTER TABLE fails because of a syntax error in a trigger. check-in: d3b6f1665f user: drh tags: trunk
2019-06-14
21:25
Add SQLITE_DBCONFIG options LEGACY_ALTER_TABLE, NO_DQS_SCHEMA, and NO_DQS. check-in: 1fad20925e user: drh tags: new-dbconfig-options
17:37
Deprecate the SQLITE_ALLOW_COVERING_INDEX_SCAN compile-time option when it is turned off. This probably will impact no-one. If it does, they will get an error message instructing them to contact developers, so that we can get feedback that somebody is actually using this feature. Start-time disabling of covering index scan is not affected. check-in: 23e49f9984 user: drh tags: trunk
13:24
Fix the implementation of the built-in RTRIM collating sequence so that it works for control characters at the end of the string. Ticket [f1580ba1b574e9e9] check-in: 86fa0087cd user: drh tags: trunk
12:28
Refactor the LIKE optimization decision logic so that it uses sqlite3AtoF() on both boundary keys to determine if the optimization can be used when the LHS is something that might not have TEXT affinity. Ticket [ce8717f0885af975]. See also [c94369cae9b561b1], [b043a54c3de54b28], [fd76310a5e843e07], and [158290c0abafde67]. check-in: b4a9e09e60 user: drh tags: trunk
2019-06-13
16:14
Add a new requirement mark on the ctime.c code. check-in: c4b405687b user: drh tags: trunk
14:07
Do not use the %lld printf conversion in the platform printf() as some legacy platforms do not support it. check-in: f8696b60ee user: drh tags: trunk
13:52
Fix a minor error in a test script, and harmless compiler warnings in the CLI code. check-in: eaa34626e4 user: drh tags: trunk
2019-06-12
22:46
Adjust requirements marks and add new requirements tests. check-in: ebb81dad1f user: drh tags: trunk
20:51
As a special case, casting '-0.0' into numeric should yield 0. Fix for ticket [674385aeba91c774]. check-in: 491f0f9bbd user: drh tags: trunk
13:49
Handle expressions like "expr IS TRUE COLLATE xyz" in the same way as "expr IS TRUE". Fix for [4d01eda8115b10d1]. check-in: 5c6146b56a user: dan tags: trunk
2019-06-11
21:02
The affinity of the unlikely() function and its cousins should be "none". Ticket [0c620df60bffd9ef] check-in: 614ecb0af4 user: drh tags: trunk
18:07
Make sure the affinity of the RHS of an IN operator does not affect the outcome even if the RHS expression contains a COLLATE clause. Ticket [57353f8243c637c0] check-in: 0f748fe58b user: drh tags: trunk
16:43
Mark an unreachable branch with an ALWAYS macro. check-in: d4755aca4b user: drh tags: trunk
16:07
New test case in fuzzdata8.db. check-in: e96641f0be user: drh tags: trunk
16:06
Off-by-one error in the CAST to NUMERIC logic. check-in: 25b8963020 user: drh tags: trunk
12:03
Have the ALTER TABLE code handle the case where an entire expression that includes a sub-select is excluded from a view, trigger or index. check-in: f2c8179f3c user: dan tags: trunk
10:43
Add the new sqlite3ExprUnmapAndDelete() function and use it in place of separate calls to sqlite3RenameExprUnmap() and sqlite3ExprDelete(). check-in: 36ea13e0a8 user: drh tags: trunk
02:43
The ALTER TABLE command should not attempt to rename objects that are contained within an expression tree that has been optimized out because it is the other branch of an "AND false" expression. Ticket [533010b8cacebe82] check-in: 04bd5cb732 user: drh tags: trunk
01:56
Fix repeated test numbers in the altertab2.test file. check-in: e82f235e72 user: drh tags: trunk
01:30
Remove a comment made obsolete by check-in [71643deb6bbad4b4]. No changes to code. check-in: 211c8002d5 user: drh tags: trunk
2019-06-10
23:45
A string consisting of a single '.' is not a floating point literal with extra text at the end. Fix for ticket [412bba9b22c677da] check-in: 5705016229 user: drh tags: trunk
19:17
Have ALTER TABLE commands ignore the lhs of "expr IN ()" and "expr NOT IN ()" expressions, just as other queries do. Fix for [533010b8ca]. check-in: 71643deb6b user: dan tags: trunk
19:07
Improvements to the documentation for the xAccess method of the VFS. Ticket [5e0423b058fa5adf] check-in: 7078d77eff user: drh tags: trunk
18:33
Make sure a CAST to "NUMERIC" results in an integer if the value can be losslessly expressed as an integer, as the documentation requires. Ticket [dd6bffbfb6e61db9]. check-in: c0c90961b4 user: drh tags: trunk
15:34
Handle renaming a column or table when the schema contains a (meaningless) index on the constant expression ('text' IN ()) or ('text' NOT IN()). Fix for [fd76310a]. check-in: 567b130939 user: dan tags: trunk