|
Hi All, I have a cfwheels 2.0.1 app running which the client has reached out to let me know the createdAt is changing when they update a entry. I have confirmed that it is not the display or anything like that and the database is having the createdAt column updated when executing an update of a record. I went ahead and jumped into the wheels\model\update.cfm file and changed "UPDATE" to "UPDATES" on line 236 in order to make sure it errors out and I can see the SQL in the error. I have pasted it below. The thing I was looking to confirm is that the SQL is indeed updating the createdAt value in an update request. Does anyone have a clue why it would be doing this and how I can fix it. Also running on Lucee 5.3.8.206.
|
Answered by
neokoenig
Aug 1, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I believe this has been fixed in later versions - #927