diff roundup/backends/back_mysql.py @ 6396:75a53956cf13

Multilink expressions with simple "or" .. also when searching for empty multilinks with '-1' as part of the list of IDs.
author Ralf Schlatterbeck <rsc@runtux.com>
date Fri, 07 May 2021 20:50:08 +0200
parents a701c9c81597
children c1d3fbcdbfbd
line wrap: on
line diff
--- a/roundup/backends/back_mysql.py	Fri May 07 16:01:57 2021 +0200
+++ b/roundup/backends/back_mysql.py	Fri May 07 20:50:08 2021 +0200
@@ -602,9 +602,8 @@
 class MysqlClass:
     case_sensitive_equal = 'COLLATE utf8_bin ='
 
-    def supports_subselects(self):
-        # TODO: AFAIK its version dependent for MySQL
-        return False
+    # TODO: AFAIK its version dependent for MySQL
+    supports_subselects = False
 
     def _subselect(self, proptree):
         ''' "I can't believe it's not a toy RDBMS"

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