Constructor names that are also SQL reserved keywords must be surrounded by `. Can this be improved? I think the current syntax does not allow SQL where variant names will appear.
Constructor names are Titlecased, hence for example TextReference in SQL becomes Textreference in the generated code.
`
. Can this be improved? I think the current syntax does not allow SQL where variant names will appear.Titlecased
, hence for exampleTextReference
in SQL becomesTextreference
in the generated code.