Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Quoting for table names #66

Open
axl8713 opened this issue Jul 23, 2014 · 2 comments
Open

Quoting for table names #66

axl8713 opened this issue Jul 23, 2014 · 2 comments
Labels

Comments

@axl8713
Copy link

axl8713 commented Jul 23, 2014

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.

@kworr kworr added the feedback label Aug 28, 2014
@kworr
Copy link
Collaborator

kworr commented Aug 28, 2014

What version are you using? There were some patches lately...

@axl8713
Copy link
Author

axl8713 commented Aug 28, 2014

I've downloaded the code from GitHub.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants