1
0
mirror of https://github.com/minio/minio.git synced 2025-03-12 20:50:11 -04:00

3 Commits

Author SHA1 Message Date
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
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