Skip to content

Commit 80bd176

Browse files
author
euromark
committed
addition of version.
1 parent e6a6251 commit 80bd176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/models/retrieving-your-data.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -947,7 +947,7 @@ using conditions similar to::
947947
array('Post.title LIKE' => '%two%')
948948
))
949949

950-
There is also RLIKE and ILIKE as wildcard operators available.
950+
There is also ILIKE and RLIKE (RLIKE since version 2.6) as wildcard operators available.
951951

952952
CakePHP can also check for null fields. In this example, the query
953953
will return records where the post title is not null::

0 commit comments

Comments
 (0)