Fix changes to the NOT NULL and default value options in the Table Dialogue. Fixes #3742

This commit is contained in:
Akshay Joshi
2018-11-20 16:29:20 +00:00
committed by Dave Page
parent 782b7419f6
commit 8b5abdfa8f
3 changed files with 3 additions and 2 deletions

View File

@@ -20,4 +20,5 @@ Bug fixes
| `Bug #3629 <https://redmine.postgresql.org/issues/3629>`_ - Allow use of 0 (integer) and empty strings as parameters in the debugger.
| `Bug #3723 <https://redmine.postgresql.org/issues/3723>`_ - Properly report errors when debugging cannot be started.
| `Bug #3736 <https://redmine.postgresql.org/issues/3736>`_ - Fix toggle breakpoints buttons in the debugger.
| `Bug #3742 <https://redmine.postgresql.org/issues/3742>`_ - Fix changes to the NOT NULL and default value options in the Table Dialogue.
| `Bug #3746 <https://redmine.postgresql.org/issues/3746>`_ - Fix dropping of multiple functions/procedures at once.