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
Several tests in test_data_types.py are currently failing, and the issues around types are also what's behind the failures in TestDocsGenerateSqlite and TestDocsGenReferencesSqlite.
Here's some things the adapter needs to account for:
sqlite reports a column type exactly as defined in create table statements, including the case
loading seeds does a translation of Agate types to sqlite column types
The text was updated successfully, but these errors were encountered:
Several tests in
test_data_types.py
are currently failing, and the issues around types are also what's behind the failures in TestDocsGenerateSqlite and TestDocsGenReferencesSqlite.Here's some things the adapter needs to account for:
create table
statements, including the caseThe text was updated successfully, but these errors were encountered: