Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Fix] Fix not null not being set on postgres deparser (#46)
Since the field isNotNull on the object created by the pg_query deparser is not being set correctly, I got the isNotNull information by checking the whole object generated by the deparser.
- Loading branch information