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
> assert table.columns_dict == expected_columns_dict
E AssertionError: assert {'description...lass 'float'>} == {'description...<class 'int'>}
E Omitting 2 identical items, use -vv to show
E Right contains 1 more item:
E {'rowid': <class 'int'>}
E Full diff:
E - {'description': <class 'str'>, 'name': <class 'float'>, 'rowid': <class 'int'>}
E ? ------------------------
E + {'description': <class 'str'>, 'name': <class 'float'>}
The text was updated successfully, but these errors were encountered:
Bug fix: table.transform(), when run against a table without explicit primary keys, would incorrectly create a new version of the table with an explicit primary key column called rowid. (#284)
Tests are failing in CI but not on my laptop: https://github.com/simonw/datasette-edit-schema/runs/7157814881
The text was updated successfully, but these errors were encountered: