mirror of
https://github.com/minio/minio.git
synced 2025-01-27 06:33:18 -05:00
41a9d1d778
This change fixes handling of these types of queries: - Double quoted column names with special characters: SELECT "column.name" FROM s3object - Double quoted column names with reserved keywords: SELECT "CAST" FROM s3object - Table name as prefix for column names: SELECT S3Object."CAST" FROM s3object