Stefan Podkowinski <[EMAIL PROTECTED]> writes: >Hello
Well, according to http://hsqldb.org/doc/guide/ch09.html#create_table-section shouldn't the $autoIncrement (which is defined as 'IDENTITY' in db.props) work either (it should be something like 'GENERATED BY DEFAULT AS IDENTITY' according to that page). :-) There are also additional constraints for hsqldb (only one identity column, it is automatically primary key and so on) that are not recognized by torque. Basically yes. You are right. This is missing. However, for the 3.2-rc we are now preparing a completely revamped sql generator which IMHO no longer has this problem. Can you please try that one out? Regards Henning >just wanted to let you you know about a bug that I just managed to >track down (3.1.1). >The following template will never include the "null string" into the >generated column definition. >sql/base/hypersonic/columns.vm >fix should look like this: >#set ( $entry = "$col.Name $type $size $autoIncrement ---> $nullString <--- ," >) >HTH >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] -- Dipl.-Inf. (Univ.) Henning P. Schmiedehausen INTERMETA GmbH [EMAIL PROTECTED] +49 9131 50 654 0 http://www.intermeta.de/ RedHat Certified Engineer -- Jakarta Turbine Development -- hero for hire Linux, Java, perl, Solaris -- Consulting, Training, Development 4 - 8 - 15 - 16 - 23 - 42 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
