I am trying to retrieve records from table in sorted order.
As per this documentation here:
https://wiki.dreamfactory.com/DreamFactory/Tutorials/Sorting_records
It should work and it is on dreamfactory instances with dreamfactory versions V 2.0.4 but same query is giving following error on V 2.1.2.
Failed to retrieve records from ‘users’.\nSQLSTATE[42S22]: Column not found: 1054 Unknown column ‘first_name ASC’ in ‘order clause’ (SQL: select count(*) as aggregate from
users
order byfirst_name ASC
asc)"