do not strtolower() string values while building where clause for custom field queries
authorMark Hanna <mark@skvare.com>
Fri, 12 Oct 2018 15:21:42 +0000 (10:21 -0500)
committerMark Hanna <mark@skvare.com>
Tue, 23 Oct 2018 21:12:52 +0000 (16:12 -0500)
commitd215c0e1d07ee942730b3cd87e3125ac7db2f995
tree326c5ed4fc8e624dc26798b552980fdb12e4b616
parent3f7c098fcb6553d0662b9bbf3df2261244a97aa8
do not strtolower() string values while building where clause for custom field queries

remove empty row

test updates for dev issue 436

fixes for test updates for dev issue 436

fixes for test updates for dev issue 436

another fix for new multi-valued custom field test additions

another fix for new multi-valued custom field test additions

fix to testCustomDataGet to remove false positive

add exception for note entity in testCustomDataGet
CRM/Core/BAO/CustomQuery.php
tests/phpunit/CiviTest/CiviUnitTestCase.php
tests/phpunit/api/v3/SyntaxConformanceTest.php