You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You need to request the ColumnTypes from within a Range over rows. This is due to how SQLite works. See sqlite.org for more information. SQLite has to have _step() called before it can return what you looking for.
If anything is unclear take a peek at the v2.0.0 branch within result_test.go you can find what you are looking for.
in mysql case:
in sqlite3 case:
I saw the #395 issue. Is this the same problem?
The text was updated successfully, but these errors were encountered: