swiftlyfalling / SQLiteLib

Easily build a custom SQLite static library for use in macOS and iOS frameworks and apps.
MIT License
64 stars 23 forks source link

Update SQLite to 3.39.2 #55

Closed groue closed 2 years ago

groue commented 2 years ago

Update SQLite to 3.39.2

Sources were downloaded from https://www.sqlite.org/2022/sqlite-src-3390200.zip, with the download link found on https://www.sqlite.org/download.html

Also, define a simple make test command that succeeds if we can build and link the custom SQLite library. We still need some kind of CI that would replace Travis.