Hello, I've been using UniDAC for quite some time, and I think I've found a problem in the latest UniDAC version.
Sometimes I use quoting around column names, since I sometimes need to quote a column name that is a reserved word (this is a problem due to converting från MySQL -> PostgreSQL).
Anyway, in version 4.1.4 this doesn't seem to work for the MySQL provider.
Example - this used to work:
UPDATE table_x SET "end" = CURRENT_TIMESTAMP WHERE id = 1;
This still works for the PostgreSQL provider, but not anymore for MySQL - instead an error of bad syntax i raised. Is this a bug, or is there a setting that must be enabled in later versions?
In the 3.70.0.17 version this worked, but not anymore in 4.1.4.
I'm using Delphi 2006.
/Peter
Error when using quoted column names in MySQL
-
AndreyZ
-
AndreyZ