-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Update 'updated_at' when enabled in replace() #4684
Update 'updated_at' when enabled in replace() #4684
Conversation
b597d75
to
05b79ca
Compare
What's happening with this? Why are we all failing at this issue... 🤦♂️ |
The Postgre builder actually has a bug which I discovered that testMode will make replace still execute the SQL. For Sqlsrv, I am not sure where went wrong. I am still to setup sql server locally so I can see this thru xdebug. |
05b79ca
to
e6b10da
Compare
😭 |
e6b10da
to
a8e6ab1
Compare
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.
I don't understand what happened there but it's working now and I'm happy.
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.
Is the check for $data
in the if
statement still needed?
You mean the validation part? I think so because replace is like update, isn't it? Why do you think it's not needed anymore? |
a8e6ab1
to
19e92c1
Compare
19e92c1
to
69702f0
Compare
Description
Fixes #4624
Supersedes and closes #4662
Checklist: