summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorJamie Matthews <[email protected]>2011-01-24 23:59:23 +0000
committerJamie Matthews <[email protected]>2011-01-24 23:59:23 +0000
commit7ac073125744d9ca7273488f48a1d7261c42c503 (patch)
tree371bbcc01638cd8a158e8058c62dc91e7ae5b269 /README.markdown
parentd06ff35527d03e6d64a2184f6beb46e3d4eada03 (diff)
Fix out-of-date comment and typo in README
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index 30ed852..7c06bc1 100644
--- a/README.markdown
+++ b/README.markdown
@@ -116,7 +116,7 @@ Only a subset of the available conditions supported by SQL are available when us
These limits are deliberate: these are by far the most commonly used criteria, and by avoiding support for very complex queries, the Idiorm codebase can remain small and simple.
-Some support for more complex conditions and queries is provided by the `where_raw` and `raw_select` methods (see below). If you find yourself regularly requiring more functionality than Idiorm can provide, it may be time to consider using a more full-featured ORM.
+Some support for more complex conditions and queries is provided by the `where_raw` and `raw_query` methods (see below). If you find yourself regularly requiring more functionality than Idiorm can provide, it may be time to consider using a more full-featured ORM.
##### Equality: `where`, `where_equal`, `where_not_equal` #####