Klaus Post
a8d4042853
select: Add IS (NOT) operators ( #13906 )
...
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
34680c5ccf
fix: SQL select to honor limits properly for array queries ( #13568 )
...
added tests to cover the scenarios as well.
2021-11-02 19:14:46 -07:00
Klaus Post
5a64003f6f
select: Return null for non-exiting column indexes ( #13196 )
...
Fixes #13186
2021-09-13 09:13:25 -07:00
Harshavardhana
1f262daf6f
rename all remaining packages to internal/ ( #12418 )
...
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