| From: | "pgAdmin Trac" <trac(at)code(dot)pgadmin(dot)org> |
|---|---|
| To: | |
| Cc: | pgadmin-hackers(at)postgresql(dot)org |
| Subject: | [pgAdmin III] #362: pgScript and ampersand |
| Date: | 2012-04-23 20:24:54 |
| Message-ID: | 055.3f2353dbc945e835a9db04337e720802@code.pgadmin.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-hackers |
#362: pgScript and ampersand
----------------------------+-----------------------------------------------
Reporter: Matthieu Pepin | Owner: dpage
Type: bug | Status: new
Priority: minor | Milestone:
Component: pgadmin | Version: 1.14
Keywords: pgscript | Platform: all
----------------------------+-----------------------------------------------
I'm having a problem with pgAdmin and pgScript. If I do something like
this:
CREATE TABLE testtable(description VARCHAR);SET @myvar = 'String with &
ampersand';INSERT INTO testtable(description) VALUES('@myvar');
pgAdmin hangs when I run the script. The timer at the bottom right of the
screen just keeps increasing and I can't even cancel the script. It is
caused by the ampersand in @myvar. Is there something I can do to make it
work or it's really a bug? I'm using pgAdmin 1.14.0 in OpenSUSE 12.1
Tumbleweed.
--
Ticket URL: <http://code.pgadmin.org/trac/ticket/362>
pgAdmin III <http://code.pgadmin.org/trac/>
pgAdmin III
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Guillaume Lelarge | 2012-04-23 20:36:32 | Re: Incorrect domain logic for 9.1 |
| Previous Message | Dave Page | 2012-04-23 08:14:15 | Re: Incorrect domain logic for 9.1 |