devxor

Results 3 comments of devxor

It was answered on StackOverflow! It has to do with the logging level used in the simple-ddl-parser which is DEBUG per default. It could be changed like this: ``` import...

Thank you! Indeed, I have found something else and will open a new issue :).

@xnuinside thx! For my use case I don't care about comments, so I will use a workaround of simply removing double apostrophes `''` from the DDL and the parser will...