diff roundup/backends/back_mysql.py @ 4466:f1fe6fd0aa61

Multilinks can be filtered by combining elements with AND, OR and NOT now. A javascript gui was added for "keywords", see issue2550648. Developed by Sascha Teichmann; funded by Intevation. (Bernhard Reiter)
author Bernhard Reiter <Bernhard.Reiter@intevation.de>
date Mon, 08 Nov 2010 16:21:02 +0000
parents 783053bd466c
children 05c857e5dbed
line wrap: on
line diff
--- a/roundup/backends/back_mysql.py	Fri Nov 05 13:17:18 2010 +0000
+++ b/roundup/backends/back_mysql.py	Mon Nov 08 16:21:02 2010 +0000
@@ -564,6 +564,11 @@
                 raise
 
 class MysqlClass:
+
+    def supports_subselects(self):
+        # TODO: AFAIK its version dependent for MySQL
+        return False
+
     def _subselect(self, classname, multilink_table):
         ''' "I can't believe it's not a toy RDBMS"
            see, even toy RDBMSes like gadfly and sqlite can do sub-selects...

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