Add Reverse Engineered SQL tests for Columns. Fixes #4546

This commit is contained in:
Murtuza Zabuawala
2019-08-16 17:36:13 +05:30
committed by Akshay Joshi
parent 687204771c
commit 3f541200d9
39 changed files with 1202 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ New features
Housekeeping
************
| `Issue #4546 <https://redmine.postgresql.org/issues/4546>`_ - Add Reverse Engineered SQL tests for Columns.
| `Issue #4554 <https://redmine.postgresql.org/issues/4554>`_ - Add Reverse Engineered SQL tests for Trigger Functions.
| `Issue #4555 <https://redmine.postgresql.org/issues/4555>`_ - Add Reverse Engineered SQL tests for Exclusion Constraint.
| `Issue #4560 <https://redmine.postgresql.org/issues/4560>`_ - Add a --modules option to the RE-SQL test suite to allow testing of specific object types.