X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FUtils%2FSQL.php;h=a20dc3800bd485108b9533bbde83aa29f2ec1b6e;hb=34769821c1a4c494e1828c1e7100aedf2eee2caf;hp=f8bc37a16d9b52472e6cd02fde69de989d949c86;hpb=e8b76a722f369a09dc7e5e4a9d50231e7e011b3d;p=civicrm-core.git diff --git a/CRM/Utils/SQL.php b/CRM/Utils/SQL.php index f8bc37a16d..a20dc3800b 100644 --- a/CRM/Utils/SQL.php +++ b/CRM/Utils/SQL.php @@ -3,7 +3,7 @@ +--------------------------------------------------------------------+ | CiviCRM version 5 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2018 | + | Copyright CiviCRM LLC (c) 2004-2019 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -29,7 +29,7 @@ * Just another collection of static utils functions. * * @package CRM - * @copyright CiviCRM LLC (c) 2004-2018 + * @copyright CiviCRM LLC (c) 2004-2019 */ class CRM_Utils_SQL { @@ -121,6 +121,8 @@ class CRM_Utils_SQL { /** * Is the Database set up to handle acceents. + * @warning This function was introduced in attempt to determine the reason why the test getInternationalStrings was failing on ubu1604 but passing on ubu1204-5 + * This function should not be used as the basis of further work as the reasoning is not perfact and is giving false failures. * @return bool */ public static function supportStorageOfAccents() {