https://github.com/mpadge/sqlite3-test
https://github.com/mpadge/sqlite3-test
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mpadge/sqlite3-test
- Owner: mpadge
- Created: 2017-05-09T14:08:16.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-23T08:53:47.000Z (about 8 years ago)
- Last Synced: 2025-02-14T13:23:45.011Z (4 months ago)
- Language: C
- Size: 2.02 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/mpadge/sqlite3-test)
[](https://ci.appveyor.com/project/mpadge/sqlite3-test)# sqlite3-test
Repo just for testing and resolving `SQLite3` problem in
[`bikedata` repo](https://github.com/mpadge/bikedata.git).Current problems:
1. ~~Travis fails because of hash sum mismatch for
[specified `sqlite3` version](https://launchpad.net/~travis-ci/+archive/ubuntu/sqlite3).~~
Fixed by switching to `trusty` build instead of `precise`, for which default
sqlite (3.8.2 instead of 3.7.9) is sufficient.
2. Appveyor fails because it can't find the `sqlite3.h` headers (the
[`win-builder.r-project` machines](https://win-builder.r-project.org/) in
contrast have no such issues).