Skip to content
New issue

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

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

Already on GitHub? # to your account

SQLite RevEng: Reverse engineer constraint names #8802

Open
Tracked by #22950 ...
bricelam opened this issue Jun 9, 2017 · 1 comment
Open
Tracked by #22950 ...

SQLite RevEng: Reverse engineer constraint names #8802

bricelam opened this issue Jun 9, 2017 · 1 comment

Comments

@bricelam
Copy link
Contributor

bricelam commented Jun 9, 2017

The built-in metadata APIs don't tell you the name of a foreign key constraint. We may have to parse the FOREIGN KEY clause, but we should be able to extract the constraint name and put it in the HasConstraintName call.

@ajcvickers ajcvickers added this to the Backlog milestone Jun 12, 2017
@smitpatel
Copy link
Contributor

This happens for PrimaryKey, Unique Constraints

Added disabled tests in #9351

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

No branches or pull requests

3 participants