Thomas Fox created TORQUE-257:
---------------------------------

             Summary: unknown option key for mysql tables cause invalid sql
                 Key: TORQUE-257
                 URL: https://issues.apache.org/jira/browse/TORQUE-257
             Project: Torque
          Issue Type: Bug
    Affects Versions: 4.0-beta1
         Environment: mysql
            Reporter: Thomas Fox
             Fix For: 4.0


if a table option is set which is not a valid table creation option for mysql, 
e.g.

<table name="OPTION_TABLE" description="table with options">
  <option key="tableOptionKey1" value="tableOptionValue1"/>
  ...

invalid sql will be rendered:
CREATE TABLE OPTION_TABLE
(
   ...
) if(tableOptionKey1 == "PARTITION BY")
 tableOptionKey1 tableOptionValue1;



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to