-Original Message-
From: "Andreas Pflug"<[EMAIL PROTECTED]>
Sent: 30/04/06 01:44:21
To: "pgadmin-hackers", "Dave
Page"
Subject: Lightspeed for frmQuery and other issues.
> as announced I realized the virtual listview implementation in frmQuery;
> the code became amazingly slim. Since th
Dave Page wrote:
-Original Message- From: "Andreas
Pflug"<[EMAIL PROTECTED]> Sent: 30/04/06 01:44:21 To:
"pgadmin-hackers", "Dave
Page" Subject: Lightspeed for frmQuery and
other issues.
as announced I realized the virtual listview implementation in
frmQuery; the code became amazingly
Author: andreas
Date: 2006-04-30 13:10:21 +0100 (Sun, 30 Apr 2006)
New Revision: 5100
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5100&view=rev
Log:
cleanup submenu handling to avoid touching events.cpp when menus are added
Modified:
trunk/pgadmin3/CHANGELOG
trunk/
Author: andreas
Date: 2006-04-30 13:42:14 +0100 (Sun, 30 Apr 2006)
New Revision: 5101
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5101&view=rev
Log:
Scripting for table SELECT/INSERT/UPDATE
Modified:
trunk/pgadmin3/CHANGELOG
trunk/pgadmin3/src/include/pgTable.h
When triggering autocomplete on spaces (e.g. empty query window), a
memory damage will be triggered. If ignored, the full keyword listbox
will popup.
Happens with VC6, not gtk.
Regards,
Andreas
---(end of broadcast)---
TIP 2: Don't 'kill -9' the
-Original Message-
From: "Andreas Pflug"<[EMAIL PROTECTED]>
Sent: 30/04/06 12:24:08
To: "Dave Page"
Cc: "pgadmin-hackers@postgresql.org"
Subject: Re: Lightspeed for frmQuery and other issues.
> > Cool, nice work. I assume all the clipboard stuff still works?
>
> Depends on what you call
Author: andreas
Date: 2006-04-30 14:41:36 +0100 (Sun, 30 Apr 2006)
New Revision: 5102
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5102&view=rev
Log:
Scripting for view SELECT/INSERT/UPDATE
Modified:
trunk/pgadmin3/CHANGELOG
trunk/pgadmin3/src/frm/frmQuery.cpp
tr
Dave Page wrote:
-Original Message- From: "Andreas
Pflug"<[EMAIL PROTECTED]> Sent: 30/04/06 12:24:08 To: "Dave
Page" Cc:
"pgadmin-hackers@postgresql.org"
Subject: Re: Lightspeed for frmQuery and other issues.
Cool, nice work. I assume all the clipboard stuff still works?
Depends o
-Original Message-
From: "Andreas Pflug"<[EMAIL PROTECTED]>
Sent: 30/04/06 14:48:08
To: "Dave Page"
Cc: "pgadmin-hackers@postgresql.org"
Subject: Re: Lightspeed for frmQuery and other issues.
> EditGrid is untouched.
> copying of arbitrary groups of cells did *never* work correct. The
>
Author: andreas
Date: 2006-04-30 15:27:25 +0100 (Sun, 30 Apr 2006)
New Revision: 5103
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5103&view=rev
Log:
Modified:
trunk/pgadmin3/TODO
---(end of broadcast)---
TIP 5: don't f
Dave Page wrote:
-Original Message- From: "Andreas
Pflug"<[EMAIL PROTECTED]> Sent: 30/04/06 14:48:08 To: "Dave
Page" Cc:
"pgadmin-hackers@postgresql.org"
Subject: Re: Lightspeed for frmQuery and other issues.
EditGrid is untouched. copying of arbitrary groups of cells did
*never* wo
-Original Message-
From: "Andreas Pflug"<[EMAIL PROTECTED]>
Sent: 30/04/06 15:27:52
To: "Dave Page"
Cc: "pgadmin-hackers@postgresql.org"
Subject: Re: Lightspeed for frmQuery and other issues.
> Simply select some non-adjacent cells in arbitrary cols and rows.
That shouldn't work - there'
Quoting Andreas Pflug <[EMAIL PROTECTED]>:
Simply select some non-adjacent cells in arbitrary cols and rows.
I stated that in the beginning, and asked if anyone had any
suggestions on what to do in that case. If you completely arbitrarily
hightlight cells, there really isn't a way to store
Dave Page wrote:
When asked for further info about *that* todo, you didn't give any
helpful answers :-(
Well, anybody not knowing how to code a virtual ListView shouldn't start
on that...
However, I am not complaining about that change - I am complaining
that a copy/paste feature was remov
Quoting Dave Page :
Pasteing? I dunno. Anyway in MS Query Analyser you can paste entire
rows, or sets of new rows into a table. I had been planning on
looking at something similar, but with an additional option (offered
at paste time, when necessary) to skip OID/serial columns.
Enterpr
Author: andreas
Date: 2006-04-30 16:24:08 +0100 (Sun, 30 Apr 2006)
New Revision: 5104
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5104&view=rev
Log:
Fix Explain issue with multiple lines
Modified:
trunk/pgadmin3/CHANGELOG
trunk/pgadmin3/src/ctl/explainCanvas.cpp
Edward Di Geronimo Jr. wrote:
Quoting Andreas Pflug <[EMAIL PROTECTED]>:
Simply select some non-adjacent cells in arbitrary cols and rows.
I stated that in the beginning, and asked if anyone had any suggestions
on what to do in that case. If you completely arbitrarily hightlight
cells, t
Edward Di Geronimo Jr. wrote:
Quoting Dave Page :
Pasteing? I dunno. Anyway in MS Query Analyser you can paste entire
rows, or sets of new rows into a table. I had been planning on
looking at something similar, but with an additional option (offered
at paste time, when necessary) to ski
Miha Radej wrote:
Hi!
I have some tables and playing with a query and graphical explain got me
to a strange result - a grey line across the entire window; see
http://mcajvar.prkoritu.net/pgadmin/graphic_explain_db1.png .
Ok Miha,
apparently the problem is triggered by multiline filters. I add
Quoting Andreas Pflug <[EMAIL PROTECTED]>:
So this was a frmEditGrid issue, not frmQuery. I didn't touch that.
Please note that there are many editing issues here (very platform
specific), which is, I know it's boring to read again, a wxGrid issue.
Yes, it's Edit Grid. I fully realize wxGrid s
-Original Message-
From: "Andreas Pflug"<[EMAIL PROTECTED]>
Sent: 30/04/06 16:19:51
To: "Dave Page"
Cc: "pgadmin-hackers@postgresql.org"
Subject: Re: Lightspeed for frmQuery and other issues.
>
> It wasn't removed explicitely, but the underlying class that didn't meet
> the requirement
Dave Page wrote:
-Original Message-
From: "Andreas Pflug"<[EMAIL PROTECTED]>
Sent: 30/04/06 16:19:51
To: "Dave Page"
Cc: "pgadmin-hackers@postgresql.org"
Subject: Re: Lightspeed for frmQuery and other issues.
It wasn't removed explicitely, but the underlying class that didn't meet
the
Quoting Andreas Pflug <[EMAIL PROTECTED]>:
I still don't see a need for that extended handling, because the ctl
always allowed row selections (and column selections can be achieved
from SELECT , a basic SQL feature... )
Very often in my work, I would not know exactly what columns I need
Edward Di Geronimo Jr. wrote:
Quoting Andreas Pflug <[EMAIL PROTECTED]>:
I still don't see a need for that extended handling, because the ctl
always allowed row selections (and column selections can be achieved
from SELECT , a basic SQL feature... )
Very often in my work, I would not kno
-Original Message-
From: "Andreas Pflug"<[EMAIL PROTECTED]>
Sent: 30/04/06 17:23:04
To: "Dave Page"
Cc: "pgadmin-hackers@postgresql.org"
Subject: Re: Lightspeed for frmQuery and other issues.
> That's in frmQuery only, right? If so, the local solution is fine. If
> it's more global, it s
-Original Message-
From: "Edward Di Geronimo Jr."<[EMAIL PROTECTED]>
Sent: 30/04/06 16:20:56
To: "pgadmin-hackers@postgresql.org"
Subject: Re: [pgadmin-hackers] Lightspeed for frmQuery and other issues.
> Enterprise Manager handles the issue by skipping over any identity
> (serial) col
Dave Page wrote:
Yes, but it used wxGrid methods to build the report, thus, like the
copy functionality, would have needed fixing to work with a listview
I already changed that to the new interface.
(actually, frmReport has a listview->reporttable method that could be
used).
I don't quite
Author: andreas
Date: 2006-04-30 18:57:19 +0100 (Sun, 30 Apr 2006)
New Revision: 5105
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5105&view=rev
Log:
programmer's readme
Added:
trunk/pgadmin3/programmers-readme.txt
---(end of broadcast)
Hm, I could have sworn that I already added programmers-readme.txt
months ago to svn. Anyway, please review it if it makes sense to you.
Regards
Andreas
---(end of broadcast)---
TIP 6: explain analyze is your friend
-Original Message-
From: "Andreas Pflug"<[EMAIL PROTECTED]>
Sent: 30/04/06 18:44:01
To: "Dave Page"
Cc: "pgadmin-hackers@postgresql.org"
Subject: Re: Lightspeed for frmQuery and other issues.
> > (actually, frmReport has a listview->reporttable method that could be
> > used).
> I don't
Where is it? :-)
/D
-Original Message-
From: "Andreas Pflug"<[EMAIL PROTECTED]>
Sent: 30/04/06 18:58:44
To: "Dave Page",
"pgadmin-hackers"
Subject: programmers-readme.txt
Hm, I could have sworn that I already added programmers-readme.txt
months ago to svn. Anyway, please review it if
Nevermind, I see it. Thanks.
/D
-Original Message-
From: "Andreas Pflug"<[EMAIL PROTECTED]>
Sent: 30/04/06 18:58:44
To: "Dave Page",
"pgadmin-hackers"
Subject: programmers-readme.txt
Hm, I could have sworn that I already added programmers-readme.txt
months ago to svn. Anyway, please
Dave Page wrote:
-Original Message-
From: "Andreas Pflug"<[EMAIL PROTECTED]>
Sent: 30/04/06 18:44:01
To: "Dave Page"
Cc: "pgadmin-hackers@postgresql.org"
Subject: Re: Lightspeed for frmQuery and other issues.
(actually, frmReport has a listview->reporttable method that could be
used).
> -Original Message-
> From: Andreas Pflug [mailto:[EMAIL PROTECTED]
> Sent: 30 April 2006 19:42
> To: Dave Page
> Cc: pgadmin-hackers@postgresql.org
> Subject: Re: Lightspeed for frmQuery and other issues.
>
> Ok, I see that method, and see it used 4x in pgObject, but
> dunno what it
Author: dpage
Date: 2006-04-30 21:13:00 +0100 (Sun, 30 Apr 2006)
New Revision: 5106
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5106&view=rev
Log:
Pre-encrypt passwords before sending them down the wire or displaying them in
SQL statements.
Added:
trunk/pgadmin3/src/
Hi,
I added the version number back into all the changelog entires that you
removed them from. We know what the version number will be so it makes
no sense not to include it now and save me 10 minutes of post-release
editting later on.
Regards, Dave.
---(end of broadcast)
Quoting Andreas Pflug <[EMAIL PROTECTED]>:
An improvement that ignores basics is useless.
That's what we've been trying to tell you...
Anyway, here's a patch that fixes what Andreas broke.
Ed
This message was sent using IMP, t
37 matches
Mail list logo