1
0
mirror of https://github.com/minio/minio.git synced 2025-01-21 11:43:16 -05:00

4 Commits

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