Exemplo n.º 1
0
 def get_schema_names(self, connection, **kw):
     return MySQLDialect.get_schema_names(self,
                                 connection.connect().\
                                             execution_options(_oursql_plain_query=True),
                                 **kw
     )
Exemplo n.º 2
0
 def get_schema_names(self, connection, **kw):
     return MySQLDialect.get_schema_names(self,
                                 connection.connect().\
                                             execution_options(_oursql_plain_query=True),
                                 **kw
     )