Spaces in Table/Column names
I'm trying to use the IQ driver to connect to a MySql database. Some of the tables and column names have spaces, and the SQL code generated by the driver is not delimiting them properly. Is that a limitation of the driver, or LINQ, or do I just not have things configured properly? I'm very new to Linqpad.
Comments
Any chance of a fix or workaround for this? I've recently been working with a DB that's got spaces in tables/columns as well, and would love to be able to use LINQPad with it! (Besides manually writing the queries, of course )