The casing is a property of the parser, while the model is related to the schema definition so unfortunately the casing can't be configured in model.json. -- Michael Mior [email protected]
Le lun. 9 mars 2020 à 10:00, Xiangwei Wei <[email protected]> a écrit : > > Thank you! > > I tried to add a property to change the value of unquotedCasing when > establishing connection and it worked. > > One more question, is it possible to change the unquotedCasing property in > the model.json file? > Michael Mior <[email protected]> 于2020年3月9日周一 下午8:27写道: > > > This is not from the adapter, but from Calcite's SQL parsing. By > > default, Calcite's parser will convert all unquoted names to > > uppercase. See the unquotedCasing property of the parser config. > > -- > > Michael Mior > > [email protected] > > > > > > Le lun. 9 mars 2020 à 02:59, Xiangwei Wei <[email protected]> a écrit > > : > > > > > > In Cassandra Adapter, column name is converted to upper case if it's not > > > surrounded by double quotation. How can I change it to lower case by > > > default? > > > > > > -- > > > Best, > > > Xiangwei Wei > > > > > -- > Best, > Xiangwei Wei
