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

Makefile doc updates. Remove a couple extraneous targets. No functional...

Makefile doc updates. Remove a couple extraneous targets. No functional changes. (tags: trunk)

View Article


Fix pointless comparison of an unsigned integer to less than zero in Lemon....

Fix pointless comparison of an unsigned integer to less than zero in Lemon. (tags: reuse-schema)

View Article


Teach autosetup how to find tclsh v9.0 on cygwin. (tags: cygwin-fixes)

Teach autosetup how to find tclsh v9.0 on cygwin. (tags: cygwin-fixes)

View Article

tclsqlite3 patch from Christian Werner: replace FILE handles with TCL...

tclsqlite3 patch from Christian Werner: replace FILE handles with TCL channels for the db copy command. (tags: trunk)

View Article

Roll back part of [6d87a8efe]: the check for tclsh90.exe (as opposed to...

Roll back part of [6d87a8efe]: the check for tclsh90.exe (as opposed to tclsh9.0.exe) is incorrect on these platforms (it's an msvc build). Also remove an unused function added in that checkin. (tags:...

View Article


*MERGE* Minor configure script cleanups which started out as cygwin-specific...

*MERGE* Minor configure script cleanups which started out as cygwin-specific fixes but ended up just being minor platform-agnostic cleanups. (tags: trunk)

View Article

Update Lemon so that it accepts filename arguments to directives like...

Update Lemon so that it accepts filename arguments to directives like "%include". Ex: "%include <./subdir/file-to-include.txt>". This was capability needed by pikchr and backported here for safe...

View Article

Improvement output for ".schema --indent" in the CLI when the schema contains...

Improvement output for ".schema --indent" in the CLI when the schema contains partial indexes with long and complicated WHERE clauses. (tags: wrong-branch)

View Article


Improvement output for ".schema --indent" in the CLI when the schema contains...

Improvement output for ".schema --indent" in the CLI when the schema contains partial indexes with long and complicated WHERE clauses. (tags: trunk)

View Article


Use AtomicRead() and AtomicWrite() to access the pcache1_g.bUnderPressure...

Use AtomicRead() and AtomicWrite() to access the pcache1_g.bUnderPressure global, to forestall unnecessary angst from thread analyzers. (tags: trunk)

View Article

Update the recovery extension so that it works with encrypted databases....

Update the recovery extension so that it works with encrypted databases. (tags: trunk)

View Article

Always ignore comments in the schema of a database, even if...

Always ignore comments in the schema of a database, even if SQLITE_DBCONFIG_ENABLE_COMMENTS is turned off. (tags: trunk)

View Article

Have the recover module add "PRAGMA foreign_keys = off" to SQL output. Have...

Have the recover module add "PRAGMA foreign_keys = off" to SQL output. Have the shell tool add ".dbconfig defensive off". (tags: trunk)

View Article


Have the configure script report cygwin as SQLITE_OS_UNIX instead of...

Have the configure script report cygwin as SQLITE_OS_UNIX instead of SQLITE_OS_WIN, per off-list discussion with Jan Nijtmans. (tags: trunk)

View Article

Fix a tcl typo in the previous checkin which triggers an error on one machine...

Fix a tcl typo in the previous checkin which triggers an error on one machine but not another. (tags: trunk)

View Article


Additional 'array index is signed char' warning cleanups for the shell and...

Additional 'array index is signed char' warning cleanups for the shell and its embedded extensions, analog to [44bd44532d]. (tags: trunk)

View Article

Various typo fixes reported by Daniel Dumitriu. No functional changes. (tags:...

Various typo fixes reported by Daniel Dumitriu. No functional changes. (tags: trunk)

View Article


Back out the most significant part of [5c28a17253e2f], as Cygwin is a hybrid....

Back out the most significant part of [5c28a17253e2f], as Cygwin is a hybrid. With SQLITE_OS_UNIX it will use POSIX locking, which will misinteract with apps using Windows-style locking. (tags: trunk)

View Article

Cygwin-centric fixes from Jan Nijtmans. (tags: cygwin-fixes)

Cygwin-centric fixes from Jan Nijtmans. (tags: cygwin-fixes)

View Article

Cygwin-centric test script tweaks from Jan Nijtmans. (tags: cygwin-fixes)

Cygwin-centric test script tweaks from Jan Nijtmans. (tags: cygwin-fixes)

View Article
Browsing all 2701 articles
Browse latest View live