I could not update for test the correction myself, yet.
I am using the TZSQLProcessor with ParamCheck False and default delimiter options.
What if I have a statement with the delimiter ";" inside a string?
For example:
1. insert into TABLE (FIELD) values ('aaa;aaa');
2. insert into TABLE (FIELD) values ('aa"aa;a"aa');
At least for example number 2 the statement is ignored.
Will the correction for 0000048 solve this kind of problem?
Or should I use a ;#13#10 as delimiter to workaround it?
Doubt about the correction for 0000048
Moderators: gto, cipto_kh, EgonHugeist
- mdaems
- Zeos Project Manager
- Posts: 2766
- Joined: 20.09.2005, 15:28
- Location: Brussels, Belgium
- Contact:
Hi Ogecrom,
Please do test it. There is some code present to handle quoted strings, but I'm not sure about the limitations.
If there's a problem left, please file a new bug report, also indicating what database you use and a sample script that's failing. The problem you describe is different from the 0000048 description.
Mark
Please do test it. There is some code present to handle quoted strings, but I'm not sure about the limitations.
If there's a problem left, please file a new bug report, also indicating what database you use and a sample script that's failing. The problem you describe is different from the 0000048 description.
Mark