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

respect primary keys ordering #44

Merged
merged 1 commit into from
Aug 21, 2020
Merged

Conversation

kazegusuri
Copy link
Collaborator

If primary keys does not follows the order that the columns appear in its column list, the order of primary keys is invalid. As the result, any operations using primary key do not work.
This fixes the ordering issue. Fix #29

@kazegusuri kazegusuri merged commit 403117d into master Aug 21, 2020
@kazegusuri kazegusuri deleted the respect-primary-keys-order branch August 21, 2020 04:51
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.

PrimaryKeys() returns wrong order in case of composite primary key differ from table ordinal
1 participant