Cool! I just tested it out and it looks like that solves the problem.
So feel free to check it in.
Thanks again big time for the quick patch! This is a huge help!
DR
David Rosenstrauch wrote:
> Thanks very much for the patch, Gerd. I don't have time to test this
> out right now, but I'll test it for you ASAP and let you know if that
> fixes the problem.
>
> Thanks again,
>
> DR
>
> Gerd Wagner wrote:
>> I had another look at it. What is send to the DB is
>>
>> 1. UPDATE foo SET bar = 5
>> 2. \nUPDATE home SET bart = 3
>>
>> Where \n means a line feed. Maybe this line feed is the problem. I
>> attached a zip with a class file (and source file too) where the line
>> feed is removed. You may replace this class in your fw.jar. Please
>> make sure that the path inside the jar is kept. You can do this using
>> JDK jar command. Unfortunately I don't know the correct syntax right now.
>>
>> If you managed to update your fw.jar it would be nice if you could
>> tell whether the fix works. If so I'll commit it to CVS and it will be
>> in coming versions.
>>
>> Thanks.
>>
>> Gerd
>
>
|