I think this query_each would fail #741
Labels
clarify api
Rename/remove/add something to make the API easier to understand
needs investigation
A possible bug / better docs needed. Investigate further
avram/src/avram/database.cr
Line 77 in bdde708
In
crystal-db
thequery_each
method requires a blockhttps://github.com/crystal-lang/crystal-db/blob/a25f33611c15b19b365eeba3ce4d585909d93566/src/db/query_methods.cr#L268
But in the first case, no block is defined. The second instance does define a block, so that one is probably fine.
The text was updated successfully, but these errors were encountered: