Quoting [EMAIL PROTECTED]:
Log:
Remove some already implemented TODO's
I noticed this removed:
- EditGrid: refresh row after insert to show default values
Was this something really recent? I haven't synced up since before I
started the Paste Rows work, but my current builds don't have tha
Author: dpage
Date: 2006-05-10 20:47:30 +0100 (Wed, 10 May 2006)
New Revision: 5144
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5144&view=rev
Log:
Remove some already implemented TODO's
Modified:
trunk/pgadmin3/TODO
---(end of broadcast)--
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Edward Di Geronimo Jr.
> Sent: 10 May 2006 16:41
> To: [email protected]
> Subject: Re: [pgadmin-hackers] Paste rows patch
>
> Quoting Dave Page :
>
> > Nice - that works. Unfortuna
Author: dpage
Date: 2006-05-10 20:06:07 +0100 (Wed, 10 May 2006)
New Revision: 5143
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5143&view=rev
Log:
Allow pasting of entire rows in the View Data tool [Edward Di Geronimo Jr]
Modified:
trunk/pgadmin3/CHANGELOG
trunk/pg
Quoting Dave Page :
Nice - that works. Unfortunately I found another problem - the serial
column doesn't seem to work I suspect because you are looking for
columns that are PGOID_TYPE_SERIAL or PGOID_TYPE_SERIAL8, however they
actually get seen as int4's or int8's I believe. I'm testing with 8.1
Author: dpage
Date: 2006-05-10 12:09:36 +0100 (Wed, 10 May 2006)
New Revision: 5142
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5142&view=rev
Log:
Ensure that report XML data has id's and item numbers for each section, row and
column. Include the default XSL stylesheet an
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Edward Di Geronimo Jr.
> Sent: 10 May 2006 00:43
> To: [email protected]
> Subject: Re: [pgadmin-hackers] Paste rows patch
>
> Quoting Dave Page :
>
> > We enable/disable the save b
Author: dpage
Date: 2006-05-10 09:20:47 +0100 (Wed, 10 May 2006)
New Revision: 5141
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5141&view=rev
Log:
Use escape string syntax (E'foo') where required.
Modified:
trunk/pgadmin3/CHANGELOG
trunk/pgadmin3/src/agent/dlgJob.c