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

Make sure the input buffer is big enough for an memcpy() when doing the...

Make sure the input buffer is big enough for an memcpy() when doing the restore autodetection in the shell. (tags: trunk)

View Article


Change things so that locale=1 is required to write fts5_locale() values to...

Change things so that locale=1 is required to write fts5_locale() values to an fts5 table, and so that blobs may not be stored in indexed (i.e. not UNINDEXED) columns of these tables. (tags: fts5-locale)

View Article


Add the --status option to the test runs using testrunner.tcl. Only works on...

Add the --status option to the test runs using testrunner.tcl. Only works on Unix platforms. The "exec" command appears to interfere with VT100 escape codes on windows. (tags: trunk)

View Article

Ensure the sqlite3_index_info.colUsed mask always includes the PK fields of...

Ensure the sqlite3_index_info.colUsed mask always includes the PK fields of WITHOUT ROWID vtabs in cases where they may be used. (tags: vtab-pk-colUsed-fix)

View Article

Fix a typo in [c327c0c0] preventing the shell tool from running ".dump"...

Fix a typo in [c327c0c0] preventing the shell tool from running ".dump" scripts that feature virtual tables. (tags: trunk)

View Article


*MERGE* Ensure that the sqlite3_index_info.colUsed mask always includes the...

*MERGE* Ensure that the sqlite3_index_info.colUsed mask always includes the PK fields of WITHOUT ROWID virtual tables. (tags: trunk)

View Article

Fix to the previous checkin: The colUsed parameter should have high-order bit...

Fix to the previous checkin: The colUsed parameter should have high-order bit set if any of the 64-th or greater columns of the virtual table is used. The lower 63 bits of colUsed always show the usage...

View Article

Restore legacy "tcl_install" makefile target, as an interim measure until I...

Restore legacy "tcl_install" makefile target, as an interim measure until I can figure out what is going on. (tags: trunk)

View Article


Change the AggInfoColumnReg() and AggInfoFuncReg() macros for compilers that...

Change the AggInfoColumnReg() and AggInfoFuncReg() macros for compilers that cannot parse empty elements of a comma expression. [forum:/forumpost/8fd21998dc|Forum post 8fd21998dc]. (tags: trunk)

View Article


Improvements to ./configure that will hopefully break fewer builds. (tags:...

Improvements to ./configure that will hopefully break fewer builds. (tags: trunk)

View Article

Improved robustness of parsing of tokenize= arguments in FTS5....

Improved robustness of parsing of tokenize= arguments in FTS5. [forum:/forumpost/171bcc2bcd|Forum post 171bcc2bcd]. (tags: trunk)

View Article

Improved robustness of parsing of tokenize= arguments in FTS5. (tags:...

Improved robustness of parsing of tokenize= arguments in FTS5. (tags: branch-3.46)

View Article

Remove unused test cases from FTS5, as they interfere with "grep". (tags: trunk)

Remove unused test cases from FTS5, as they interfere with "grep". (tags: trunk)

View Article


Fix a harmless compiler warning in an assert(). (tags: trunk)

Fix a harmless compiler warning in an assert(). (tags: trunk)

View Article

Add a new assert() to help static analyzers understand that a pointer is...

Add a new assert() to help static analyzers understand that a pointer is never NULL. (tags: trunk)

View Article


Fix a broken assert in fts5_expr.c. (tags: trunk)

Fix a broken assert in fts5_expr.c. (tags: trunk)

View Article

Add the --memory option to the ".parameter init" CLI command. When present,...

Add the --memory option to the ".parameter init" CLI command. When present, the --memory option causes the sqlite_parameters table to be created in a completely independent :memory: database. This can...

View Article


Move a misplaced va_end, as reported in [forum:702c79e9da|forum post...

Move a misplaced va_end, as reported in [forum:702c79e9da|forum post 702c79e9da]. (tags: trunk)

View Article

Move a misplaced va_end, as reported in [forum:702c79e9da|forum post...

Move a misplaced va_end, as reported in [forum:702c79e9da|forum post 702c79e9da]. (tags: branch-3.46)

View Article

In the CLI, recognize magic parameter names "$int_NNN" and "$text_TTT" and...

In the CLI, recognize magic parameter names "$int_NNN" and "$text_TTT" and bind them with integer value NNN and text value TTT respectively. Intended for testing and debugging use only. (tags: trunk)

View Article
Browsing all 2701 articles
Browse latest View live