Do not show the properties in property windows, when they're not
applicable. i.e. not supported by that version.
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c796eee2a79c290edf159bfc63670d82362f07d3
Modified Files
--
web/pgadmin/
Pass on the browser tree events by generating node specific 'browser-node'
events.
Added a test event in test.js
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8611e29c60b67eb3f64b7133a2979fc856bb8062
Modified Files
--
.../browser
Log the executing SQL stataments and error propertly from the psycopg2 driver
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d891a9d4d719d7e81afe51f3b3fdee23b49c464e
Modified Files
--
web/pgadmin/utils/driver/psycopg2/__init__.py |
Removed the undo manager from the node implementation, as it is causing some
issue, which rendering some code, which requires detailed attention.
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2f1eac124310f820d178abb8bf6b68e5af9d93bd
Modified
Fixed few issues with the backform custom controls.
- Fixed the server backend version check for any schema object.
- Fixed the switch control, it was not enable to toggle the values properly.
- Fixed the editableCell to work properly in the collection properties.
Branch
--
master
Details
---