pgAdmin 4 commit: 1) Add Reverse Engineered and Modified SQL tests for

2019-09-06 Thread Akshay Joshi
1) Add Reverse Engineered and Modified SQL tests for Indexes. Fixes #4621 2) Fix modified SQL for Index when reset the value of Fill factor and Clustered?. Fixes #4702 3) Fix reversed engineered SQL for btree Index when provided sort order and NULLs. Fixes #4703 Branch -- master Details ---

MSQL test cases for Extension node

2019-09-06 Thread Nagesh Dhope
Hi, Please find a patch for MSQL test cases for Extension node -- Thanks, Nagesh extensions_msql.patch Description: Binary data

pgAdmin 4 commit: Added MSQL test cases for Extension.

2019-09-06 Thread Akshay Joshi
Added MSQL test cases for Extension. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9f26e7ed2000ae72029ea75716d94e409fb513a5 Author: Nagesh Dhope Modified Files -- .../extensions/tests/9.4_plus/msql_alter_extension_schema.sql |

Re: MSQL test cases for Extension node

2019-09-06 Thread Akshay Joshi
Thanks patch applied. On Fri, Sep 6, 2019 at 3:01 PM Nagesh Dhope wrote: > Hi, > Please find a patch for MSQL test cases for Extension node > > -- > Thanks, > Nagesh > -- *Thanks & Regards* *Akshay Joshi* *Sr. Software Architect* *EnterpriseDB Software India Private Limited* *Mobile: +91 976

MSQL test cases for FTS Dictionaries.

2019-09-06 Thread Nagesh Dhope
Hi, Please find a patch for MSQL test cases for FTS Dictionaries. -- Thanks, Nagesh fts_dictionaries_msql.patch Description: Binary data

pgAdmin 4 commit: Update feature test to support changed editor options

2019-09-06 Thread Dave Page
Update feature test to support changed editor options. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=72505b27cb1c34fca98a03af3aa4b16d8d5e8b02 Modified Files -- web/pgadmin/feature_tests/pg_datatype_validation_test.py | 2 +- 1 fil

pgAdmin 4 commit: Basic setup for auto update implemented.

2019-09-06 Thread Aditya Toshniwal
Basic setup for auto update implemented. TODO: 1) Change the update check URL per pgadmin.org 2) Put everyting in README on how to test in dev Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=063c29fd7664a2ed0535da6a515ad41f5810fab1 Modified

pgAdmin 4 commit: Add msql tests for FTS Dictionaries

2019-09-06 Thread Dave Page
Add msql tests for FTS Dictionaries Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=db06dd0275bed5ab34decef74aeeb6cebc93772f Author: Nagesh Dhope Modified Files -- .../msql_alter_fts_dictionary_delete_options.sql | 2 + .../defa

Re: MSQL test cases for FTS Dictionaries.

2019-09-06 Thread Dave Page
Thanks, committed. On Fri, Sep 6, 2019 at 1:25 PM Nagesh Dhope wrote: > Hi, > Please find a patch for MSQL test cases for FTS Dictionaries. > > -- > Thanks, > Nagesh > -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise

Bug in handling OID numbers, surfacing with numbers > 2^31?

2019-09-06 Thread Erwin Brandstetter
Hi developers! It would seem that pgAdmin4 pastes OID numbers as numeric literals instead of string literals, if this report can be trusted: https://dba.stackexchange.com/questions/247119/unable-to-output-data-from-tables-in-pgadmin-due-to-missing-oid-operator Leads to sneaky errors with OIDs be