A mixed case column or table name is usable with the pipes :|someThing|, will translate to "someThing" (using postgres), however just as :someThing is being converted to :SOMETHING by common lisp, which is then downcased by sxql to :something - how do we work with a column that is in all caps? (db column SOMETHING)?
A mixed case column or table name is usable with the pipes
:|someThing|, will translate to"someThing"(using postgres), however just as:someThingis being converted to:SOMETHINGby common lisp, which is then downcased by sxql to:something- how do we work with a column that is in all caps? (db columnSOMETHING)?