Re: [pgadmin-support] PgAdmin III: Two bugs

2003-10-07 Thread Andreas Pflug
Dave Page wrote: -Original Message- From: Andreas Pflug [mailto:[EMAIL PROTECTED] Sent: 07 October 2003 10:31 To: Dave Page Cc: [EMAIL PROTECTED] Subject: Re: [pgadmin-support] PgAdmin III: Two bugs Dave Page wrote: Did you get the frogfrog thing as well? I noticed that when

Re: [pgadmin-support] PgAdmin III: Two bugs

2003-10-07 Thread Dave Page
> -Original Message- > From: Andreas Pflug [mailto:[EMAIL PROTECTED] > Sent: 07 October 2003 10:31 > To: Dave Page > Cc: [EMAIL PROTECTED] > Subject: Re: [pgadmin-support] PgAdmin III: Two bugs > > > Dave Page wrote: > > > > > > > D

Re: [pgadmin-support] PgAdmin III: Two bugs

2003-10-07 Thread Andreas Pflug
Dave Page wrote: Did you get the frogfrog thing as well? I noticed that when adding a UNIQUE constraint from the table prop dialogue. This translates to what? My dictionary only knows single frogs, not siamesian twin frogs :-) Regards, Andreas ---(end of broadcast)---

Re: [pgadmin-support] PgAdmin III: Two bugs

2003-10-07 Thread Dave Page
Thanks Chris, added to TODO. Regards, Dave. > -Original Message- > From: Christopher Kings-Lynne [mailto:[EMAIL PROTECTED] > Sent: 07 October 2003 08:27 > To: Dave Page > Cc: Andreas Pflug; Matej Rizman; [EMAIL PROTECTED] > Subject: Re: [pgadmin-support] PgA

Re: [pgadmin-support] PgAdmin III: Two bugs

2003-10-07 Thread Christopher Kings-Lynne
Fixed in head and branch. dlgIndexConstraint::GetSql() was hard-coded to "PRIMARY KEY" instead of wxString(typeList[objectType].typeName).Upper(). Cool, thanks. Did you get the frogfrog thing as well? I noticed that when adding a UNIQUE constraint from the table prop dialogue. Regards, Dave.

Re: [pgadmin-support] PgAdmin III: Two bugs

2003-10-07 Thread Dave Page
> -Original Message- > From: Andreas Pflug [mailto:[EMAIL PROTECTED] > Sent: 06 October 2003 16:48 > To: Dave Page > Cc: Matej Rizman; [EMAIL PROTECTED] > Subject: Re: [pgadmin-support] PgAdmin III: Two bugs > > > > > >Scrub that, I see it. If

Re: [pgadmin-support] PgAdmin III: Two bugs

2003-10-06 Thread Andreas Pflug
Dave Page wrote: -Original Message- From: Dave Page Sent: 06 October 2003 10:17 To: Matej Rizman; [EMAIL PROTECTED] Subject: Re: [pgadmin-support] PgAdmin III: Two bugs Hi Matej -Original Message- From: Matej Rizman [mailto:[EMAIL PROTECTED] Sent: 05 October 2003 23:37

Re: [pgadmin-support] PgAdmin III: Two bugs

2003-10-06 Thread Dave Page
> -Original Message- > From: Dave Page > Sent: 06 October 2003 10:17 > To: Matej Rizman; [EMAIL PROTECTED] > Subject: Re: [pgadmin-support] PgAdmin III: Two bugs > > > Hi Matej > > > -Original Message- > > From: Matej Rizman [mailto:[EMA

Re: [pgadmin-support] PgAdmin III: Two bugs

2003-10-06 Thread Dave Page
Hi Matej > -Original Message- > From: Matej Rizman [mailto:[EMAIL PROTECTED] > Sent: 05 October 2003 23:37 > To: [EMAIL PROTECTED] > Subject: [pgadmin-support] PgAdmin III: Two bugs > > > > PgAdmin III version: 1.0.0 > > First bug: > Creating UNIQUE constraint executes ALTER TABLE ...