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
When orderByNullsLast is used is appears as though column identifiers are not escaped properly.
For example a user table that has a column named order and trying to do the following results in the column order not being escaped and a sql error when sorting by this order column
Summary of problem or feature request
When
orderByNullsLast
is used is appears as though column identifiers are not escaped properly.For example a user table that has a column named
order
and trying to do the following results in the columnorder
not being escaped and a sql error when sorting by thisorder
columnRemoving
orderByNullsLast
makes the query work as expected.System details
Windows 10
7.2
5.6
8.5.1
PostgreSQL 10
The text was updated successfully, but these errors were encountered: