Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #25

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Fixes #25

wants to merge 4 commits into from

Conversation

PHaroZ
Copy link

@PHaroZ PHaroZ commented Aug 12, 2020

I've done some fixes and improvements :

  • escape all columns name in create table : instead of list reserved keyword for colum name all name are protected in CREATE TABLE
  • support create table inherits : see https://www.postgresql.org/docs/9.1/ddl-inherit.html for more details
  • allow varchar & char to have up to 65000 chars : in the current version char & varchar are converted to text if there size exceed 255, there is no reason to do so
  • add the ability to ignore INDEX : an env variable PG2MYSQL_IGNORE_INDEX could be set to ignore ALTER TABLE ... ADD INDEX

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

Successfully merging this pull request may close these issues.

1 participant