Exemplo n.º 1
0
 def has_table(self, connection, table_name, schema=None):
     return MySQLDialect.has_table(self, 
                                     connection.connect().\
                                         execution_options(_oursql_plain_query=True),
                                     table_name, schema)