Subject: | select query works with version 2.9004, fails on latest version. |
The following simple query fails with the latest dbd-mysql driver.
select * from _fielddata where tablename like '_pages' and fieldname in
('name','template','description','parent','status','sort_order','publish','body')
I rolled back to 2.9004 and all was well.