elixir-sqlite / sqlitex

An Elixir wrapper around esqlite. Allows access to sqlite3 databases.
https://hex.pm/packages/sqlitex
120 stars 34 forks source link

Release v1.7.0 #81

Closed ConnorRigby closed 5 years ago

obmarg commented 5 years ago

79 introduced a breaking change to Statement.fetch_all - should this not have been 2.0.0?

ConnorRigby commented 5 years ago

@obmarg the API still allows the original format by setting a default https://github.com/elixir-sqlite/sqlitex/blob/master/lib/sqlitex/statement.ex#L185

obmarg commented 5 years ago

That's only true if you didn't provide into- previously into was the second argument, now it's the third.