UniDAC 5.2.6 BDS 2006 error unterminated string literal

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
FCS
Posts: 176
Joined: Sat 23 Feb 2013 18:46

UniDAC 5.2.6 BDS 2006 error unterminated string literal

Post by FCS » Sat 22 Feb 2014 15:36

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

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: UniDAC 5.2.6 BDS 2006 error unterminated string literal

Post by AlexP » Mon 24 Feb 2014 12:30

Hello,

We have reproduced the problem and will investigate the reasons for such behavior.

FCS
Posts: 176
Joined: Sat 23 Feb 2013 18:46

Re: UniDAC 5.2.6 BDS 2006 error unterminated string literal

Post by FCS » Tue 25 Feb 2014 17:58

Hello,

Is this corrected in the 5.2.7 version?

Regards
Michal

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: UniDAC 5.2.6 BDS 2006 error unterminated string literal

Post by AlexP » Wed 26 Feb 2014 14:11

No, this problem is not yet fixed

FCS
Posts: 176
Joined: Sat 23 Feb 2013 18:46

Re: UniDAC 5.2.6 BDS 2006 error unterminated string literal

Post by FCS » Mon 03 Mar 2014 15:02

Hello,

When will this problem resolved ?

Regards
Michal

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: UniDAC 5.2.6 BDS 2006 error unterminated string literal

Post by AlexP » Tue 04 Mar 2014 09:52

We will try to fix the problem till the new version release.

FCS
Posts: 176
Joined: Sat 23 Feb 2013 18:46

Re: UniDAC 5.2.6 BDS 2006 error unterminated string literal

Post by FCS » Fri 18 Apr 2014 20:35

Hello,

Is this corrected in the coming on next week release of UniDac?

Regards
Michal

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: UniDAC 5.2.6 BDS 2006 error unterminated string literal

Post by AlexP » Tue 22 Apr 2014 10:13

We have already fixed this problem. The fix will be included to the next version.

Post Reply