Bug #359
SqlPerformString does not handle well PGSQL's "$$"
Status: | Approved | Start date: | 11/28/2012 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | - | Spent time: | - | |
Target version: | - |
Description
create or replace function GetTick() returns text as $$
begin
return nextval('config_tick');end
ERROR ERROR: unterminated dollar-quoted string at or near "$$
begin
return nextval('config_tick');end"
LINE 1: create or replace function GetTick() returns text as $$
^
(0): create or replace function GetTick() returns text as $$
History
#1 Updated by Miroslav Fidler over 12 years ago
- Status changed from New to Approved