usage comment

This commit is contained in:
Jim Lambert 2020-02-14 10:22:36 -05:00
parent 422d37cfb7
commit 3f9a0298ab

View File

@ -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