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
Any array item containing a space in orderBy is treated as a simple column direction pair. This worked for values like inv_title DESC, but corrupted complex expressions such as CASE WHEN inv_status_flag = 1 THEN 0 ELSE 1 END ASC.
Any array item containing a space in
orderByis treated as a simple column direction pair. This worked for values likeinv_title DESC, but corrupted complex expressions such asCASE WHEN inv_status_flag = 1 THEN 0 ELSE 1 END ASC.