Skip to content

Make check for CURRENT_TIMESTAMP in default value case insensitive #2190

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

Merged
merged 1 commit into from
Apr 18, 2023

Conversation

vuyiswankosi
Copy link
Contributor

Changes check for CURRENT_TIMESTAMP at the beginning of $default from case sensitive to case insensitive. Sometimes $default contains "current_timestamp()" in lower case and the case sensitive check fails.

Changes check for CURRENT_TIMESTAMP at the beginning of $default from case sensitive to case insensitive. Sometimes $default contains "current_timestamp()" in lower case and the case sensitive check fails.
@MasterOdin MasterOdin changed the title Update PdoAdapter.php to handle check for CURRENT_TIMESTAMP case insensitively Make check for CURRENT_TIMESTAMP in default case insensitive Apr 18, 2023
@MasterOdin MasterOdin changed the title Make check for CURRENT_TIMESTAMP in default case insensitive Make check for CURRENT_TIMESTAMP in default value case insensitive Apr 18, 2023
@MasterOdin MasterOdin merged commit 695068c into cakephp:0.x Apr 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants