> 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
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
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
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
-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