mirror of
https://github.com/pgsty/minio.git
synced 2026-07-22 13:40:22 +03:00
select: add MISSING operator support (#14406)
Probably not full support, but for regular checks it should work. Fixes #14358
This commit is contained in:
@@ -59,6 +59,7 @@ func (r *Record) Get(name string) (*sql.Value, error) {
|
||||
}
|
||||
return sql.FromBytes([]byte(r.csvRecord[idx])), nil
|
||||
}
|
||||
// TODO: Return Missing?
|
||||
return nil, fmt.Errorf("column %v not found", name)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user