Bug #5664 SQL DDL output generator for view - Mailing list pgadmin-hackers

From Rahul Shirsat
Subject Bug #5664 SQL DDL output generator for view
Date
Msg-id CAKtn9dMQdWomxXJ-wj4UT9ebC2dxeCQzqZuTQ9pWPPLkw-9UZA@mail.gmail.com
Whole thread Raw
Responses Re: Bug #5664 SQL DDL output generator for view
List pgadmin-hackers
Hi Hackers,

Please find the attached patch below which resolves the following issue of SQL DDL output generator for view (preserving default values of columns)

Also, when changing VIEW's column's default value, the SQL generates ALTER TABLE, now this would be as ALTER VIEW instead.

This fix could not be associated with its test cases, as the changes are related to VIEW's column, in which we cannot add columns to the VIEW and test it.

--
Rahul Shirsat
Software Engineer | EnterpriseDB Corporation.
Attachment

pgadmin-hackers by date:

Previous
From: Pramod Ahire
Date:
Subject: Re: Code coverage report generation for JS files
Next
From: Dave Page
Date:
Subject: Re: WIP: SQL Formatter