wizard22-cc

Results 2 comments of wizard22-cc

Another Bug: Looks like double quotes in custom SQL query, can't be escaped. Sample query for Postgres: ```SQL -- getAllBrands.sql Select brand_id as "brandId", brand_name as "brandName" from ; ```...

Another Bug: Looks like double quotes in custom SQL query, can't be escaped. Sample query for Postgres: ```SQL -- getAllBrands.sql Select brand_id as "brandId", brand_name as "brandName" from ; ```...