From 3f9a0298abaceb24d36d0bba1a3989014e288c72 Mon Sep 17 00:00:00 2001 From: Jim Lambert Date: Fri, 14 Feb 2020 10:22:36 -0500 Subject: [PATCH] usage comment --- dialects/oci8/oci8.go | 1 + 1 file changed, 1 insertion(+) 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