code2pg icon indicating copy to clipboard operation
code2pg copied to clipboard

Include DDL in estimation

Open s21s opened this issue 7 years ago • 1 comments

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

s21s avatar Jul 11 '18 12:07 s21s

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

e7e6 avatar Jul 11 '18 16:07 e7e6