Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Complete sqlite3 dialect #13

Open
eaigner opened this issue Jan 7, 2013 · 2 comments
Open

Complete sqlite3 dialect #13

eaigner opened this issue Jan 7, 2013 · 2 comments

Comments

@eaigner
Copy link
Owner

eaigner commented Jan 7, 2013

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.

@eaigner
Copy link
Owner Author

eaigner commented Jan 23, 2013

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant