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

feat: add is_unique flag for mysql and postgres, partially fixes #20 #31

Merged
merged 26 commits into from
Mar 5, 2021

Conversation

sercanvirlan
Copy link

@sercanvirlan sercanvirlan commented Feb 22, 2021

Just for mysql and postgres

Additionally help needed for mssql, oracledb, sqlite

Partially fixes #20

@sercanvirlan
Copy link
Author

sercanvirlan commented Feb 23, 2021

MSSQL / SQLite Added

Copy link
Author

@sercanvirlan sercanvirlan left a 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.

@rijkvanzanten
Copy link
Collaborator

My bad, i thought it was a leftover from a seeded test, but the structure is slightly different from the other DB vendors 👍🏻

@rijkvanzanten
Copy link
Collaborator

rijkvanzanten commented Mar 5, 2021

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 ORA-01012: not logged on error) on my end and using the official (outdated) oracle/database-enterprise:12.2.0.1 is out of the question, as per oracle/docker-images#1156

@rijkvanzanten
Copy link
Collaborator

I'll merge this for now, as everything else is looking good 🙂

We can figure out Oracle testing separately from this

@rijkvanzanten rijkvanzanten merged commit f6e9fd3 into knex:master Mar 5, 2021
@sercanvirlan sercanvirlan deleted the feat/add_is_unique_flag branch March 5, 2021 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add "is_unique" flag to returns
2 participants