diff --git a/dialects/oci8/oci8.go b/dialects/oci8/oci8.go index bfedecfb..4b61c186 100644 --- a/dialects/oci8/oci8.go +++ b/dialects/oci8/oci8.go @@ -236,6 +236,7 @@ func (oci8) NormalizeIndexAndColumn(indexName, columnName string) (string, strin return indexName, columnName } +// SearchBlob returns a where clause substring for searching fieldName and will require you to pass a parameter for the search value func SearchBlob(fieldName string) string { // oracle requires some hoop jumping to search []byte stored as BLOB