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
There seems to be some disagreement about what constitutes a valid SQLite database table name https://stackoverflow.com/questions/3694276/what-are-valid-table-names-in-sqlite, but I have been using for years names that start with numbers so unfortunate for me this breaks my code. I'll stick with 1.1.3 for now and keep a look out for updates.
The type returned by
SQLite.tables
is not compatible between versions 1.1.3In version 1.1.3:
and in version 1.6.0
In 1.1.3 I had to use table.name to access the tables and this broke my code when updating to 1.6.0.
According to https://pkgdocs.julialang.org/v1/compatibility/ this shouldn't happen :/
Hope this is helpful to others,
Shane
The text was updated successfully, but these errors were encountered: