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
Implementing the migration system changed the dialect interface radically. Most methods have been ported from the postgres dialect, but sqlite3 only supports a subset of ALTER TABLE, so some methods were left out for time reasons.
Complete RenameColumn, ChangeColumn and DropColumn implementations.
The text was updated successfully, but these errors were encountered:
Since I currently don't have any need for Sqlite3, I most likely will not implement it myself, since Sqlite3 requires some special workarounds to emulate some advanced database functions.
Implementing the migration system changed the dialect interface radically. Most methods have been ported from the postgres dialect, but sqlite3 only supports a subset of
ALTER TABLE
, so some methods were left out for time reasons.Complete
RenameColumn
,ChangeColumn
andDropColumn
implementations.The text was updated successfully, but these errors were encountered: