Fernando - 2020-05-18

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 :)