Re: LZW Decompression optimization

2009-01-19 Thread Thomas Mueller
Hi, > I am interested in using the H2 LZW implementation in another project For others, we talk about http://h2database.googlecode.com/svn/trunk/h2/src/main/org/h2/compress/CompressLZF.java (LZF is part of the LZW family). > (as is Hadoop, according to > https://issues.apache.org/jira/browse/H

Re: Preservation of table names with both lowercase and uppercase letters

2009-01-19 Thread Thomas Mueller
Hi, > but my table names and column names are user dependent, and hence in theory > could contain such instances. Why don't you use double quoted names? Example: CREATE TABLE "My Contacts"("Phone Number" VARCHAR); This is works in almost all SQL databases. See also http://www.h2database.com/ht

Using AUTO_SERVER=true

2009-01-19 Thread Rabatjes
Hi all, I'm trying to use the H2 server mixed mode in order to let multiple applications access the same database. The connection URL I've come up with so far is as follows: jdbc:h2:"local path here";MODE=MySQL;AUTO_SERVER=TRUE;CIPHER=AES;IFEXISTS=true When I attempt to connect to an existing