Exemplo n.º 1
0
 def _show_create_table(self,
                        connection,
                        table,
                        charset=None,
                        full_name=None):
     return MySQLDialect._show_create_table(
         self,
         connection.contextual_connect(
             close_with_result=True).execution_options(
                 _oursql_plain_query=True), table, charset, full_name)
Exemplo n.º 2
0
 def _show_create_table(self, connection, table, charset=None,
                        full_name=None):
     return MySQLDialect._show_create_table(self,
                             connection.contextual_connect(close_with_result=True).
                             execution_options(_oursql_plain_query=True),
                             table, charset, full_name)