Am 12.11.2007 11:12 Uhr schrieb Dave Page (<[EMAIL PROTECTED]>):
> Jörg Beyer wrote:
>>
>> (2) Query tool, SQL entry field
>> Entering a '^' (e.g. as a RegEx anchor) gives '^^'.
>> (On the German keyboard layout, '^' is mapped to the key exactly below the
>> escape key, if that is of any help).
>
Jörg Beyer wrote:
> Hello.
>
> During the past few days I noticed the following problems:
>
> (1) pgAdmin main window, SQL Pane
> SQL-syntax for Views shows doubled double quoted commented titles,
> e.g.
> -- View: ""Books_View""
>
> for view "Books_View" (mixed upper and lower case is int
Author: dpage
Date: 2007-11-12 10:05:22 + (Mon, 12 Nov 2007)
New Revision: 6813
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6813&view=rev
Log:
Remove extra quotes per Jorg Beyer
Modified:
branches/REL-1_8_0_PATCHES/pgadmin3/pgadmin/schema/pgView.cpp
Author: dpage
Date: 2007-11-12 10:04:28 + (Mon, 12 Nov 2007)
New Revision: 6812
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6812&view=rev
Log:
Remove extra quotes, per Jorg Beyer
Modified:
trunk/pgadmin3/pgadmin/schema/pgView.cpp
---(end