Quantcast
Channel: SQLite
Browsing all 2701 articles
Browse latest View live
↧

*MERGE* Fix the CREATE TABLE performance issue described by...

*MERGE* Fix the CREATE TABLE performance issue described by [forum:/forumpost/4cf69794d9dfff7c|forum thread 4cf69794d9dfff7c] in two different ways: (1) Omit the call to PRAGMA integrity_check('X')...

View Article


*MERGE* Avoid an OP_Next in cases where an IN(...) query against a UNIQUE...

*MERGE* Avoid an OP_Next in cases where an IN(...) query against a UNIQUE index may return at most 1 row. (tags: trunk)

View Article


Fix a case where the recovery extension might write uninitialized data to the...

Fix a case where the recovery extension might write uninitialized data to the recovered database. (tags: trunk)

View Article

Avoid an assert failure accessible only when internal testing features are...

Avoid an assert failure accessible only when internal testing features are enabled. dbsqlfuzz crash-66abacda6bca6bd531e25595e8c8068e2c710326.txt. (tags: trunk)

View Article

Fix a problem with queries that use "IN(...) ORDER BY ... NULLS LAST" or...

Fix a problem with queries that use "IN(...) ORDER BY ... NULLS LAST" or similar introduced by [d7648e21605a0b38]. (tags: trunk)

View Article


The coalesce(), ifnull(), and iif() functions pass through subtype values...

The coalesce(), ifnull(), and iif() functions pass through subtype values from their arguments, and hence need to have the SQLITE_RESULT_SUBTYPE flag set. This fixes an corner-case for the patch at...

View Article

Functions that pass through the sqlite3_value of one of their arguments must...

Functions that pass through the sqlite3_value of one of their arguments must also be marked as SQLITE_RESULT_SUBTYPE, in case one of their arguments has a subtype. (tags: func-rw-subtype)

View Article

Assume that a function is able to return a subtype if either (1) it is itself...

Assume that a function is able to return a subtype if either (1) it is itself marked with SQLITE_RESULT_SUBTYPE, or (2) one of its arguments is a function that is able to return a subtype. This...

View Article


*MERGE* Assume that an SQL function is able to return a subtype if any of its...

*MERGE* Assume that an SQL function is able to return a subtype if any of its arguments are SQL functions that are able to return subtypes. This closes a corner-case hole in the patch at...

View Article


Add test cases to test/in7.test. No code changes. (tags: trunk)

Add test cases to test/in7.test. No code changes. (tags: trunk)

View Article

Add new sessions API sqlite3changegroup_add_change(). (tags:...

Add new sessions API sqlite3changegroup_add_change(). (tags: changegroup-add-change)

View Article

Add comment to the test/lemon-test01.y file indicating that it does not work...

Add comment to the test/lemon-test01.y file indicating that it does not work and is for historical reference only. (tags: trunk)

View Article

Ticket [accfef33172b956d|accfef3317] Unicode output from the CLI subprocess...

Ticket [accfef33172b956d|accfef3317] Unicode output from the CLI subprocess not displayed correctly on Windows. status still Open with 6 other changes

View Article


Closed ticket [accfef33172b956d|accfef3317]: Unicode output from the CLI...

Closed ticket [accfef33172b956d|accfef3317]: Unicode output from the CLI subprocess not displayed correctly on Windows. plus 2 other changes

View Article

Fix problem in sqlar_uncompress() when being used to extract symbolic links....

Fix problem in sqlar_uncompress() when being used to extract symbolic links. (tags: trunk)

View Article


Add tests for sqlite3changegroup_add_change(). (tags: changegroup-add-change)

Add tests for sqlite3changegroup_add_change(). (tags: changegroup-add-change)

View Article

Edit comments in sqlite3session.h. (tags: changegroup-add-change)

Edit comments in sqlite3session.h. (tags: changegroup-add-change)

View Article


*MERGE* Add new sessions API sqlite3changegroup_add_change(). (tags: trunk)

*MERGE* Add new sessions API sqlite3changegroup_add_change(). (tags: trunk)

View Article

Avoid unnecessary recursion in sqlite3ExprDeleteNN(). This complicates the...

Avoid unnecessary recursion in sqlite3ExprDeleteNN(). This complicates the code, but it is needed to prevent nuisance "stack overflow" reports from OSSFuzz while it is running the latest ASAN. (tags:...

View Article

Omit redundant unary + operators from the AST. (tags: trunk)

Omit redundant unary + operators from the AST. (tags: trunk)

View Article
Browsing all 2701 articles
Browse latest View live