You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (!ListFindNoCase(local.thirdSelectStripped, local.itemStripped) &&!ListFindNoCase(local.thirdSelect, local.item)) {
144
147
// The test "order_clause_with_paginated_include_and_ambiguous_columns" passes in a complex order (CASE WHEN registration IN ('foo') THEN 0 ELSE 1 END DESC).
145
148
// This gets moved up to the SELECT clause to support pagination.
146
149
// However, we need to add "AS" to it otherwise we get a "No column name was specified" error.
// Lucee/ACF doesn't support PostgreSQL natively when it comes to returning the primary key value of the last inserted record so we have to do it manually by using the sequence.
155
158
if (!ListFindNoCase(local.columnList, ListFirst(arguments.primaryKey))) {
0 commit comments