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
This error also occurs when only trying to select from the TEXT columns. The database in question is this one (warning: large). Is there a work around for this?
The text was updated successfully, but these errors were encountered:
Ah, sorry for the confusion. SQLite.execute only returns a "success" code, but no results. If you do DBInterface.execute, it will return the resultset which can be loaded in a DataFrame. See #278 where we're discussing how to best fix the confusion here.
I tried to load a table containing rows of type
INTEGER
andTEXT
but get a type error when trying to select anything from it.This error also occurs when only trying to select from the
TEXT
columns. The database in question is this one (warning: large). Is there a work around for this?The text was updated successfully, but these errors were encountered: