J. Friedrich wrote:
...
I have been using Torque on my open source project (trackplus.sourceforge.net) for more than a year now and I am quite enthused about its functionality and stability. With my application, amongst others I am supporting the Interbase/Firebird RDBMS and it works quite well. However, I have added some additional datatype mapping to the db.props file for Interbase which might be useful. It would be nice if you could include this with your next release.

By all means send in your db.props changes. The preferred format for this sort of suggestion is as a unidiff patch to CVS HEAD.


Furthermore I noticed that with Torque 3.1 the foreign key constraints for Interbase are not being generated anymore like

ALTER TABLE TWORKITEM ADD CONSTRAINT TWORKITEM_FK_12 FOREIGN KEY (STATE)
REFERENCES TSTATE (PKEY)



Am I missing something?

Please supply your schema.xml.




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to