mirror of
https://github.com/pgsty/minio.git
synced 2026-07-16 16:28:51 +03:00
b2936243f9
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