Thanks Ansis,

The default behaviour of returning the name of the underlying column for the
getColumnName() method of ResultSetMetaData has been a feature of
HypersonicSQL and HSQLDB for so long that changing is could cause problems
where the DB jar has been supplied as part of other software and needs to be
replaced with a new version.It is not an illogical choice because it
corresponds to what the javadoc for the JDBC interface specifies and the
result is distinct from getColumnLabel() in the same interface.

A shutdown facility was first requested by the maintainer of the Cocoon
project and is now part of the forthcoming scripts package discussed in the
email. We will have a look at your code and incorporate any feature that
might be missing.

Fred

------------------------------

Ansis Antonevics wrote:


I would like to
advise use a most common behaviour of any database as by default
configured. This is about property "jdbc.get_column_name=false".
Backward compatibility is important of course, but IMHO this could make
life more easier


I found hsqldb perfect for our test system. I use ANT to start database,
execute tests and shut down database while execute project build. I use
my own shutdowner. I think that this class (or something else with same
functionality) could be part of hsqldb distribution.




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
hsqldb-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hsqldb-developers

Reply via email to