Hello! I've came across a government database that used columns with commas. It seems like UCanAccess doesn't quote them properly. I took a look at the code and the preEscapingIdentifier function doesn't bat an eye at commas! I'm seeing if just monkey patching this function to transform commas to underscores will work, but I would like this to be fixed in the next version :)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello! I've came across a government database that used columns with commas. It seems like UCanAccess doesn't quote them properly. I took a look at the code and the preEscapingIdentifier function doesn't bat an eye at commas! I'm seeing if just monkey patching this function to transform commas to underscores will work, but I would like this to be fixed in the next version :)