I fixed a bunch of uppercase/lowercase issues not that long ago, (easy to
trigger by switching to turkish locale), so it's quite probable that this
problem has been fixed on master
--
You received this message because you are subscribed to the Google Groups "H2
Database" group.
To unsubscribe fr
Hi,
I can't reproduce it either.
Regards,
Thomas
On Monday, February 27, 2017, Steve McLeod wrote:
> Hi Ivo,
>
> This problem caught my eye, because I'm fascinated by code problems that
> occur with obscure causes.
>
> However I've been unable to reproduce the problem. I've tried in the H2
> w
Hi,
I have a problem. I am using recent H2 (via maven):
com.h2database
h2
1.4.193
Following simple command did work as expected:
CREATE TABLE "search_tree" (
>
> "code" BIGINT NOT NULL
>
> )
>
now it creates table and the column i