-
-
Notifications
You must be signed in to change notification settings - Fork 824
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
dev/core#183 CRM/Dedupe/BAO/QueryBuilder/IndividualUnsupervised.php report to using CRM_Utils… #15826
Conversation
(Standard links)
|
@seamuslee001 the reason the above doesn't cause a test fail is it is never hit I believe - testBatchMergeEmailOnHold should otherwise fail |
…roup to CRM_Utils_SQL_TemporaryTable and remove unused function internalOptimized
fa3a084
to
1dba397
Compare
@eileenmcnaughton ok pushed up to remove that function now |
OK - trying to test to see if the other is hit #15827 - |
Well that's bad news - the tests don't hit it. I'm good with the function removal but need to dig more on the other |
[NFC] Add in unit test of code being altered by #15826
Jenkins re test this please |
@eileenmcnaughton now that we have merged #15849 are you good with this now? |
Ok - merge on pass as the code now gets a test pass-through |
Test fail unrelated |
are there any other associated errors? |
…_SQL_TempTable
Overview
This converts temporary table syntax to using CRM_Utils_SQL_TempTable interface in CRM/Dedupe files
Before
Legacy format used
After
CRM_Utils_SQL_TempTable used
ping @eileenmcnaughton @totten @monishdeb