[pgAdmin][RM4171] Can not display sql of foreign table when used character = in options
Hi Hackers, Attached is a tiny patch to fix an issue where reverse engineered SQL was failing for foreign tables, if it had "=" in the options. Kindly review. -- Thanks and Regards, Aditya Toshniwal Software Engineer | EnterpriseDB India | Pune "Don't Complain about Heat, Plant a TREE" RM4171.patch Description: Binary data
[pgAdmin][RM4253] create new column with default value
Hi Hackers, Attached is a patch to fix default value issue while creating column. This issue occurs only when a false value like 0 or False is used as default value. -- Thanks and Regards, Aditya Toshniwal Software Engineer | EnterpriseDB India | Pune "Don't Complain about Heat, Plant a TREE" RM4253.patch Description: Binary data
pgAdmin 4 commit: Fix issue where new column should be created with Def
Fix issue where new column should be created with Default value. Fixes #4235 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8b9c50ee5c60fbb9eda0b7004194b5e477b4ea12 Author: Aditya Toshniwal Modified Files -- docs/en_US/release_notes_4_9.rst| 1 + .../databases/schemas/tables/templates/columns/sql/10_plus/create.sql | 2 +- .../databases/schemas/tables/templates/columns/sql/default/create.sql | 2 +- .../databases/schemas/tables/templates/tables/sql/10_plus/create.sql| 2 +- .../databases/schemas/tables/templates/tables/sql/default/create.sql| 2 +- .../schemas/tables/templates/tables/sql/gpdb_5.0_plus/create.sql| 2 +- 6 files changed, 6 insertions(+), 5 deletions(-)
Re: [pgAdmin][RM4253] create new column with default value
Thanks patch applied. On Mon, Jun 10, 2019 at 11:36 AM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached is a patch to fix default value issue while creating column. This > issue occurs only when a false value like 0 or False is used as default > value. > > -- > Thanks and Regards, > Aditya Toshniwal > Software Engineer | EnterpriseDB India | Pune > "Don't Complain about Heat, Plant a TREE" > -- *Thanks & Regards* *Akshay Joshi* *Sr. Software Architect* *EnterpriseDB Software India Private Limited* *Mobile: +91 976-788-8246*
pgAdmin 4 commit: Fix issue where reverse engineered SQL was failing fo
Fix issue where reverse engineered SQL was failing for foreign tables, if it had = in the options. Fixes #4171 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7ff85903e4fe95f4dd918152e2577d80b0c577e8 Author: Aditya Toshniwal Modified Files -- docs/en_US/release_notes_4_9.rst | 1 + .../servers/databases/schemas/foreign_tables/__init__.py | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-)
Re: [pgAdmin][RM4171] Can not display sql of foreign table when used character = in options
Thanks patch applied. On Mon, Jun 10, 2019 at 11:13 AM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached is a tiny patch to fix an issue where reverse engineered SQL was > failing for foreign tables, if it had "=" in the options. > Kindly review. > > -- > Thanks and Regards, > Aditya Toshniwal > Software Engineer | EnterpriseDB India | Pune > "Don't Complain about Heat, Plant a TREE" > -- *Thanks & Regards* *Akshay Joshi* *Sr. Software Architect* *EnterpriseDB Software India Private Limited* *Mobile: +91 976-788-8246*