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

Use TempTable methods. #13880

Merged
merged 1 commit into from
Mar 22, 2019
Merged

Conversation

eileenmcnaughton
Copy link
Contributor

@eileenmcnaughton eileenmcnaughton commented Mar 22, 2019

Overview

Use the TempTable methods to create some more temporary tables.

Before

Various classes create temporary tables via raw SQL.

After

Use CRM_Utils_SQL_TempTable methods to create temporary tables. It should no longer be necessary to cleanup temporary tables in tests as they will have unique names.

This is a partial of #13819 - I found enough time today to review one report so merging as a reviewer's commit

Ping @mfb

@civibot
Copy link

civibot bot commented Mar 22, 2019

(Standard links)

@civibot civibot bot added the master label Mar 22, 2019
@seamuslee001
Copy link
Contributor

Jenkins re test this please

@eileenmcnaughton
Copy link
Contributor Author

test this please

@eileenmcnaughton eileenmcnaughton merged commit 9269dbe into civicrm:master Mar 22, 2019
@eileenmcnaughton eileenmcnaughton deleted the temp_repeat branch March 22, 2019 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants