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

Increase the default "max_page_count" to its theoretical maximum of...

Increase the default "max_page_count" to its theoretical maximum of 4294967294. (tags: trunk)

View Article


Fix a problem in fts5 caused by a COMMIT involving fts5 data that immediately...

Fix a problem in fts5 caused by a COMMIT involving fts5 data that immediately follows a ROLLBACK TO that does not. (tags: trunk)

View Article


Adjust the sqlite3PagerDirectReadOk() routine (part of the...

Adjust the sqlite3PagerDirectReadOk() routine (part of the SQLITE_DIRECT_OVERFLOW_READ optimization) to use less code and to be more easily testable. (tags: trunk)

View Article

Back out [b517a52fa36df0a0] which is no longer reachable due to early error...

Back out [b517a52fa36df0a0] which is no longer reachable due to early error detection enhancements in [166e82dd20efbfd3]. (tags: trunk)

View Article

Update the sqldiff.exe utility program so that it uses the sqlite3_str string...

Update the sqldiff.exe utility program so that it uses the sqlite3_str string interface, and so that it does console output using the ext/consio extension. (tags: trunk)

View Article


Enhance sqlite3_analyzer.exe so that it uses the ext/consio extension. (tags:...

Enhance sqlite3_analyzer.exe so that it uses the ext/consio extension. (tags: trunk)

View Article

Change a constant from decimal to hex to avoid a compiler warning on Mac....

Change a constant from decimal to hex to avoid a compiler warning on Mac. (tags: trunk)

View Article

Convert the JSON functions to use lookaside memory allocation whenever...

Convert the JSON functions to use lookaside memory allocation whenever feasible, to avoid hitting the global memory allocator mutex. (tags: trunk)

View Article


Fix a #ifdef in sqlite3_test_control() that was preventing builds with...

Fix a #ifdef in sqlite3_test_control() that was preventing builds with SQLITE_OMIT_WSD. (tags: trunk)

View Article


Restructure some code to fix what appears to be a false-positive UBSAN...

Restructure some code to fix what appears to be a false-positive UBSAN warning. (tags: trunk)

View Article

*MERGE* Merge the latest trunk enhancements into the begin-concurrent branch....

*MERGE* Merge the latest trunk enhancements into the begin-concurrent branch. (tags: begin-concurrent)

View Article

Testing code left in by accident. (tags: mistake)

Testing code left in by accident. (tags: mistake)

View Article

*MERGE* Merge the latest trunk enhancements into the wal2 branch. (tags: wal2)

*MERGE* Merge the latest trunk enhancements into the wal2 branch. (tags: wal2)

View Article


*MERGE* Merge the latest trunk enhancements into the bedrock branch. (tags:...

*MERGE* Merge the latest trunk enhancements into the bedrock branch. (tags: bedrock)

View Article

*MERGE* Avoid errors with SQLITE_OMIT_VIRTUALTABLE builds in json106.test and...

*MERGE* Avoid errors with SQLITE_OMIT_VIRTUALTABLE builds in json106.test and unionall.test. (tags: trunk)

View Article


*MERGE* Merge the latest trunk enhancements into the reuse-schema branch....

*MERGE* Merge the latest trunk enhancements into the reuse-schema branch. (tags: reuse-schema)

View Article

Update extension ext/misc/totext.c to avoid both ubsan warnings and dubious...

Update extension ext/misc/totext.c to avoid both ubsan warnings and dubious real->integer conversions. (tags: totype-fix)

View Article


*MERGE* Update extension ext/misc/totext.c to avoid both ubsan warnings and...

*MERGE* Update extension ext/misc/totext.c to avoid both ubsan warnings and dubious real->integer conversions. (tags: trunk)

View Article

Update JSON performance testing procedures for clarity and to describe how to...

Update JSON performance testing procedures for clarity and to describe how to do performance testing of JSONB. (tags: trunk)

View Article

Ensure that SQLITE_PROTOCOL is not returned too early when a...

Ensure that SQLITE_PROTOCOL is not returned too early when a SQLITE_ENABLE_SETLK_TIMEOUT build fails to open a transaction on a wal mode database in cases where blocking locks are not being used....

View Article
Browsing all 2701 articles
Browse latest View live