-
Notifications
You must be signed in to change notification settings - Fork 42
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
FK column from referencing table not present in "references" but present in "alter" #196
Comments
@xnuinside , checking in... would really like to use your parser as it is amazing! |
@tduval-unifylogic hi! I will have time on this weekends, I hope, I will create new release with fix |
Thank you! |
sure, I will try to add it |
I am having the same problem. Will try and post a PR in the next couple of days. |
…IGN KEY constraints.
Issue #196: Add the 'name' to the 'reference' block for FOREIGN KEY constraints
I don't have the ability to update ticket status, but I believe that as of version 0.32.0 this should be solved. |
Describe the bug
when a foreign key is defined within
CREATE TABLE tablename ()
:The column
order_identifier
is not output in the results, so no way to know which column from the table is the referencing column. e.g., output:To Reproduce
Steps to reproduce the behavior (this example is using postgres as dialect):
Expected behavior
to see similar results output from alter, where the name of referencing column is presented:
Screenshots
n/a
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: