diff roundup/backends/back_mysql.py @ 5867:ee2e8f8d6648

Implement exact string search .. in the 'filter' method of hyperdb.Class (and the corresponding backend implementations).
author Ralf Schlatterbeck <rsc@runtux.com>
date Mon, 26 Aug 2019 18:18:02 +0200
parents bc3e00a3d24b
children 3a6114d377f4
line wrap: on
line diff
--- a/roundup/backends/back_mysql.py	Mon Aug 26 09:56:20 2019 +0200
+++ b/roundup/backends/back_mysql.py	Mon Aug 26 18:18:02 2019 +0200
@@ -592,6 +592,7 @@
                 raise
 
 class MysqlClass:
+    case_sensitive_equal = 'COLLATE utf8_bin ='
 
     def supports_subselects(self):
         # TODO: AFAIK its version dependent for MySQL

Roundup Issue Tracker: http://roundup-tracker.org/