| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | fix DetailedError and Diagnostics formatting | 2021-04-17 | 1 | -4/+8 | ||
| | | ||||||
| * | make use_bundled work for all targets | 2021-04-17 | 1 | -4/+5 | ||
| | | | | | | We might want to force the use of the bundled source code even when testing all targets. | |||||
| * | Merge pull request #24 from vrischmann/pragma-arg-string | 2021-04-17 | 1 | -18/+15 | ||
| |\ | | | | | replace the pragma argument with a nullable string | |||||
| | * | replace the pragma argument with a nullable string | 2021-04-17 | 1 | -18/+15 | ||
| |/ | ||||||
| * | fix documentation | 2021-04-17 | 1 | -1/+1 | ||
| | | ||||||
| * | Merge branch 'readme-improvements' | 2021-04-12 | 1 | -3/+28 | ||
| |\ | ||||||
| | * | document how to use zigmod | 2021-04-12 | 1 | -3/+28 | ||
| |/ | ||||||
| * | Merge branch 'zigmod' | 2021-04-12 | 1 | -0/+9 | ||
| |\ | ||||||
| | * | add zigmod support | 2021-04-12 | 1 | -0/+9 | ||
| |/ | ||||||
| * | build: cleanup test target for windows | 2021-04-03 | 1 | -10/+0 | ||
| | | ||||||
| * | Merge pull request #23 from vrischmann/cross-compile-tests | 2021-03-23 | 5 | -54/+150 | ||
| |\ | | | | | Rework test runner script | |||||
| | * | ci: remove extraneous jobs | 2021-03-23 | 4 | -26/+0 | ||
| | | | ||||||
| | * | build: run the tests on all targets we support for a given host OS | 2021-03-22 | 1 | -28/+150 | ||
| |/ | | | | | | | For a given host OS (Linux or Windows), define all the test targets directly in the build script. Additionally, support using QEMU to run the non-native tests. | |||||
| * | Merge pull request #22 from data-man/sqlite_fresh | 2021-03-19 | 2 | -30/+51 | ||
| |\ | | | | | Update SQLite to 3.35.2 | |||||
| | * | Update SQLite to 3.35.2 | 2021-03-19 | 2 | -30/+51 | ||
| |/ | ||||||
| * | ci: enable the bundled test | 2021-03-13 | 1 | -5/+3 | ||
| | | ||||||
| * | tools: copy the c directory before since it basically never changes | 2021-03-13 | 2 | -2/+2 | ||
| | | ||||||
| * | Merge branch 'github-ci-bundled' | 2021-03-13 | 1 | -5/+25 | ||
| |\ | ||||||
| | * | ci: use two different jobs for in-memory/filesystem tests | 2021-03-13 | 1 | -5/+21 | ||
| | | | ||||||
| | * | ci: also trigger the github workflow if C files are modified | 2021-03-13 | 1 | -0/+4 | ||
| |/ | ||||||
| * | build: fix building _without_ the bundled source code | 2021-03-13 | 1 | -6/+11 | ||
| | | ||||||
| * | Merge branch 'build-glibc' | 2021-03-13 | 2 | -1/+35 | ||
| |\ | ||||||
| | * | readme: add a note about minimum glibc version | 2021-03-13 | 1 | -0/+14 | ||
| | | | ||||||
| | * | build: fix building with glibc | 2021-03-13 | 1 | -1/+21 | ||
| |/ | | | | | sqlite3 requires at least glibc 2.28 from my testing; prevent building the tests using anything below that. | |||||
| * | add two dockerfiles to build with debian and fedora | 2021-03-13 | 3 | -0/+37 | ||
| | | ||||||
| * | Merge pull request #20 from data-man/sqlite_3_35 | 2021-03-13 | 3 | -4592/+6992 | ||
| |\ | | | | | Update SQLite's sources to 3.35 version | |||||
| | * | Move c-sources to c folder | 2021-03-13 | 3 | -3/+3 | ||
| | | | ||||||
| | * | Update SQLite's sources to 3.35 version | 2021-03-13 | 2 | -4589/+6989 | ||
| |/ | ||||||
| * | configure linguist for github | 2021-02-28 | 1 | -0/+2 | ||
| | | | | | Ignore the bundled sqlite3 files from the langage statistics | |||||
| * | simplify iterator usage in code and doc | 2021-02-27 | 2 | -12/+6 | ||
| | | ||||||
| * | ci: add a lint GitHub step | 2021-02-27 | 1 | -0/+9 | ||
| | | ||||||
| * | Merge pull request #6 from vrischmann/diagnostics | 2021-02-27 | 2 | -11/+147 | ||
| |\ | | | | | add a way to get diagnostics | |||||
| | * | readme: document prepareWithDiags | 2021-02-27 | 1 | -0/+13 | ||
| | | | ||||||
| | * | add Diagnostics | 2021-02-27 | 1 | -11/+130 | ||
| | | | ||||||
| | * | store the database handle in Iterator and Statement | 2021-02-27 | 1 | -0/+4 | ||
| |/ | ||||||
| * | Merge pull request #10 from vrischmann/incremental-blob-io | 2021-01-31 | 3 | -2/+243 | ||
| |\ | | | | | implement incremental blob io | |||||
| | * | add Blob.reopen | 2021-01-31 | 1 | -17/+53 | ||
| | | | ||||||
| | * | build: add the dbfile option | 2021-01-31 | 1 | -0/+2 | ||
| | | | ||||||
| | * | add incremental i/o on blob | 2021-01-31 | 2 | -2/+205 | ||
| |/ | ||||||
| * | add the Db.getLastInsertRowID method | 2021-01-31 | 1 | -1/+24 | ||
| | | ||||||
| * | Merge branch 'gyro' | 2021-01-30 | 1 | -0/+16 | ||
| |\ | ||||||
| | * | add support for gyro | 2021-01-30 | 1 | -0/+16 | ||
| |/ | ||||||
| * | Merge branch 'improve-readme' | 2021-01-26 | 1 | -9/+29 | ||
| |\ | ||||||
| | * | keep the same case for 'sqlite' everywhere | 2021-01-26 | 1 | -1/+1 | ||
| | | | ||||||
| | * | fix typo in readme | 2021-01-26 | 1 | -1/+1 | ||
| | | | ||||||
| | * | update readme | 2021-01-26 | 1 | -7/+27 | ||
| |/ | | | | | Add more information about building with the system sqlite library or the bundled sqlite source file. | |||||
| * | ci: stop building with the bundled sqlite on aarch64 | 2021-01-24 | 1 | -4/+0 | ||
| | | | | | | | | | Building sqlite increases the build time to close to an hour, which is way too long. We might need to build for aarch64 on another CI platform, but for now just disable this step. | |||||
| * | remove debug print statements | 2021-01-24 | 1 | -2/+0 | ||
| | | ||||||
| * | update readme, fix typo | 2021-01-24 | 1 | -1/+1 | ||
| | | ||||||
| * | update readme | 2021-01-24 | 1 | -5/+7 | ||
| | | ||||||