Skip to content

Commit 916376b

Browse files
committed
Added where::asLiteral($literal) to README.md
1 parent cf7fc7b commit 916376b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -788,6 +788,7 @@ The following operators are available for filtering using WHERE conditionals:
788788
public function exists(Select $select);
789789
public function notExists(Select $select);
790790
public function addBitClause($column, $value);
791+
public function asLiteral($literal);
791792
```
792793

793794
<a name="block4.2"></a>

0 commit comments

Comments
 (0)