Ensure that 'With OID' option should be disabled while taking backup of
database server version 12 and above. Fixes #4840
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a662d866afc6c6e152ebfeec40b51a9ef1b51314
Modified Files
--
d
Fixed invalid literal issue when removing the connection limit for the existing
role. Fixes #5001
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6ad46e186030da4b4424ee996e27f2f799901f32
Modified Files
--
docs/en_US/release_notes_
Hi Hackers,
In the patch attached,
1.Creation or updation of Tables and all other entities will be sorted
according to their names.
2.Exception- Columns will be sorted according to their creation
order(position ID).
This Patch also resolves RM 5450. Kindly review and share the suggestions
if requ
Hi Hackers,
Please find the attached patch to improve the 'Rule' node coverage.
Command to run the test cases -
- python runtests.py --pkg
browser.server_groups.servers.databases.schemas.tables.rules.tests
--
Thanks & Regards,
Pradip Parkale
QMG, EnterpriseDB Corporation
RM5334.patch
D
UI layout tweaks.
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7164c677deed2077f2f3f1217b9ddeb40563c330
Modified Files
--
runtime/ConfigWindow.ui | 84 +++--
1 file changed, 46 insertio
Show the startup log as well as the server log in the runtime's log viewer.
Fixes #5489
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=46d186a49f1d1e6e30c04f9461ca72beadf80182
Modified Files
--
docs/en_US/release_notes_4_22.rst |
Improve code coverage and API test cases for the Rules module. Fixes #5334
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=057a2b23129d1267ae77003ce658e8a8a6b75ff0
Author: Pradip Parkale
Modified Files
--
.gitignore
Thanks, patch applied.
On Thu, May 7, 2020 at 1:49 PM Pradip Parkale <
pradip.park...@enterprisedb.com> wrote:
> Hi Hackers,
>
> Please find the attached patch to improve the 'Rule' node coverage.
>
> Command to run the test cases -
> - python runtests.py --pkg
> browser.server_groups.ser
Hi,
We have added some of the Python modules in try and except to support
Python2 and Python3 both. Please find the attached patch to remove the
Python2 modules import statements.
Thanks,
Khushboo
remove_py2_imports.patch
Description: Binary data