Hi,
I have downloaded the latest DBF_JDBC40.jar on which one of our automated tests fail.
The following sql works fine with an older version:
create table tst (x varchar(10))
insert into tst (x) values ('a_b')
insert into tst (x) values ('axb')
select * from tst where x like 'a\__' {escape '\'}
Error: Syntax error: Stopped parse at {(id18)
SQLState: 2A000
ErrorCode: 172032
Expected result is the first record returned
Regards,
Rob
|
Supported. Please download it.
|
It works, thanks for the quick response.
Rob
|