py-mysql2pgsql
py-mysql2pgsql copied to clipboard
Quoting for table names
My PostgreSQL 9.3 complained about table names in the generated .sql file. I had to add quotes around table names in functions
def column_comment(self, tablename, column)
and
def write_constraints(self, table)
Thanks.
What version are you using? There were some patches lately...
I've downloaded the code from GitHub.