From 7ac073125744d9ca7273488f48a1d7261c42c503 Mon Sep 17 00:00:00 2001 From: Jamie Matthews Date: Mon, 24 Jan 2011 23:59:23 +0000 Subject: Fix out-of-date comment and typo in README --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.markdown') 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` ##### -- cgit v1.2.3