1
0
mirror of https://github.com/minio/minio.git synced 2025-04-01 02:03:42 -04:00

8 Commits

Author SHA1 Message Date
Harshavardhana
dd2542e96c
add codespell action ()
Original work here, ,  refixed and updated.
2024-01-17 23:03:17 -08:00
jiuker
a89e0bab7d
fix: s3 sql parse error for colums as with quotes () 2024-01-09 09:19:11 -08:00
Aditya Manthramurthy
496027b589
Fix precendence bug in S3Select SQL IN clauses ()
Fixes a precendence issue in SQL Select where `a in b and c = 3` was parsed as `a
in (b and c = 3)`.

Fixes 
2023-12-22 23:19:11 -08:00
Klaus Post
88fd1cba71
select: add MISSING operator support ()
Probably not full support, but for regular checks it should work.

Fixes 
2022-02-25 12:31:19 -08:00
Klaus Post
a8d4042853
select: Add IS (NOT) operators ()
Add `IS` and `IS NOT` as comparison operators.

This may be a bit wider than the S3 spec, but we can rather 
easily remove the forwarding.
2021-12-14 09:54:50 -08:00
Harshavardhana
661b263e77
add gocritic/ruleguard checks back again, cleanup code. ()
- remove some duplicated code
- reported a bug, separately fixed in 
- using strings.ReplaceAll() when needed
- using filepath.ToSlash() use when needed
- remove all non-Go style comments from the codebase

Co-authored-by: Aditya Manthramurthy <donatello@users.noreply.github.com>
2021-11-16 09:28:29 -08:00
Harshavardhana
ea820b30bf
fix: use equalFold() instead of lower and compare () 2021-11-10 08:12:50 -08:00
Harshavardhana
1f262daf6f
rename all remaining packages to internal/ ()
This is to ensure that there are no projects
that try to import `minio/minio/pkg` into
their own repo. Any such common packages should
go to `https://github.com/minio/pkg`
2021-06-01 14:59:40 -07:00