Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add read-only databases with both big-endian and little-endian WAL files. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
d1a7ba91eb1c74cf3e7c1c43e84029b9 |
User & Date: | drh 2018-04-12 14:00:01.676 |
Context
2021-11-30
| ||
15:19 | Add the TPC-H-small.db database obtained from [https://github.com/lovasoa/TPCH-sqlite]. check-in: b1f5936c5d user: drh tags: trunk | |
2018-04-12
| ||
14:00 | Add read-only databases with both big-endian and little-endian WAL files. check-in: d1a7ba91eb user: drh tags: trunk | |
2017-07-26
| ||
16:59 | Change the run_rbu_tests.tcl script to make temporary test databases writable. check-in: d74d356bf6 user: drh tags: trunk | |
Changes
Added bigendianwal.db.
cannot compute difference between binary files
Added bigendianwal.db-wal.
cannot compute difference between binary files
Added littleendianwal.db.
cannot compute difference between binary files
Added littleendianwal.db-wal.
cannot compute difference between binary files
Changes to selftest.txt.
︙ | ︙ | |||
12 13 14 15 16 17 18 19 | .selftest .open random-json.db .selftest .open rt5i.db .selftest .open sqliterepo.db .selftest .quit | > > > > | 12 13 14 15 16 17 18 19 20 21 22 23 | .selftest .open random-json.db .selftest .open rt5i.db .selftest .open sqliterepo.db .selftest .open bigendianwal.db .selftest .open littleendianwal.db .selftest .quit |