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
SQLite supports a limited subset of ALTER TABLE. The ALTER TABLE command in SQLite allows the user to rename a table or to add a new column to an existing table. It is not possible to rename a column, remove a column, or add or remove constraints from a table.
Workflow "Test Sqlite3x"
YML: .github/workflows/test_sqlite3x.yml
Running tests/new_test_all.py and falling with
sqlite3.OperationalError: near "DROP": syntax error
.Falling function
has_add_remove_column_test()
, temporary#commented
Here is the log:
The text was updated successfully, but these errors were encountered: