>From what I can tell thus far:

no create database SQL put into the create-db.sql file
no type specified for NUMERIC/DECIMAL types
  (This is the prefered field-type for surrogate keys, since INTEGER is only 32-bit in 
IB)
no referrential integrity constraints defined
  (eg foreign key type stuff)

I'm guessing this is a result of InterBase being listed as 'not tested' =)

Am I the only fool using InterBase?  Are there other good, SQL92 compliant RDBMSs out 
there that work well with Torque?  I've always liked InterBase - would prefer to use 
it if I could.

How big of a deal is it to run compliance tests on the adapter and (ugh!) patch Torque 
for the problems?  Does it require a great deal of knowledge about the inner-workings 
of Torque?

Thanks so much!

Eddie

Reply via email to