[pgadmin-hackers] PGAdminIII 1.4.1 bug in view_data - getting wrong PK.

2006-01-11 Thread Scott Chapman
View Data is not getting the correct primary key in pgAdminIII 1.4.1 I have a table shown below which shows it correctly. When I got "view data", the [PK] shows up on the last column, not the correct one and deletes fail. CREATE TABLE users ( email text NOT NULL, "password" text NOT NULL,

Re: [pgadmin-hackers] Commandline patch oops

2006-01-11 Thread Dave Page
Thanks, applied. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Magnus Hagander > Sent: 10 January 2006 19:33 > To: [email protected] > Subject: [pgadmin-hackers] Commandline patch oops > > Oopsie. If you try to autoconnect to a d

[pgadmin-hackers] SVN Commit by dpage: r4888 - trunk/pgadmin3/src

2006-01-11 Thread svn
Author: dpage Date: 2006-01-11 09:23:37 + (Wed, 11 Jan 2006) New Revision: 4888 Modified: trunk/pgadmin3/src/pgAdmin3.cpp Log: Oopsie. If you try to autoconnect to a database that doesn't exist (or is stopped), pgadmin will happily crash. Attached patch fixes this. [Magnus Hagander] Modifi

Re: [pgadmin-hackers] Copy quoting

2006-01-11 Thread Dave Page
Thanks, patch applied. > -Original Message- > From: Magnus Hagander [mailto:[EMAIL PROTECTED] > Sent: 10 January 2006 19:52 > To: Dave Page; [email protected] > Subject: RE: [pgadmin-hackers] Copy quoting > > > > Therefore, included is also a second patch which creates > n

[pgadmin-hackers] SVN Commit by dpage: r4887 - in trunk/pgadmin3: . docs/en_US src/ctl src/frm src/include src/ui src/utils

2006-01-11 Thread svn
Author: dpage Date: 2006-01-11 09:19:12 + (Wed, 11 Jan 2006) New Revision: 4887 Modified: trunk/pgadmin3/CHANGELOG.txt trunk/pgadmin3/docs/en_US/options-tab3.html trunk/pgadmin3/src/ctl/ctlSQLResult.cpp trunk/pgadmin3/src/frm/frmOptions.cpp trunk/pgadmin3/src/include/sysSettings