typo in the where() section of active record |
|||
|---|---|---|---|
| Date: | 07/04/2008 | Severity: | Trivial |
| Status: | Fixed in SVN | Reporter: | Grahack |
| Version: | 1.6.3 | ||
| Keywords: | User Guide, Typos | ||
Description
// WHERE = name ‘Joe’ AND title = ‘boss’ AND status = ‘active’
should be
// WHERE name = ‘Joe’ AND title = ‘boss’ AND status = ‘active’
