UniDAC 5.2.6 BDS 2006 error unterminated string literal
UniDAC 5.2.6 BDS 2006 error unterminated string literal
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
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
Hello,
We have reproduced the problem and will investigate the reasons for such behavior.
We have reproduced the problem and will investigate the reasons for such behavior.
Re: UniDAC 5.2.6 BDS 2006 error unterminated string literal
Hello,
Is this corrected in the 5.2.7 version?
Regards
Michal
Is this corrected in the 5.2.7 version?
Regards
Michal
Re: UniDAC 5.2.6 BDS 2006 error unterminated string literal
No, this problem is not yet fixed
Re: UniDAC 5.2.6 BDS 2006 error unterminated string literal
Hello,
When will this problem resolved ?
Regards
Michal
When will this problem resolved ?
Regards
Michal
Re: UniDAC 5.2.6 BDS 2006 error unterminated string literal
We will try to fix the problem till the new version release.
Re: UniDAC 5.2.6 BDS 2006 error unterminated string literal
Hello,
Is this corrected in the coming on next week release of UniDac?
Regards
Michal
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
We have already fixed this problem. The fix will be included to the next version.