You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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
X.Y.Z
./code2pg --param1 val1 --param2 val2
The text was updated successfully, but these errors were encountered: