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

ysql_dump: PRIMARY KEY parameters missing double quotes #6466

Closed
iswarezwp opened this issue Nov 24, 2020 · 3 comments
Closed

ysql_dump: PRIMARY KEY parameters missing double quotes #6466

iswarezwp opened this issue Nov 24, 2020 · 3 comments
Assignees
Labels
area/ysql Yugabyte SQL (YSQL)

Comments

@iswarezwp
Copy link

one example:

CREATE TABLE email_sent (
    "OrderId" character varying(50) NOT NULL,
    "SendNumber" bigint,
    PRIMARY KEY(OrderId ASC)
);
@kmuthukk kmuthukk added the area/ysql Yugabyte SQL (YSQL) label Nov 24, 2020
@kmuthukk
Copy link
Collaborator

Fixed in #6061

@ddorian
Copy link
Contributor

ddorian commented Nov 24, 2020

@iswarezwp
Copy link
Author

@ddorian I will try 2.5.0.0 later and report the result.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ysql Yugabyte SQL (YSQL)
Projects
None yet
Development

No branches or pull requests

4 participants