Description
Currently field aliases are not supported for SQL queries against SQL Handler. E.g. below SQL query
select id,name as product_name from techproducts limit 20
currently fails as data returned contains still "name" as the field/column key than product_name