对于使用 DibiFluent 准备的 SQL 语句,我需要您的帮助。
// For example, DISTINCT works
$fluent = dibi::select('DISTINCT *')
->from('users')
....
// ... but this does not (which should, imho)
$fluent = dibi::select('SQL_CALC_FOUND_ROWS *')
->from('users')
....
有人可以为这个问题做出贡献吗?
谢谢