Skip to content
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

Fix more schema checks to use mysql DATABASE() function, deprecate php function #25593

Merged
merged 1 commit into from
Feb 16, 2023

Conversation

eileenmcnaughton
Copy link
Contributor

Overview

Fix more schema checks to use mysql DATABASE() function, deprecate php function

Before

Use of php layer to get db name

After

Use of mysql DATABASE() function

Technical Details

This replaces enough of them that hopefully copy & paste will use it from now on - the php function most used is now deprecated

Comments

@seamuslee001 I think you merged the others of these

@civibot
Copy link

civibot bot commented Feb 16, 2023

(Standard links)

@civibot civibot bot added the master label Feb 16, 2023
@totten
Copy link
Member

totten commented Feb 16, 2023

+1 on concept

@eileenmcnaughton eileenmcnaughton merged commit 53b7f64 into civicrm:master Feb 16, 2023
@eileenmcnaughton eileenmcnaughton deleted the dao branch February 16, 2023 05:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants