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