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

Fix a problem handling OOM errors in fts3 that could occur when parsing...

Fix a problem handling OOM errors in fts3 that could occur when parsing multi-token strings. (tags: trunk)

View Article


Initial configure support for linking certain binaries to libsqlite3.so...

Initial configure support for linking certain binaries to libsqlite3.so instead of embedding it dynamically (which they typically do). This currently applies only to sqldiff, but support for adding the...

View Article


Reformulate sqldiff deps and rules so that the target matches the resulting...

Reformulate sqldiff deps and rules so that the target matches the resulting file name, to avoid rebuilding it on every make invocation. Apply the same treatment to the sqlite3 CLI shell. (tags:...

View Article

Extra logging for the freelist and hash table components of COMMITs of BEGIN...

Extra logging for the freelist and hash table components of COMMITs of BEGIN CONCURRENT transactions. (tags: cf8f1552-commit-instr)

View Article

Revert linking the shell to the dll for reasons explained in new makefile...

Revert linking the shell to the dll for reasons explained in new makefile comments. Move the --with-debug configure flag into the developer options set and add commentary about why it should never be...

View Article


Enhancements to tool/mkccode.tcl such that it recognizes -D command line...

Enhancements to tool/mkccode.tcl such that it recognizes -D command line arguments and can use them in internal IFDEF and IFNDEF macros. Update the tool/sqlite3_analyzer.c.in script such that it omits...

View Article

*MERGE* Merge trunk into this branch. Fix a small jimtcl/tclsh regex...

*MERGE* Merge trunk into this branch. Fix a small jimtcl/tclsh regex incompatibility in mkccode.tcl. (tags: link-tools-dynamically)

View Article

Get sqlite3_analyzer optionally linking against libsqlite3.so instead of...

Get sqlite3_analyzer optionally linking against libsqlite3.so instead of embedding sqlite3.c. Patch mkccode.tcl to accept digits in its IFDEF/IFNDEF checks and sqlite3_analyzer.c.in to only include...

View Article


Move the in-comment-code commentary about --with-debug, from [7b14309be4],...

Move the in-comment-code commentary about --with-debug, from [7b14309be4], into the --help text for that flag, where it's readily visible. (tags: link-tools-dynamically)

View Article


Rename --link-tools-dynamically to --dynlink-tools, per discussion. (tags:...

Rename --link-tools-dynamically to --dynlink-tools, per discussion. (tags: link-tools-dynamically)

View Article

*MERGE* Didn't work out; broke the build. Was: Add the ability to build...

*MERGE* Didn't work out; broke the build. Was: Add the ability to build certain tools dynamically linked to libsqlite3 instead of embedding their own copy of sqlite3.c. (tags: mistake)

View Article

Add missing $TCL_LIBS to the link for sqlite3_analyzer. (tags:...

Add missing $TCL_LIBS to the link for sqlite3_analyzer. (tags: link-tools-dynamically)

View Article

Add fix from [bfab759611b0] to sqltclsh. Remove some now-unneeded...

Add fix from [bfab759611b0] to sqltclsh. Remove some now-unneeded has_tclsh84/5 checks in cases where jimsh can be used. (tags: link-tools-dynamically)

View Article


Do not report an sqlite3_error_offset() for errors that occur inside of views...

Do not report an sqlite3_error_offset() for errors that occur inside of views or triggers, since the text of those elements is not part of the original query. (tags: trunk)

View Article

Do not report an sqlite3_error_offset() for errors that occur inside of views...

Do not report an sqlite3_error_offset() for errors that occur inside of views or triggers, since the text of those elements is not part of the original query. (tags: branch-3.47)

View Article


Provide the sqlite3ShowWhereTerm() interface callable interactively from a...

Provide the sqlite3ShowWhereTerm() interface callable interactively from a debugger, when compiling with SQLITE_DEBUG. (tags: trunk)

View Article

Bug fix in the SubrtnSig logic from [c9a3498113074bbc], if a subquery is...

Bug fix in the SubrtnSig logic from [c9a3498113074bbc], if a subquery is copied and then changes are made to the copy, be sure to give the copy a unique Select.selId value so that the original will not...

View Article


If a subquery is copied and then changes are made to the copy, be sure to...

If a subquery is copied and then changes are made to the copy, be sure to give the copy a unique Select.selId value so that the original will not be substituted in place of the modified copy. (tags:...

View Article

Use shared-library flags, not shared-object flags, to create shared...

Use shared-library flags, not shared-object flags, to create shared libraries. This makes no difference on Linux, but is required for Mac. (tags: link-tools-dynamically)

View Article

*MERGE* New configuration option --dynlink-tools causes some command-line...

*MERGE* New configuration option --dynlink-tools causes some command-line tools like sqldiff and sqlite3_analyzer to link against the libsqlite3.so system library rather than being built-in. Caution:...

View Article
Browsing all 2701 articles
Browse latest View live