dbdiff icon indicating copy to clipboard operation
dbdiff copied to clipboard

No single quote around default value.

Open uddalakdas opened this issue 7 years ago • 0 comments

When a table has attribute default value the final create table statement does not include a single quote around the default value, as a result when the query is run in the database it throws a parsing error.

I created a PR for this https://github.com/gimenete/dbdiff/pull/24

uddalakdas avatar May 11 '18 19:05 uddalakdas