Improve binary path settings hint.
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=bd139bc83e9df1fbf6ccf7eafa8a676ef594d983
Modified Files
--
web/pgadmin/browser/server_groups/servers/types.py | 2 +-
1 file changed, 1 insertion(+),
Hi,
PFA patch to add more confirmations in query tool before taking any actions
which might cause lose changes,
- Clearing editor
- Clearing history
- Load file data
RM#1666
Please review.
--
Regards,
Murtuza Zabuawala
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
Hi
while closing query tool, the following error is display on python console.
File
"/Users/surinder/Documents/Projects/pgadmin4/web/pgadmin/tools/datagrid/__init__.py",
line 270, in close
manager.release(did=cmd_obj.did, conn_id=cmd_obj.conn_id)
File
"/Users/surinder/Documents/Projects/p
Hi
*This patch contains following changes:*
1) Set focus on query tool once loaded.
2) While switching b/w panels find active tab and set focus on query tool.
3) Remove whitespace from file.
This will allow user to switch b/w panels without insisting user to click
on query tool.
Please find atta
Hi
On Wed, Sep 7, 2016 at 10:38 AM, Murtuza Zabuawala
wrote:
> Hi,
>
> PFA patch to add more confirmations in query tool before taking any actions
> which might cause lose changes,
> - Clearing editor
> - Clearing history
> - Load file data
> RM#1666
>
> Please review.
Can you tweak it so that
Thanks - applied.
On Wed, Sep 7, 2016 at 12:38 PM, Surinder Kumar <
surinder.ku...@enterprisedb.com> wrote:
> Hi
>
> while closing query tool, the following error is display on python console.
>
> File
> "/Users/surinder/Documents/Projects/pgadmin4/web/pgadmin/tools/datagrid/__init__.py",
> li
Fix typo in connection handler.
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=da21cabb1e6459fe073f010ce0473399a956ea5b
Author: Surinder Kumar
Modified Files
--
web/pgadmin/utils/driver/psycopg2/__init__.py | 4 ++--
1 file changed
Hi
This doesn't apply - can you rebase it please?
Thanks.
On Wed, Sep 7, 2016 at 12:46 PM, Surinder Kumar
wrote:
> Hi
>
> This patch contains following changes:
> 1) Set focus on query tool once loaded.
> 2) While switching b/w panels find active tab and set focus on query tool.
> 3) Remove whi
Sure I'll do it, But I thought like let user traverse through file manager
(he may or may not select any file to load) and warn only if he/she try to
load file.
--
Regards,
Murtuza Zabuawala
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
On Wed, Sep 7, 2016 at 6:30 P
Hi,
PFA patch to fix an issue where function node displaying wrong SQL for a
function returning a SETOF record, the display is wrong:
it displays:
RETURNS SETOF "SETOF record"
instead of
RETURNS SETOF record
RM#1631
--
Regards,
Murtuza Zabuawala
EnterpriseDB: http://www.enterprisedb.com
The En
Fix SQL generation for functions that return SETOF ... Fixes #1631
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=35d3c396de26c2fd5586a7d3af0d699a02a9b062
Author: Murtuza Zabuawala
Modified Files
--
.../schemas/functions/templates
Thanks, applied.
On Wed, Sep 7, 2016 at 2:27 PM, Murtuza Zabuawala
wrote:
> Hi,
>
> PFA patch to fix an issue where function node displaying wrong SQL for a
> function returning a SETOF record, the display is wrong:
>
> it displays:
> RETURNS SETOF "SETOF record"
>
> instead of
> RETURNS SETOF re
I think it's better to warn them as early as possible, as we do in
pgAdmin 3 (actually, there we just prompt them to save the changes,
but I think either is fine).
On Wed, Sep 7, 2016 at 2:04 PM, Murtuza Zabuawala
wrote:
> Sure I'll do it, But I thought like let user traverse through file manager
Hi
Please find updated patch with below changes:
1. A code block is formatted, previously not aligned.
2. rebased the patch.
3. Remove trailing whitespace.
On Wed, Sep 7, 2016 at 6:33 PM, Dave Page wrote:
> Hi
>
> This doesn't apply - can you rebase it please?
>
> Thanks.
>
> On Wed, Sep 7, 201
Thanks - applied.
On Wed, Sep 7, 2016 at 3:27 PM, Surinder Kumar
wrote:
> Hi
>
> Please find updated patch with below changes:
> 1. A code block is formatted, previously not aligned.
> 2. rebased the patch.
> 3. Remove trailing whitespace.
>
> On Wed, Sep 7, 2016 at 6:33 PM, Dave Page wrote:
>>
Ensure the query tool editor has focus when the tab is selected or when first
shown so the user can immediately type/execute. Fixes #1581
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f13de8b86b0e83f4aa96ecd9f0ae8844a1d8a7ae
Author: Surinder
Hi Dave,
Please find updated patch.
Please review.
--
Regards,
Murtuza Zabuawala
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
On Wed, Sep 7, 2016 at 7:30 PM, Dave Page wrote:
> I think it's better to warn them as early as possible, as we do in
> pgAdmin 3 (actua
17 matches
Mail list logo