Re: [Hsqldb-developers] Transaction Commit

2005-03-12 Thread fredt
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

Re: [Hsqldb-developers] Transaction Commit

2005-03-12 Thread Lorna Burnet
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,

Re: [Hsqldb-developers] Fwd: Small developer tasks for 1.8.0

2005-03-12 Thread Carfield Yim
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