maxlapshin / mysql2postgres

Mysqldump, writing in postgresql format
MIT License
709 stars 156 forks source link

create sequence : watch out table name that contain caps #92

Closed askalia closed 8 years ago

askalia commented 8 years ago

Because PG is case sensitive, in CREATE SEQUENCE statement , the table name next to FROM instruction should be surrounded by double-quotes, so as to take care of table names case sensitive. Thanks

paazmaya commented 8 years ago

PR with test case warmly welcome 😍

askalia commented 8 years ago

sorry wrong project, thus you have no problem with "create sequence". Have a good day.