Yes Campbell, the enhancement you suggest is being implemented for 1.8.0
Fred
- Original Message -
From: "Lorna Burnet" <[EMAIL PROTECTED]>
To:
Sent: 12 March 2005 22:24
Subject: Re: [Hsqldb-developers] Transaction Commit
It happens because in hsqlsb, currently, data definition langu
It happens because in hsqlsb, currently, data definition language execution is
not "transactional"
That is, you cannot roll back table creation, etc.
So, if you issue ddl in the middle of a transaction, this is equivalent to an
implicit commit.
The same is true of many DBMS, including Oracle,
On Thu, 10 Mar 2005 23:48:48 -, fredt <[EMAIL PROTECTED]> wrote:
> Using ant, you need to set the environment variable JAVA_HOME to the JDK you
> want to use. So JAVA_HOME should be different when you use JDK 1.3 to
> compile the sources.
>
I guess you mis-understand my question, my question