> We don't want any change to the way different versions are handled. > > Regarding committing to CVS, we only allow it when someone is responsible > for an area of code. Otherwise a lot of extra and unnecessary management is > required. > ok
> See the Guide on CodeSwitcher for the pre-processor comments. The supported > switches are in the build.xml file. > You mean the javadoc? Actually I've read that before but I can't figure out how it working... fortunately the whole source code is there and I get that from the file "jdbcConnection.java" > In theory, you should be able to use the JDBC client built with a different > JDK, but it must be the same revision of HSQLDB 1.8.0. > > If you cannot connect at all, please recheck that everyting is the same > version and report. The client have problem is download from hsqldb website, after I replace it with the same jar that just compile, it work, all testcase press. And I've try some alter table statement that work also. I find only one project, if the hsql server start with 2 database setup. The server always think that one command is applied to both server. e.g. 1) I run alter table add column command on one database, success; Then run it at other database, it say the column already exist. 2) I shutdown one database, ok; Then try to shutdown the other one, it reply connection close, but in fact the server still running. Here is the list of SQL command I haven't test, which I guess minor: ALTER INDEX ALTER SEQUENCE ALTER USER CALL CHECKPOINT CREATE ALIAS CREATE TRIGGER CREATE USER CREATE VIEW DROP INDEX DROP SEQUENCE DROP TRIGGER DROP USER DROP VIEW REVOKE SAVEPOINT SET IGNORECASE SET LOGSIZE SET PASSWORD SET PROPERTY SET REFERENTIAL INTEGRITY SET SCRIPTFORMAT SET TABLE INDEX SET TABLE READONLY SET TABLE SOURCE SET WRITE DELAY ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ hsqldb-developers mailing list hsqldb-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/hsqldb-developers