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