Bug #359

SqlPerformString does not handle well PGSQL's "$$"

Added by Miroslav Fidler over 11 years ago. Updated over 11 years ago.

Status:ApprovedStart date:11/28/2012
Priority:NormalDue 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 11 years ago

  • Status changed from New to Approved

Also available in: Atom PDF