X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FDatabase%2FDriver%2Fpgsql%2FConnection.php;fp=web%2Fcore%2Flib%2FDrupal%2FCore%2FDatabase%2FDriver%2Fpgsql%2FConnection.php;h=80b30893cab6a01fa7ed4e41a5f56e8851c04897;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hp=e696f242fd30492164c065a7580c347f0e73dee3;hpb=74df008bdbb3a11eeea356744f39b802369bda3c;p=yaffs-website diff --git a/web/core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php b/web/core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php index e696f242f..80b30893c 100644 --- a/web/core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php +++ b/web/core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php @@ -38,7 +38,7 @@ class Connection extends DatabaseConnection { /** * A map of condition operators to PostgreSQL operators. * - * In PostgreSQL, 'LIKE' is case-sensitive. ILKE should be used for + * In PostgreSQL, 'LIKE' is case-sensitive. ILIKE should be used for * case-insensitive statements. */ protected static $postgresqlConditionOperatorMap = [