Re: [pgadmin-hackers] pgAdmin III commit: Fix another issue related to wxWidgets 2.9

2012-03-13 Thread Guillaume Lelarge
On Tue, 2012-03-13 at 16:13 +0500, Timon wrote: > this commit wrongly shows number of returned rows. the latest version > has this bug too > see attachment > You're right. I reverted my old patch. -- Guillaume http://blog.guillaume.lelarge.info http://www.dalibo.com -- Sent via pgadmin-hack

[pgadmin-hackers] pgAdmin III commit: Revert "Fix another issue related to wxWidgets 2.9"

2012-03-13 Thread Guillaume Lelarge
Revert "Fix another issue related to wxWidgets 2.9" This reverts commit 4e8c217f812a0ecc95a02db367d8af63f39073ad. All displayed numbers were wrong. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=1ebf8e4bc12e27bc7f02c47981fee63719da466d Modif

[pgadmin-hackers] pgAdmin III commit: Fix the reverse-engineered SQL of an operator

2012-03-13 Thread Guillaume Lelarge
Fix the reverse-engineered SQL of an operator Per report from Bartosz Dmytrak. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=c8e63be4a8292b46076cac5b4b71eac3aadc7bee Modified Files -- CHANGELOG |2 ++ pgadm

[pgadmin-hackers] pgAdmin III commit: Fix the reverse-engineered SQL of an operator

2012-03-13 Thread Guillaume Lelarge
Fix the reverse-engineered SQL of an operator Per report from Bartosz Dmytrak. Branch -- REL-1_14_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=5c76878c6e007cceda6414abe358b19c63791188 Modified Files -- CHANGELOG |

[pgadmin-hackers] pgAdmin III commit: Fix a couple more wx2.9 related assertions.

2012-03-13 Thread Dave Page
Fix a couple more wx2.9 related assertions. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=5bbf2deb3a62198a615d2f59cbd5e19084e7e7a7 Author: Akshay Joshi Modified Files -- pgadmin/frm/frmDatabaseDesigner.cpp |7 ++- pgadmin/

Re: [pgadmin-hackers] Fix some wxWidget 2.9 asserts

2012-03-13 Thread Dave Page
Thanks, applied. On Tue, Mar 13, 2012 at 1:41 PM, Akshay Joshi wrote: > Hi Dave > > I have fixed couple of wxWidget 2.9 asserts. Attached is the patch file, > please review it and if it looks good then can you please commit it. > > -- > Akshay Joshi > Senior Software Engineer > EnterpriseDB Corpo

[pgadmin-hackers] Fix some wxWidget 2.9 asserts

2012-03-13 Thread Akshay Joshi
Hi Dave I have fixed couple of wxWidget 2.9 asserts. Attached is the patch file, please review it and if it looks good then can you please commit it. -- *Akshay Joshi Senior Software Engineer EnterpriseDB Corporation The Enterprise PostgreSQL Company Phone: +91 20-3058-9522 Mobile: +91 976-788-8

Re: [pgadmin-hackers] pgadmin database restore display objects issue

2012-03-13 Thread Dave Page
Thanks, patch applied. On Tue, Mar 13, 2012 at 9:34 AM, Dharmendra Goyal wrote: > Hi, > > There was an issue with "display objects" event on restore database > dialogue. > > We can take backup of any database successfully but when try to restore the > backup by clicking on "display objects", it d

[pgadmin-hackers] pgAdmin III commit: Fix handling of DEFAULT ACLs in the restore dialog

2012-03-13 Thread Dave Page
Fix handling of DEFAULT ACLs in the restore dialog Conflicts: CHANGELOG Branch -- REL-1_14_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=47a43dc8492af19b1420b7d8ee9f5efd0c431652 Author: Dharmendra Goyal Modified Files -- CHANG

[pgadmin-hackers] pgAdmin III commit: Fix handling of DEFAULT ACLs in the restore dialog

2012-03-13 Thread Dave Page
Fix handling of DEFAULT ACLs in the restore dialog Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=83355c508aac6f285da5df47efa7117b7f30aed3 Author: Dharmendra Goyal Modified Files -- CHANGELOG |2 ++ pgadmin/frm

[pgadmin-hackers] pgadmin database restore display objects issue

2012-03-13 Thread Dharmendra Goyal
Hi, There was an issue with "display objects" event on restore database dialogue. We can take backup of any database successfully but when try to restore the backup by clicking on "display objects", it displays error message: "schema node not found". Steps: 1. click on any database and take a bac