Quantcast
Browsing all 2742 articles
Browse latest View live

Optimize deferred allocation of pages on this branch by avoiding BTALLOC_LE....

Optimize deferred allocation of pages on this branch by avoiding BTALLOC_LE. (tags: begin-concurrent)

View Article


Wrap some exceptionally long lines in main.mk. Add option to override LDFLAGS...

Wrap some exceptionally long lines in main.mk. Add option to override LDFLAGS on the sqlite3.dll target. Audit: all targets for which it is hypothetically relevant can now inherit user-supplied...

View Article


Add the ".dbtotxt" command to the CLI. (tags: trunk)

Add the ".dbtotxt" command to the CLI. (tags: trunk)

View Article

Fix the fts5 trigram tokenizer so that it handles non-nul-terminated strings....

Fix the fts5 trigram tokenizer so that it handles non-nul-terminated strings. (tags: trunk)

View Article

Adjust the behavior of sqlite3_changes64() so that it counts INSERTs into a...

Adjust the behavior of sqlite3_changes64() so that it counts INSERTs into a new table created using "CREATE TABLE name AS SELECT ...". It has never done this before. The documentation is a little...

View Article


Clarify the documentation to make it clear that rows inserted by a CREATE...

Clarify the documentation to make it clear that rows inserted by a CREATE TABLE AS SELECT statement are not counted by sqlite3_count64(). [forum:/forumpost/1e6cde5648|Forum post 1e6cde5648]. (tags: trunk)

View Article

Ensure that the sqlite3_index_info.idxStr string coming back from FTS5 is...

Ensure that the sqlite3_index_info.idxStr string coming back from FTS5 is always zero-terminated, even if the xBestIndex call fails with an SQLITE_CONSTRAINT error. (tags: trunk)

View Article

Optimize deferred allocation of pages on this branch by avoiding BTALLOC_LE....

Optimize deferred allocation of pages on this branch by avoiding BTALLOC_LE. (tags: cf8f1552-commit-instr)

View Article


Increase maximum length of sqlite3_log() messages to 700 bytes. Mark log...

Increase maximum length of sqlite3_log() messages to 700 bytes. Mark log messages as v=10. (tags: cf8f1552-commit-instr)

View Article


Add the SQLITE_FCNTL_NULL_IO file-control. (tags: trunk)

Add the SQLITE_FCNTL_NULL_IO file-control. (tags: trunk)

View Article

Add the test/fork-test.c test program. (tags: trunk)

Add the test/fork-test.c test program. (tags: trunk)

View Article

Fix a memory leak in the ".dump" command of the CLI that can occur if an...

Fix a memory leak in the ".dump" command of the CLI that can occur if an error other than database corruption is seen while trying to query the database. (tags: trunk)

View Article

Enhance the vfstrace.c extension to show symbolic names for the various SHM...

Enhance the vfstrace.c extension to show symbolic names for the various SHM locks. (tags: trunk)

View Article


Early prototype code for COMMIT AND BEGIN. Does not currently work. (tags:...

Early prototype code for COMMIT AND BEGIN. Does not currently work. (tags: commit-and-begin)

View Article

configure: avoid performing multiple checks for -lm on behalf of...

configure: avoid performing multiple checks for -lm on behalf of --enable-fts4 and --enable-fts5. (tags: trunk)

View Article


Document the if block at the end of sqlite-check-tcl. (tags: trunk)

Document the if block at the end of sqlite-check-tcl. (tags: trunk)

View Article

Fix a problem with window functions min() and max() when used with a FILTER...

Fix a problem with window functions min() and max() when used with a FILTER clause. Forum post [forum:/forumpost/e9126d554a | e9126d554a]. (tags: trunk)

View Article


Remove unused sqlite_cfg.h.in (sqlite_cfg.h gets generated without an input...

Remove unused sqlite_cfg.h.in (sqlite_cfg.h gets generated without an input template). (tags: makefile-simplification)

View Article

Remove some obsolete macros from the CLI. (tags: trunk)

Remove some obsolete macros from the CLI. (tags: trunk)

View Article

Fix a state makefile dependency which refered to the now-removed...

Fix a state makefile dependency which refered to the now-removed sqlite_cfg.h.in. (tags: makefile-simplification)

View Article
Browsing all 2742 articles
Browse latest View live