-
Notifications
You must be signed in to change notification settings - Fork 550
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
Ignore Composite Foreign Keys. #1299
Ignore Composite Foreign Keys. #1299
Conversation
0a930b2
to
f03a54d
Compare
I've updated it with tests for Postgres+MySQL+SQLite3+MS-SQL. |
84d21c4
to
9d99317
Compare
Boiler doesn't support composite FKs -- And this is OK. However if there is one on the database, it should ignore it and generate valid code.
9d99317
to
2cb4f9b
Compare
@stephenafamo This is pretty exciting and currently blocking us. What's the chance we could get a release cut that includes this fix? Happy to help with that if there's anything I/we can do, too. |
The latest release should already include it. Are you still having issues? |
We are on 4.15.0 and having issues, but I think this merged a few days after that release shipped. |
That's true, I got things mixed up, I haven't done a release in a while. I'll tag a new version. |
Wonderful, thank you! |
Anything I can do to help get a new release out? |
Released now. Apologies for the delay @adsteel |
@stephenafamo no problem at all. This is exciting, thank you! |
Boiler doesn't support composite FKs -- And this is OK.
However if there is one on the database, it should ignore it and generate valid code.
This addresses #1298