On Tue, 28 Nov 2000, Diethelm Guallar, Gonzalo wrote:
> I don't really know if I'm doing something wrong...
>
> I created a small XML schema description, and used torque
> to generate the MySQL script to create the database. The
> script ends up having lines like:
>
> CREATE TABLE BPTRN
> (
> ID INTEGER NOT NULL AUTO_INCREMENT,
> NAME VARCHAR (255) NOT NULL,
> PRIMARY KEY(ID),
> );
>
> but notice the ',' after the very last line in the table
> creation command. MySQL doesn't like this. Is this a bug?
I'm not taking into consideration the line ending
for the target platform, it's a bug :-) I'll fix
it now.
jvz.
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]