Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4643b14

Browse files
document how to avoid Oracle Bug 14402514 (see #891)
1 parent 25be0fd commit 4643b14

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/userguide/expectations.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,9 @@ begin
272272
end;
273273
```
274274

275-
Parameters `a_mask` and `a_escape_char` represent valid parameters of the [Oracle LIKE condition](https://docs.oracle.com/database/121/SQLRF/conditions007.htm#SQLRF52142)
275+
Parameters `a_mask` and `a_escape_char` represent valid parameters of the [Oracle LIKE condition](https://docs.oracle.com/database/121/SQLRF/conditions007.htm#SQLRF52142).
276+
277+
If you use Oracle Database version 11.2.0.4, you may run into Oracle Bug 14402514: WRONG RESULTS WITH LIKE ON CLOB USING ESCAPE CHARACTER. In this case we recommend to use `match` instead of `be_like`.
276278

277279

278280
## be_not_null

0 commit comments

Comments
 (0)