minio/pkg/s3select/sql
Klaus Post 0987069e37
select: Fix integer conversion overflow (#10437)
Do not convert float value to integer if it will over/underflow.

The comparison cannot be `<=` since rounding may overflow it.

Fixes #10436
2020-09-08 15:56:11 -07:00
..
jsondata Add JSON Path expression evaluation support (#7315) 2019-03-09 08:13:37 -08:00
aggregation.go S3 Select: Add parser support for lists. (#8329) 2019-10-06 07:52:45 -07:00
analysis.go S3 Select: Add parser support for lists. (#8329) 2019-10-06 07:52:45 -07:00
errors.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
evaluate.go add ruleguard support, fix all the reported issues (#10335) 2020-08-24 12:11:20 -07:00
funceval.go Fix bug with fields that contain trimming spaces (#10079) 2020-07-21 12:57:09 -07:00
jsonpath.go SIMDJSON S3 select input (#8401) 2020-02-13 14:03:52 -08:00
jsonpath_test.go S3 Select: Add parser support for lists. (#8329) 2019-10-06 07:52:45 -07:00
parser.go Select: Support Square Bracket Lists (#8457) 2019-10-30 11:34:40 +05:30
parser_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
record.go sql: Add support of escape quote in CSV (#9231) 2020-04-01 15:39:34 -07:00
statement.go S3Select: Handle array selection in from clause (#9076) 2020-03-10 22:34:58 -07:00
stringfuncs.go fix unicode support related bugs in s3select (#7877) 2019-07-05 09:43:10 -07:00
stringfuncs_test.go fix unicode support related bugs in s3select (#7877) 2019-07-05 09:43:10 -07:00
timestampfuncs.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
timestampfuncs_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
utils.go re-implement data usage crawler to be more efficient (#9075) 2020-03-18 16:19:29 -07:00
value.go select: Fix integer conversion overflow (#10437) 2020-09-08 15:56:11 -07:00
value_test.go add ruleguard support, fix all the reported issues (#10335) 2020-08-24 12:11:20 -07:00