RE: torque and hsqldb 1.7.2

2004-09-24 Thread Durham David R Jr Contr 805 CSPTS/SCE
> My guess - modify the HSQLDB adapter class or some velocity template file that generates the SQL > commands specific to the DB type. Think both of these should be easy to spot if you browse through > the src dir tree. Yeah, I've spotted them, but have no idea what to modify. It seems like I nee

Re: torque and hsqldb 1.7.2

2004-09-22 Thread Saravana Krishnan Kannan
S/SCE" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Date: Wed, 22 Sep 2004 10:27:19 -0500 Subject: torque and hsqldb 1.7.2 Sorry for possibly spamming these lists. This e-mail is more thorough, I think. I'm using torque to create tables, keys, indexes, etc. against an

torque and hsqldb 1.7.2

2004-09-22 Thread Durham David R Jr Contr 805 CSPTS/SCE
Sorry for possibly spamming these lists. This e-mail is more thorough, I think. I'm using torque to create tables, keys, indexes, etc. against an hsqldb 1.7.2 db. After running the script, the database is not created (a .script file is not there - the .script file would contain table defin

RE: Torque and Hsqldb

2004-06-15 Thread "Göschl,Siegfried"
From: Lederrey Guillaume [mailto:[EMAIL PROTECTED] Sent: Montag, 14. Juni 2004 23:57 To: [EMAIL PROTECTED] Subject: Torque and Hsqldb -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi ! I would like to use torque with hsqldb. From the doc, it seems to be possible. I have an error when

Torque and Hsqldb

2004-06-14 Thread Lederrey Guillaume
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi ! I would like to use torque with hsqldb. From the doc, it seems to be possible. I have an error when I run a small test (create an object, put some values and save it). My schema is very simple (just a test) : I've