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?
--
Gonzalo A. Diethelm
[EMAIL PROTECTED]
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]