1
0
mirror of https://github.com/minio/minio.git synced 2025-04-23 11:55:47 -04:00
Aditya Manthramurthy b2936243f9
Fix S3Select SQL column reference handling ()
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
2021-04-06 08:49:04 -07:00
..
2020-02-13 14:03:52 -08:00