ctx2002
Results
2
issues of
ctx2002
Knp\Component\Pager\Event\Subscriber\Sortable\Doctrine\ORM\Query\OrderByWalker produce wrong sql. here is my DQL SELECT org FROM MyApp\Organisation org ORDER BY UPPER(TRIM(org.name)) ASC ``` $trim = $query->expr()->trim("org.name"); $exp = $query->expr()->upper($trim); $organisations = $paginator->paginate( $query->select('org')->orderby($exp,"ASC")->getQuery(), $request->query->get('page', 1),...
勘误
2
页20, 倒数第三段 #define LUA_TNUMFLT (LUA_NUMBER | (0