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

Include DDL in estimation #15

Open
s21s opened this issue Jul 11, 2018 · 1 comment
Open

Include DDL in estimation #15

s21s opened this issue Jul 11, 2018 · 1 comment
Assignees

Comments

@s21s
Copy link

s21s commented Jul 11, 2018

Expected behavior

Only DML statements are being used in code2pg estimation part and ddl are missed. For example: A SQL file with ddl statements will not be estimated properly.

Actual behavior

Include DDL in the list of instructions to parse.

Steps to reproduce the behavior

  • code2pg version: X.Y.Z
  • code2pg parameters: ./code2pg --param1 val1 --param2 val2
  • System: Linux distribution, Perl version
@e7e6 e7e6 changed the title Only DML statements are being used in code2pg estimation part and ddl are missed. For example: A SQL file with ddl statements will not be estimated properly. Include DDL in estimation Jul 11, 2018
@e7e6
Copy link
Collaborator

e7e6 commented Jul 11, 2018

Hi,
I've edited the issue for clarity. Will get back to it soon.

@e7e6 e7e6 self-assigned this Jul 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants