-
Notifications
You must be signed in to change notification settings - Fork 112
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
Update DB_Object #280
Update DB_Object #280
Conversation
…4476 (also txt from svn days): Extend CaseType API to return/save XML This appears to be tested although reading the code it seems like it should not be required. Used in case Types m
(Standard links)
|
DB/common.php
Outdated
@@ -1161,6 +1161,16 @@ function modifyQuery($query) | |||
$e = new \Civi\Core\Event\QueryEvent($query); | |||
Civi::$statics['db_common_dispatcher']->dispatch('civi.db.query', $e); | |||
return $e->query; | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@eileenmcnaughton i believe that this was an earlier version of what is in the lines above
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
DB/common.php
Outdated
@@ -2264,6 +2274,9 @@ function _convertNullArrayValuesToEmpty(&$array) | |||
} | |||
} | |||
|
|||
function lastInsertId() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe this is a duplicate of L2288 (a modification of the patch included in #276
15d0cdf
to
253242d
Compare
…n CIVICRM_DEBUG_LOG_QUERY is on CRM-18093 extend query time logging with string for grepping CRM-18093 More query debug info and a separate log file
…adlock is met. This is restoring previous functionality broken when we meddled with deadlocks. Improve deadlock error handling m
…r PHP 7.3 PHP 7.3 has started to issue warnings when a continue statement is inside a switch and interpreted as a break "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? In this case, the switch statement was weird anyway, so I've replaced it with a couple of if statements to do the same thing.
…ts to utf8mb4 if we're using MySQL 5.5.3+
253242d
to
80c1c0c
Compare
…ve problems on date, timestamp fields CRM-16431 Fix DAO failure to save to timestamp fields CRM-20178 do not skip timestamps x m
80c1c0c
to
0e0f173
Compare
I'm going to treat this as a reviewers cut so merging |
@seamuslee001 yes I'm happy with that - it was a bit of a slog to do but we both reached the same conclusion so yay |
No description provided.