Closed ConnorRigby closed 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
That's only true if you didn't provide into
- previously into
was the second argument, now it's the third.
79 introduced a breaking change to
Statement.fetch_all
- should this not have been 2.0.0?