queryverse / QuerySQLite.jl

SQLite backend for Query.jl
Other
4 stars 2 forks source link

CompatHelper: bump compat for "SQLite" to "1.0" #19

Closed github-actions[bot] closed 4 years ago

github-actions[bot] commented 4 years ago

This pull request changes the compat entry for the SQLite package from 0.8.1, 0.9 to 0.8.1, 0.9, 1.0.

This keeps the compat entries for earlier versions.

Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request.

davidanthoff commented 4 years ago

@bramtayl I think this is a breaking update, so we'll have to update a bit here. @quinnj mentioned two changes:

SQLite.execute! => SQLite.execute
SQLite.Query => DBInterface.execute
bramtayl commented 4 years ago

Sure. I think you wrote most of the SQLite back-end stuff, so I'll let you do the updates?