Age Mooy wrote:

>I ran into the same problem last week for mysql on linux (Suse 7). On windows 
>everything went fine but on
>linux I got the extra comma.
>But now for the strangest thing of all.... this happened for only one of my two 
>turbine apps !! I have gone
>over them many times but they are both using the same Torque jar (3.0-b3-dev) and all 
>properties are basically
>the same. One of the projects consistently produces the extra comma on linux, the 
>other one doesn't..
>
>Any hints towards a solution are very welcome
>
I think I have just solved the problem.  The problem comes from the 
different encoding of line feeds in windows and unix/linux

I solved the problem by applying the dos2unix command to all of the 
files in the templates/sql/base/mysql/ directory

I'm currently looking at ways to automate that process so that I can 
convert all the files in some batch process, since that encoding issue 
might have other effects in other places.

Will post the script/command when I get something working.

CHEERS> SAM


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to