yahoo / squidb

SquiDB is a SQLite database library for Android and iOS
https://github.com/yahoo/squidb/wiki
Apache License 2.0
1.31k stars 132 forks source link

iOS custom sqlite builds + json functions (3.0) #132

Closed sbosley closed 8 years ago

sbosley commented 8 years ago

Two related changes here: 1) Update our iOS test script to verify that things still work as expected if SQLite is built from scratch instead of using the -lsqlite3 linker flag. 2) Move our JSON tests out of the android test package so that they can run on iOS given a compatible SQLite build.

jdkoren commented 8 years ago

LGTM