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

*MERGE* Merge latest changes to wal2 into this branch. (tags: bedrock)

*MERGE* Merge latest changes to wal2 into this branch. (tags: bedrock)

View Article


*MERGE* Merge the latest trunk enhancement into the reuse-schema branch....

*MERGE* Merge the latest trunk enhancement into the reuse-schema branch. (tags: reuse-schema)

View Article


Initial build-side tweaks to pave the way for a 64-bit WASM build. Such a...

Initial build-side tweaks to pave the way for a 64-bit WASM build. Such a build does not yet work for reasons given in the makefile comments, but is an eventual goal. (tags: trunk)

View Article

Add some comments describing the ways in which building sqlite3.wasm with...

Add some comments describing the ways in which building sqlite3.wasm with -sMEMORY64=(non-zero) fails. (tags: trunk)

View Article

Initial experimentation with a -sMEMORY64=1 wasm build (full 64-bit). This...

Initial experimentation with a -sMEMORY64=1 wasm build (full 64-bit). This compiles but does not pass tests due to friction between BigInt and Number types (e.g. Number(null)===0 but BigInt(null)...

View Article


Baby steps towards 64-bit pointers. Get it building and testing again in...

Baby steps towards 64-bit pointers. Get it building and testing again in 32-bit builds. (tags: wasm-64bit)

View Article

Get about 1/3rd of the tests running with MEMORY64=1, but the code noise...

Get about 1/3rd of the tests running with MEMORY64=1, but the code noise level added by the BigInt/Number discrepancy is making this very unattractive. There are apparently irreconcilable differences...

View Article

*MERGE* Merge all the latest trunk enhancements into the begin-concurrent...

*MERGE* Merge all the latest trunk enhancements into the begin-concurrent branch. After this merge, there are some errors in the new walckptnoop.test module, which need to be fixed by a follow-on...

View Article


Fix the build for testfixture. Fix the walckptnoop.test script. (tags:...

Fix the build for testfixture. Fix the walckptnoop.test script. (tags: begin-concurrent)

View Article


Get the wasm tests running in a 64-bit build up through (but not including)...

Get the wasm tests running in a 64-bit build up through (but not including) the oo1 bits. (tags: wasm-64bit)

View Article

Fix the decimal_cmp() extension function to give correct results in corner...

Fix the decimal_cmp() extension function to give correct results in corner cases such as negative zero and two equivalent values where one has extra trailing zeros to the right of the decimal point....

View Article

*MERGE* If the file-system supports f2fs style atomic-writes, sync the...

*MERGE* If the file-system supports f2fs style atomic-writes, sync the directory after deleting a journal file in journal_mode=DELETE mode in synchronous=NORMAL or synchronous=FULL modes (as well as...

View Article

Further work on 64-bit WASM builds. It now gets through just shy of half of...

Further work on 64-bit WASM builds. It now gets through just shy of half of tester1.js. (tags: wasm-64bit)

View Article


Get several hundred more lines of tester1.js running in 64-bit mode. (tags:...

Get several hundred more lines of tester1.js running in 64-bit mode. (tags: wasm-64bit)

View Article

Get all but 3 of the UI-thread tester1.js test groups running in 64-bit...

Get all but 3 of the UI-thread tester1.js test groups running in 64-bit builds. The outliers are virtual tables and commit/rollback/update hooks, plus there's still some Worker-thread-only tests to do....

View Article


Improve deps handling of fiddle's gzipped output files to help avoid stale gz...

Improve deps handling of fiddle's gzipped output files to help avoid stale gz files during development (althttpd will prefer those over the uncompressed ones). Only compress the larger files, not the...

View Article

Get speedtest1's wasm build working. (tags: wasm-64bit)

Get speedtest1's wasm build working. (tags: wasm-64bit)

View Article


Further tweaks towards 64-bit wasm. Fiddle is failing intermittently from the...

Further tweaks towards 64-bit wasm. Fiddle is failing intermittently from the C level when importing a db and it's not yet clear what's happening there. (tags: wasm-64bit)

View Article

Reinstate the working-again commit/rollback/update hook tests. The bug...

Reinstate the working-again commit/rollback/update hook tests. The bug breaking those was the one-letter change at the top of this diff. (tags: wasm-64bit)

View Article

Add missing sqlite3_vtab::xIntegrity wasm mapping. Correct signatures for the...

Add missing sqlite3_vtab::xIntegrity wasm mapping. Correct signatures for the (unused) xDlOpen and xDlError bindings. Disable OPFS-related tests in tester1.js in 64-bit builds. (tags: wasm-64bit)

View Article
Browsing all 4202 articles
Browse latest View live