Gustav Elmgren
03/22/2023, 8:39 AM(name = "\"schema.Table\"")
Generates
""schema"."Table""
And
(name = "schema.\"Table\"")
Generates
schema."table"
So the first one does not lowercase the tablename, but it is incorrect sql. Secound one makes a lowercase, probably because I have a schema prefix?spand
03/23/2023, 8:39 AMGustav Elmgren
03/23/2023, 8:40 AM