Romain,
Il giorno gio 16 lug 2020 alle ore 10:13 Romain Manni-Bucau <
rmannibu...@gmail.com> ha scritto:
> Hi Enrico,
>
> 1. It should but I fear it is never used
> 2.
>
> Side note the toUpper in
>
> https://github.com/apache/openjpa/blob/0e32d4981abca26ea97d8e66c643b2bf5162d1e9/openjpa-jdbc/src
Hi Enrico,
1. It should but I fear it is never used
2.
Side note the toUpper in
https://github.com/apache/openjpa/blob/0e32d4981abca26ea97d8e66c643b2bf5162d1e9/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/schema/Table.java#L335
is
very weird but we can likely make the map case insensitive f
Hi,
I am working on contributing a DBDictionary for HerdDB (
https://github.com/diennea/herddb).
Currently in HerdDBDirectory I have to set
setDelimitIdentifiers(true);
this is because HerdDB uses Apache Calcite and Calcite has a long list of
reserved words like 'User', 'Value'.
In some real appl