Quantcast
Channel: SQLite
↧

Update the build instructions for Windows to note that VS2015 or later is...

Update the build instructions for Windows to note that VS2015 or later is required to avoid the need to install tclsh.exe. (tags: trunk)

View Article


Improvements to the way that truncation is implemented in sqlite_dbpage()....

Improvements to the way that truncation is implemented in sqlite_dbpage(). (tags: trunk)

View Article


Add a test case for ROLLBACK TO of database truncate operations made through...

Add a test case for ROLLBACK TO of database truncate operations made through the sqlite_dbpage vtab. (tags: trunk)

View Article

Fix recent test cases so that they work even when auto_vacuum defaults to on....

Fix recent test cases so that they work even when auto_vacuum defaults to on. (tags: trunk)

View Article

Close database connections in test/dbpage.test, for Windows. (tags: trunk)

Close database connections in test/dbpage.test, for Windows. (tags: trunk)

View Article


Improvements to the display of subqueries in the FROM clause for treeview...

Improvements to the display of subqueries in the FROM clause for treeview output. (Debug and analysis code only - does not affect production builds.) (tags: trunk)

View Article

Improve the treeview output for CteUse objects. (tags: trunk)

Improve the treeview output for CteUse objects. (tags: trunk)

View Article

Avoid using Int32x32To64() with a 64-bit argument in fileio.c - this level of...

Avoid using Int32x32To64() with a 64-bit argument in fileio.c - this level of micro-optimization is not really necessary there. (tags: trunk)

View Article


Add comment to the columnIsGoodIndexCandidate() routine to record the results...

Add comment to the columnIsGoodIndexCandidate() routine to record the results of a failed experiment. No changes to code. (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

*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* 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


Add new tcl-extension-testing.md document. The Windows side is not yet...

Add new tcl-extension-testing.md document. The Windows side is not yet working. (tags: test-procedures)

View Article

Adjust the Windows Makefile.msc so that it can build the tclextension with...

Adjust the Windows Makefile.msc so that it can build the tclextension with Tcl8.6 successfully. Updates to the tcl-extension test procedure document. (tags: test-procedures)

View Article


*MERGE* Add the document describing test procedures for the TCL extension...

*MERGE* Add the document describing test procedures for the TCL extension build process. Update the Windows makefile so that it builds the TCL extensions successfully with a default installation of...

View Article

Fix a problem in the sessions extension allowing changesets containing...

Fix a problem in the sessions extension allowing changesets containing foreign key violations to be committed under some circumstances. (tags: trunk)

View Article


Allow the 2nd argument to ".param set" to use previously bound parameters, as...

Allow the 2nd argument to ".param set" to use previously bound parameters, as suggested by [forum:/forumpost/823e1bd746|forum post 823e1bd746]. (tags: trunk)

View Article

Show the values of $(JIM_TCLSH) and $(VISUALSTUDIOVERSION) in the output of...

Show the values of $(JIM_TCLSH) and $(VISUALSTUDIOVERSION) in the output of "nmake tcl-env". (tags: trunk)

View Article

Improvements to testing and validation of the SQLite TCL extension. (tags:...

Improvements to testing and validation of the SQLite TCL extension. (tags: trunk)

View Article