Maybe try DataMap.setQuotingSQLIdentifiers(true) - this should ensure case
sensitive operation of the strategy IIRC.
Cheers,
Andrus
On Dec 15, 2011, at 9:37 AM, Kevin Meyer - KMZ wrote:
> By default HSQLDB converts all table names and field names to upper
> case, and is case sensitive on SELEC
Thanks Kevin!
On Thu, Dec 15, 2011 at 9:37 AM, Kevin Meyer - KMZ wrote:
> By default HSQLDB converts all table names and field names to upper
> case, and is case sensitive on SELECTS.
>
> I've created JIRA CAY-1645. I'm not sure about which component or
> type, so I chose Task and left the compon
By default HSQLDB converts all table names and field names to upper
case, and is case sensitive on SELECTS.
I've created JIRA CAY-1645. I'm not sure about which component or
type, so I chose Task and left the component blank.
Regards,
Kevin
On 15 Dec 2011 at 8:56, Michael Gentry wrote:
> Hi
Hi Kevin,
I'm not familiar offhand with the case sensitivity of HSQLDB, but a
JIRA would be nice so we can remember to explore it later.
Thanks,
mrg
On Wed, Dec 14, 2011 at 12:31 AM, Kevin Meyer - KMZ wrote:
> In CreateIfNoSchemaStrategy, I have run into problems with HSQLDB
> and upper/mixed
In CreateIfNoSchemaStrategy, I have run into problems with HSQLDB
and upper/mixed case table names.
In particular, if I lower or mixed case my DBEntity name, the resulting
tables are not found by CreateIfNoSchemaStrategy whenI use
HSQLDB.
I found that if I convert all table name checks to uppe