UniDac 4.1.5 Problem - Bug?
Posted: Sat 31 Mar 2012 22:35
Hello,
the following SQL-Statement will work with Unidac 4.1.4 tested in Delphi 2007 but not with Unidac 4.1.5 in Delphi XE2 Update 4:
SELECT m.id, m.datei, DATE_FORMAT(max(l.zeit),"%d.%m.%Y %T") as zeit
from motiv m join logging l on (m.datei = l.datei)
where kid = '1' and l.aktion = 'close'
group by id, datei order by id asc
I get this error: #42S22Unknown column '%d.%m.%Y %T' in 'field list'
Tested with mySQL...
Kind regards
Andreas
the following SQL-Statement will work with Unidac 4.1.4 tested in Delphi 2007 but not with Unidac 4.1.5 in Delphi XE2 Update 4:
SELECT m.id, m.datei, DATE_FORMAT(max(l.zeit),"%d.%m.%Y %T") as zeit
from motiv m join logging l on (m.datei = l.datei)
where kid = '1' and l.aktion = 'close'
group by id, datei order by id asc
I get this error: #42S22Unknown column '%d.%m.%Y %T' in 'field list'
Tested with mySQL...
Kind regards
Andreas