commented on
issue #1
"Unknown column 'a.checksum_export' in 'field list' when trying to 'Send an Email'"
at
Extensions / checksumexport
Thanks @jaapjansma
closed
issue
#1
"Unknown column 'a.checksum_export' in 'field list' when trying to 'Send an Email'"
at
Extensions / checksumexport
commented on
issue #1
"Unknown column 'a.checksum_export' in 'field list' when trying to 'Send an Email'"
at
Extensions / checksumexport
This should be fixed in version 1.2
This one is compatible with the more recent versions of civicrm. E.g. 5.80
commented on
issue #4
"`checksum_export` column is added in Contact Create Api4"
at
Extensions / checksumexport
Fixed in version 1.2
accepted
merge request
!2
"Use priority in hook `civicrm_export` and generate checksum by MySQL to improve performances"
at
Extensions / checksumexport
accepted
merge request
!3
"Update extension to work with latest civicrm and performance improvement"
at
Extensions / checksumexport
-
8b88229d · Merge branch 'updating_ext' into 'master'
- ... and 4 more commits. Compare 79ef8f24...8b88229d
opened
merge request
!3
"Update extension to work with latest civicrm and performance improvement"
at
Extensions / checksumexport
commented on
merge request !2
"Use priority in hook `civicrm_export` and generate checksum by MySQL to improve performances"
at
Extensions / checksumexport
Okay no problem
commented on
merge request !2
"Use priority in hook `civicrm_export` and generate checksum by MySQL to improve performances"
at
Extensions / checksumexport
I'm sorry, but I do not have the skills to solve this problem.
commented on
merge request !2
"Use priority in hook `civicrm_export` and generate checksum by MySQL to improve performances"
at
Extensions / checksumexport
Yes you can check with an sql statement whether the temporary table exists. You can use the following function for that: CRM_Core_DAO::checkTableEx...
commented on
merge request !2
"Use priority in hook `civicrm_export` and generate checksum by MySQL to improve performances"
at
Extensions / checksumexport
I don't know how to make a patch in the meantime....
commented on
merge request !2
"Use priority in hook `civicrm_export` and generate checksum by MySQL to improve performances"
at
Extensions / checksumexport
Probably this extension needs a bit of a rework as APIv4 is mature now and supports virtual fields so we could an APIv4 field to export checksums. ...
commented on
merge request !2
"Use priority in hook `civicrm_export` and generate checksum by MySQL to improve performances"
at
Extensions / checksumexport
The issue probably coming from this line: !2 (diffs)