Page 1 of 1
UniDAC 5.2.6 BDS 2006 error unterminated string literal
Posted: Sat 22 Feb 2014 15:36
by FCS
Hello,
Postgres 9.1 x64
UniScript with this code doesn't work on 5.2.6 (works fine on 4.6.12 and 5.2.5)
CREATE OR REPLACE FUNCTION osr_rej_trigger()
RETURNS trigger AS
$$
BEGIN
RETURN NEW;
END;
$$
LANGUAGE plpgsql;
It generates error unterminated string literal near $$
Regards
Michal
Re: UniDAC 5.2.6 BDS 2006 error unterminated string literal
Posted: Mon 24 Feb 2014 12:30
by AlexP
Hello,
We have reproduced the problem and will investigate the reasons for such behavior.
Re: UniDAC 5.2.6 BDS 2006 error unterminated string literal
Posted: Tue 25 Feb 2014 17:58
by FCS
Hello,
Is this corrected in the 5.2.7 version?
Regards
Michal
Re: UniDAC 5.2.6 BDS 2006 error unterminated string literal
Posted: Wed 26 Feb 2014 14:11
by AlexP
No, this problem is not yet fixed
Re: UniDAC 5.2.6 BDS 2006 error unterminated string literal
Posted: Mon 03 Mar 2014 15:02
by FCS
Hello,
When will this problem resolved ?
Regards
Michal
Re: UniDAC 5.2.6 BDS 2006 error unterminated string literal
Posted: Tue 04 Mar 2014 09:52
by AlexP
We will try to fix the problem till the new version release.
Re: UniDAC 5.2.6 BDS 2006 error unterminated string literal
Posted: Fri 18 Apr 2014 20:35
by FCS
Hello,
Is this corrected in the coming on next week release of UniDac?
Regards
Michal
Re: UniDAC 5.2.6 BDS 2006 error unterminated string literal
Posted: Tue 22 Apr 2014 10:13
by AlexP
We have already fixed this problem. The fix will be included to the next version.