[pgadmin-hackers] pgAdmin III commit: Fix some errors the VC++ compiler found (an implici

2010-08-19 Thread Guillaume Lelarge
Commit: http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=f763036cd3bffb7c09e5c6550f3d4d1931ff3541 Log Message --- Fix some errors the VC++ compiler found (an implicit conversion issue, and an already defined enumeration member). Branch -- master Modified Files --

Re: [pgadmin-hackers] Troubles when compiling a fresh master branch on Windows

2010-08-19 Thread Guillaume Lelarge
Le 19/08/2010 04:01, Luis Ochoa a écrit : > I had same issues only on windows, but I solved it in a temporary way > > On Wed, Aug 18, 2010 at 9:47 AM, Guillaume Lelarge > wrote: > >> Hi, >> >> I installed git on my windows box. I launched Visual Studio 2008 to >> compile it, and it gives me two e

Re: [pgadmin-hackers] error in last pgadmin git version

2010-08-19 Thread Dave Page
On Thu, Aug 19, 2010 at 7:23 AM, Ashesh Vashi wrote: > What is the version of pgAdmin? See $SUBJECT > And, What are you trying to fetch? It sounded like Timon was simply clicking on a table - I've managed to reproduce it, but not with all tables. Will fix... -- Dave Page Blog: http://pgsnake.

[pgadmin-hackers] pgAdmin III commit: Fix constraints query per Timon

2010-08-19 Thread Dave Page
Commit: http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=f627445d87a04e561641c0335a756a49a4cad0c1 Log Message --- Fix constraints query per Timon Branch -- master Modified Files -- pgadmin/schema/pgIndex.cpp | 47 +++

Re: [pgadmin-hackers] error in last pgadmin git version

2010-08-19 Thread Dave Page
On Thu, Aug 19, 2010 at 8:57 AM, Dave Page wrote: > On Thu, Aug 19, 2010 at 7:23 AM, Ashesh Vashi > wrote: >> What is the version of pgAdmin? > > See $SUBJECT > >> And, What are you trying to fetch? > > It sounded like Timon was simply clicking on a table - I've managed to > reproduce it, but not

Re: [pgadmin-hackers] error in last pgadmin git version

2010-08-19 Thread Ashesh Vashi
I am able to reproduce it (it is reproducible with an index constraints in the table.) And, also found one more crash while working on it. Steps to reproduce: - Create a table without any constraint i.e. CREATE TABLE xyz(c1 integer, c2 character varying); - Open Table Properties for the 'xyz' table

Re: [pgadmin-hackers] error in last pgadmin git version

2010-08-19 Thread Dave Page
On Thu, Aug 19, 2010 at 9:36 AM, Ashesh Vashi wrote: > I am able to reproduce it (it is reproducible with an index constraints in > the table.) > And, also found one more crash while working on it. > Steps to reproduce: > - Create a table without any constraint > i.e. CREATE TABLE xyz(c1 integer,

Re: [pgadmin-hackers] error in last pgadmin git version

2010-08-19 Thread Guillaume Lelarge
Le 19/08/2010 11:29, Dave Page a écrit : > On Thu, Aug 19, 2010 at 9:36 AM, Ashesh Vashi > wrote: >> I am able to reproduce it (it is reproducible with an index constraints in >> the table.) >> And, also found one more crash while working on it. >> Steps to reproduce: >> - Create a table without a

Re: [pgadmin-hackers] error in last pgadmin git version

2010-08-19 Thread Ashesh Vashi
Sure *--** **Thanks & Regards,** **Ashesh Vashi** **EnterpriseDB INDIA:* Enterprise Postgres Company On Thu, Aug 19, 2010 at 2:59 PM, Dave Page wrote: > On Thu, Aug 19, 2010 at 9:36 AM, Ashesh Vashi > wrote: > > I am able to reproduce it (it is reproducible with

Re: [pgadmin-hackers] error in last pgadmin git version

2010-08-19 Thread Dave Page
On Thu, Aug 19, 2010 at 10:32 AM, Guillaume Lelarge wrote: > Le 19/08/2010 11:29, Dave Page a écrit : >> On Thu, Aug 19, 2010 at 9:36 AM, Ashesh Vashi >> wrote: >>> I am able to reproduce it (it is reproducible with an index constraints in >>> the table.) >>> And, also found one more crash while

Re: [pgadmin-hackers] error in last pgadmin git version

2010-08-19 Thread Ashesh Vashi
In fact, I am able to reproduce the same on my side with the latest code (included Dave's last checked-in). One thing - I have noticed in this case. It will reproducible with the table, which does not Primary Key. i.e. CREATE TABLE test(c1 integer, c2 integer); And, crash is in the "Primary Key Pr

[pgadmin-hackers] #224: UI Addition Request. View Data > View BOTTOM 100 Rows

2010-08-19 Thread Steffen Kuhn
Hi , I reviewed my code for: http://code.pgadmin.org/trac/ticket/224 Find the patch attached. Regards Steffen work.patch Description: Binary data -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref

Re: [pgadmin-hackers] error in last pgadmin git version

2010-08-19 Thread Dave Page
On Thu, Aug 19, 2010 at 11:02 AM, Ashesh Vashi wrote: > It is actually an assertion, not crash. > But, debug version of pgadmin prompts for this and get crashes after this > assertion. > As cbColumns (ctComboBoxFix) in dlgIndexConstraint has no Client Data for > the current selection, it throws as

Re: [pgadmin-hackers] error in last pgadmin git version

2010-08-19 Thread Ashesh Vashi
On Thu, Aug 19, 2010 at 3:36 PM, Dave Page wrote: > On Thu, Aug 19, 2010 at 11:02 AM, Ashesh Vashi > wrote: > > It is actually an assertion, not crash. > > But, debug version of pgadmin prompts for this and get crashes after this > > assertion. > > As cbColumns (ctComboBoxFix) in dlgIndexConstra

Re: [pgadmin-hackers] [pgAdmin III] #137: Feature request: in table view

2010-08-19 Thread pgAdmin Trac
#137: Feature request: in table view ---+ Reporter: Raymond O'Donnell | Owner: Steffen Kuhn Type: feature| Status: assigned Priority: minor | Milestone: Comp

[pgadmin-hackers] Re: [pgAdmin III] #185: Allow the user to disconnect individual databases

2010-08-19 Thread pgAdmin Trac
#185: Allow the user to disconnect individual databases -+-- Reporter: gleu | Owner: Steffen Kuhn Type: feature | Status: assigned Priority: minor| Milestone: Component: pgad

Re: [pgadmin-hackers] Git configuration

2010-08-19 Thread Magnus Hagander
On Wed, Jul 28, 2010 at 18:02, Dave Page wrote: > On Wed, Jul 28, 2010 at 4:59 PM, Guillaume Lelarge > wrote: >> I don't see why it still doesn't work. Anyway, you're right. I won't >> spend more time on this. My problem is: I have at least one commit to do >> with another author. Can I? > > Yes,

Re: [pgadmin-hackers] #224: UI Addition Request. View Data > View BOTTOM 100 Rows

2010-08-19 Thread Guillaume Lelarge
Le 19/08/2010 12:04, Steffen Kuhn a écrit : > [...] > I reviewed my code for: > http://code.pgadmin.org/trac/ticket/224 > > Find the patch attached. > Commited with minor changes. Thanks. -- Guillaume http://www.postgresql.fr http://dalibo.com -- Sent via pgadmin-hackers mailing list (pg

Re: [pgadmin-hackers] Git configuration

2010-08-19 Thread Guillaume Lelarge
Le 19/08/2010 16:00, Magnus Hagander a écrit : > On Wed, Jul 28, 2010 at 18:02, Dave Page wrote: >> On Wed, Jul 28, 2010 at 4:59 PM, Guillaume Lelarge >> wrote: >>> I don't see why it still doesn't work. Anyway, you're right. I won't >>> spend more time on this. My problem is: I have at least one

Re: [pgadmin-hackers] Git configuration

2010-08-19 Thread Magnus Hagander
On Thu, Aug 19, 2010 at 16:17, Guillaume Lelarge wrote: > Le 19/08/2010 16:00, Magnus Hagander a écrit : >> On Wed, Jul 28, 2010 at 18:02, Dave Page wrote: >>> On Wed, Jul 28, 2010 at 4:59 PM, Guillaume Lelarge >>> wrote: I don't see why it still doesn't work. Anyway, you're right. I won't

[pgadmin-hackers] Editing date values in frmEditGrid

2010-08-19 Thread Steffen Kuhn
Hi , I recognized an issue about editing date values in frmEditGrid on Vista pgAdminIII 1.12.0 beta4. Moving the cursor makes the value appear and disappear. Can anyone confirm that? May be this issue is related to ticket #197 but I don't know. Regards Steffen -- Sent via pgadmin-hackers mailin

[pgadmin-hackers] pgAdmin III commit: Allow the user to disconnect from individual db.

2010-08-19 Thread Guillaume Lelarge
Commit: http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=28b568f8ca0c2b56cc1a813c94e1aa32ec8d7b8f Author: Steffen Kuhn Log Message --- Allow the user to disconnect from individual db. This patch adds a menu item for every database object except the maintenance one, that a

Re: [pgadmin-hackers] Git configuration

2010-08-19 Thread Guillaume Lelarge
Le 19/08/2010 16:35, Magnus Hagander a écrit : > On Thu, Aug 19, 2010 at 16:17, Guillaume Lelarge > wrote: >> Le 19/08/2010 16:00, Magnus Hagander a écrit : >>> On Wed, Jul 28, 2010 at 18:02, Dave Page wrote: On Wed, Jul 28, 2010 at 4:59 PM, Guillaume Lelarge wrote: > I don't see

[pgadmin-hackers] Re: [pgAdmin III] #185: Allow the user to disconnect individual databases

2010-08-19 Thread pgAdmin Trac
#185: Allow the user to disconnect individual databases --+- Reporter: gleu | Owner: Steffen Kuhn Type: feature | Status: closed Priority: minor| Milestone: 1.14 Component:

[pgadmin-hackers] pgAdmin III commit: Fix an issue with tab keypress on frmQuery.

2010-08-19 Thread Guillaume Lelarge
Commit: http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=55e9b5cae1060da39be3a77f181bf413157d6dc3 Log Message --- Fix an issue with tab keypress on frmQuery. On Windows, a user pressing tab on the scratch pad of the frmQuery window does not insert a tab character on the sc

[pgadmin-hackers] pgAdmin III commit: Fix an issue with tab keypress on frmQuery.

2010-08-19 Thread Guillaume Lelarge
Commit: http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=680fb2332a40569fca97de7bc51be4548b0f5306 Log Message --- Fix an issue with tab keypress on frmQuery. On Windows, a user pressing tab on the scratch pad of the frmQuery window does not insert a tab character on the sc

[pgadmin-hackers] [pgAdmin III] #225: Database designer

2010-08-19 Thread pgAdmin Trac
#225: Database designer --+- Reporter: Luis Ochoa| Owner: Luis Ochoa Type: feature | Status: new Priority: major | Milestone: Component: pgadmin

[pgadmin-hackers] [pgAdmin III] #226: Schema Difference Visualization and Synchronization

2010-08-19 Thread pgAdmin Trac
#226: Schema Difference Visualization and Synchronization +--- Reporter: Adeel Khan | Owner: Adeel Khan Type: feature | Status: new Priority: major | Milestone: Component: