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

Configure doc tweaks. Move the package version/build dir output so that it...

Configure doc tweaks. Move the package version/build dir output so that it does not appear at the start of --help text, but otherwise still appears before the first output from low-level config...

View Article


Ongoing work to get all the quoting and escaping variations in the CLI...

Ongoing work to get all the quoting and escaping variations in the CLI working correctly. (tags: unistr)

View Article


Bug fix and initial test-case infrastructure for control-character escaping...

Bug fix and initial test-case infrastructure for control-character escaping in the CLI. (tags: unistr)

View Article

Add the unistr_quote() function that works like quote(), but also escape...

Add the unistr_quote() function that works like quote(), but also escape control characters using unistr() if necessary. (tags: unistr)

View Article

Only use unistr() in columnar formats when strictly needed. Do not use...

Only use unistr() in columnar formats when strictly needed. Do not use unistr() in insert mode when --escape is off. More test cases. (tags: unistr)

View Article


configure: in autoconf build if both --disable-shared and...

configure: in autoconf build if both --disable-shared and --disable-static-shell are used together, ignore the former and emit a notice to that effect. (tags: configure-dll-support)

View Article

autoconf/auto.def: remove a define which made superfluous by [b8bf966628c0]....

autoconf/auto.def: remove a define which made superfluous by [b8bf966628c0]. Add a check/status message for whether to statically link the library into the CLI shell. (tags: configure-dll-support)

View Article

Use an assert() to fix a harmless (false-positive) scan-build warning in the...

Use an assert() to fix a harmless (false-positive) scan-build warning in the CLI. (tags: unistr)

View Article


Slightly simplify auto.def and autoconf/auto.def. (tags: configure-dll-support)

Slightly simplify auto.def and autoconf/auto.def. (tags: configure-dll-support)

View Article


*MERGE* Support SQLITE_ENABLE_SETLK_TIMEOUT on windows. (tags: trunk)

*MERGE* Support SQLITE_ENABLE_SETLK_TIMEOUT on windows. (tags: trunk)

View Article

Fix the new shellA.test test script so that it works with Valgrind. (tags:...

Fix the new shellA.test test script so that it works with Valgrind. (tags: unistr)

View Article

Remove an assert() added by [e88212b1] that is sometimes false. (tags: trunk)

Remove an assert() added by [e88212b1] that is sometimes false. (tags: trunk)

View Article

Consolidate two different UTF8 encoders into a single subroutine. (tags: unistr)

Consolidate two different UTF8 encoders into a single subroutine. (tags: unistr)

View Article


Avoid running certain tests in walsetlk2.test if SQLITE_ENABLE_SETLK_TIMEOUT...

Avoid running certain tests in walsetlk2.test if SQLITE_ENABLE_SETLK_TIMEOUT is set to 2, not 1. (tags: trunk)

View Article

Update the autoconf Makefile for nmake to support SETLK_TIMEOUT. (tags: trunk)

Update the autoconf Makefile for nmake to support SETLK_TIMEOUT. (tags: trunk)

View Article


Small performance improvement for the new %#Q conversion in printf. (tags:...

Small performance improvement for the new %#Q conversion in printf. (tags: unistr)

View Article

Fix a test script problem causing errors with Tcl 9. (tags: trunk)

Fix a test script problem causing errors with Tcl 9. (tags: trunk)

View Article


Reinstate the assert() removed by [0f6223b8]. Avoid holding a wal-mode write...

Reinstate the assert() removed by [0f6223b8]. Avoid holding a wal-mode write lock after the transaction has been rolled back if an IO error occurs while restarting the wal file. (tags: trunk)

View Article

*MERGE* Diverse configure tweaks to better support package maintainers on the...

*MERGE* Diverse configure tweaks to better support package maintainers on the unix-on-windows environments like msys2, cygwin, and mingw, based largely on feedback in forum posts...

View Article

*MERGE* Enhancements to help avoid problems in the CLI when trying display...

*MERGE* Enhancements to help avoid problems in the CLI when trying display content that contains ANSI escape codes: (1) Add the --escape MODE option to the CLI where MODE is one of "symbol", "ascii",...

View Article
Browsing all 2701 articles
Browse latest View live