-
Notifications
You must be signed in to change notification settings - Fork 43
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
feat: add is_unique flag for mysql and postgres, partially fixes #20 #31
feat: add is_unique flag for mysql and postgres, partially fixes #20 #31
Conversation
MSSQL / SQLite Added |
Sorry if it breaks things 👀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rijkvanzanten we need sqlite.db file in order to complete unit tests.
My bad, i thought it was a leftover from a seeded test, but the structure is slightly different from the other DB vendors 👍🏻 |
…x-schema-inspector into feat/add_is_unique_flag
I tried getting Oracle to run, but for the life of me can't get it to work.. @kibertoad do you have any insight? I tried copying over Knex's setup, but that doesn't seem to run (get some vague |
I'll merge this for now, as everything else is looking good 🙂 We can figure out Oracle testing separately from this |
Just for mysql and postgres
Additionally help needed for mssql, oracledb, sqlite
Partially fixes #20