Re: [pgadmin-hackers] Support for invalid foreign keys

2011-03-07 Thread Guillaume Lelarge
Le 07/03/2011 07:49, Dave Page a écrit : > On Mon, Mar 7, 2011 at 6:21 AM, Guillaume Lelarge > wrote: >> Well, it was supposed to be deleted. Actually, I was supposed to ask if >> anyone knows why there is the "if (sql.IsNull())" check at all (the "|| >> forceRefresh" is a test I should have delet

Re: [pgadmin-hackers] Support for invalid foreign keys

2011-03-06 Thread Dave Page
On Mon, Mar 7, 2011 at 6:21 AM, Guillaume Lelarge wrote: > Well, it was supposed to be deleted. Actually, I was supposed to ask if > anyone knows why there is the "if (sql.IsNull())" check at all (the "|| > forceRefresh" is a test I should have deleted). I have no idea why there > is this sql.IsNu

Re: [pgadmin-hackers] Support for invalid foreign keys

2011-03-06 Thread Guillaume Lelarge
Le 07/03/2011 06:49, Thom Brown a écrit : > On 7 March 2011 10:18, Dave Page wrote: >> On Sun, Mar 6, 2011 at 10:28 PM, Guillaume Lelarge >> wrote: >>> Hi, >>> >>> This is a new (as in 9.1) feature we have to support in pgAdmin. >>> >>> From the git log on https://github.com/gleu/pgadmin3/tree/ti

Re: [pgadmin-hackers] Support for invalid foreign keys

2011-03-06 Thread Thom Brown
On 7 March 2011 10:18, Dave Page wrote: > On Sun, Mar 6, 2011 at 10:28 PM, Guillaume Lelarge > wrote: >> Hi, >> >> This is a new (as in 9.1) feature we have to support in pgAdmin. >> >> From the git log on https://github.com/gleu/pgadmin3/tree/ticket304: >> >>  Add support for invalid foreign key

Re: [pgadmin-hackers] Support for invalid foreign keys

2011-03-06 Thread Dave Page
On Sun, Mar 6, 2011 at 10:28 PM, Guillaume Lelarge wrote: > Hi, > > This is a new (as in 9.1) feature we have to support in pgAdmin. > > From the git log on https://github.com/gleu/pgadmin3/tree/ticket304: > >  Add support for invalid foreign key constraints > >  This patch adds a checkbox in the

[pgadmin-hackers] Support for invalid foreign keys

2011-03-06 Thread Guillaume Lelarge
Hi, This is a new (as in 9.1) feature we have to support in pgAdmin. >From the git log on https://github.com/gleu/pgadmin3/tree/ticket304: Add support for invalid foreign key constraints This patch adds a checkbox in the dlgForeignKey dialog, so that the user can create an "not validated" fo