Project

General

Profile

Bug #81946

Updated by Frank Nägler almost 7 years ago

QueryBuilder->quoteIdentifiersForSelect() does only accept alias definition in uppercase (AS) e.g. @foo AS bar@ 

 * @foo AS bar@ => works 
 * @foo as bar@    => throws exception 
 * @foo aS bar@    => throws exception

Back