-
Notifications
You must be signed in to change notification settings - Fork 14
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
CakePHP 4.x compatibility #19
Conversation
swiffer
commented
Dec 28, 2019
- code style
- type hints
@ADmad I've added compatibility for Postgres as well (https://stackoverflow.com/a/13948327). Can you take a look please? |
I don't have enough knowledge regarding Postgres to be able to review that. Hopefully someone else can. |
I've tested the Statement locally, worked fine here |
revert add support for postgres. this does not work when a table changes that has foreign key constraints.
@ADmad I had to revert the changes for postgres because it does not work when foreign key constraints exists. this is CakePHP 4.0 compatibility only now. |
@jippi can you take a look again so we can get this merged ? |
What is still needed for this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM