Skip to content

Commit 1ecb5df

Browse files
committed
Merge pull request #319 from rjpounder/patch-1
Update readme.md
2 parents 70a3686 + fbd3093 commit 1ecb5df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ Or raw condition with variables:
338338
$db->where ("(id = ? or id = ?)", Array(6,2));
339339
$db->where ("login","mike")
340340
$res = $db->get ("users");
341-
// Gives: SELECT * FROM users WHERE (id = 2 or id = 2) and login='mike';
341+
// Gives: SELECT * FROM users WHERE (id = 6 or id = 2) and login='mike';
342342
```
343343

344344

0 commit comments

Comments
 (0)