minio/pkg/s3select/sql
Aditya Manthramurthy b2936243f9
Fix S3Select SQL column reference handling (#11957)
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
..
jsondata Add JSON Path expression evaluation support (#7315) 2019-03-09 08:13:37 -08:00
aggregation.go Fix S3Select SQL column reference handling (#11957) 2021-04-06 08:49:04 -07:00
analysis.go Fix S3Select SQL column reference handling (#11957) 2021-04-06 08:49:04 -07:00
errors.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
evaluate.go Fix S3Select SQL column reference handling (#11957) 2021-04-06 08:49:04 -07:00
funceval.go Fix S3Select SQL column reference handling (#11957) 2021-04-06 08:49:04 -07:00
jsonpath_test.go S3 Select: Add parser support for lists. (#8329) 2019-10-06 07:52:45 -07:00
jsonpath.go SIMDJSON S3 select input (#8401) 2020-02-13 14:03:52 -08:00
parser_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
parser.go Fix S3Select SQL column reference handling (#11957) 2021-04-06 08:49:04 -07:00
record.go sql: Add support of escape quote in CSV (#9231) 2020-04-01 15:39:34 -07:00
statement.go Fix S3Select SQL column reference handling (#11957) 2021-04-06 08:49:04 -07:00
stringfuncs_test.go fix unicode support related bugs in s3select (#7877) 2019-07-05 09:43:10 -07:00
stringfuncs.go fix unicode support related bugs in s3select (#7877) 2019-07-05 09:43:10 -07:00
timestampfuncs_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
timestampfuncs.go s3 select: fix date_diff behavior (#11786) 2021-03-15 14:15:52 -07:00
utils.go Fix S3Select SQL column reference handling (#11957) 2021-04-06 08:49:04 -07:00
value_test.go add ruleguard support, fix all the reported issues (#10335) 2020-08-24 12:11:20 -07:00
value.go fix: sql cast function when converting to float (#11817) 2021-03-19 09:14:38 -07:00