Project

General

Profile

Feature #17372

Updated by Alexander Opitz almost 10 years ago

Right now its not possible to use a table alias like " SELECT * FROM tt_content AS c ..." in combination with the method enableFIelds. 

 because the query will    result in something like this: 

 "SELECT * FROM tt_content AS c WHERE ... AND tt_content.deleted = 0 .." 

 This query will result in the SQL errror: 
 "ERROR 1109: Unknown table 'tt_content' in where clause" 



 



 added a patch 
 
 (issue imported from #M5770)

Back