Hey all, I have significantly improved the .sql file parser in Torque so that it should actually be of use now to people with standard .sql files. I would appreciate people testing their .sql files with it. :-) The point of using this functionality is if you already have a .sql file and you want to be able to convert it to be used as a .xml file. Please note that the format of this .sql file must be defined so that PRIMARY and FOREIGN keys are defined on their own lines within the create table statements. Instructions: #0. Grab Turbine from cvs. #1. cd build; ./build-turbine.sh torque #2. cd ../bin/torque/torque #3. Place your .sql file into the schema directory and name it schema.sql #4. ./torque.sh sql2xml Look at the resulting schema.xml file. If there are problems with it, please let me know. Known major problems will be the potential of the parser getting stuck in a while loop and not finishing. If this happens to you, PLEASE send me a copy of your .sql file and I will look into fixing the parser. :-) thanks, -jon -- Honk if you love peace and quiet. ------------------------------------------------------------ To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/> Problems?: [EMAIL PROTECTED]
