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

foreign keys bug #28

Open
lacanoid opened this issue Jan 16, 2024 · 0 comments
Open

foreign keys bug #28

lacanoid opened this issue Jan 16, 2024 · 0 comments
Assignees
Labels

Comments

@lacanoid
Copy link
Owner

create table y ( "$id" int primary key, p int references y("$id") );

Then

select ddlx_script('y','{nowrap,nodrop}');

Will put foreign keys twice.

@lacanoid lacanoid added the bug label Jan 16, 2024
@lacanoid lacanoid self-assigned this Jan 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant