I was able to reproduce your issue under v3.0.7, but I was also able to avoid it by putting square brackets around the column name: ... WHERE [N°] = ?.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all,
I am using UCanAccess to update one of my table, the issue is on a field name that seems to be not recognized.
Here is my code :
This code does not work and give me a message "unknown token:"
I tried with other fields and no issue, so the charater ° seems to be the cause.
I also tried using \u00B0 but I have the same issue.
Reading this field does not give any problem.
Can you help me on this issue ?
Thank you
I was able to reproduce your issue under v3.0.7, but I was also able to avoid it by putting square brackets around the column name:
... WHERE [N°] = ?.Absolutely, it works you are correct. Thank you :-)