From: Mike Bayer Date: Thu, 26 Jan 2012 16:50:40 +0000 (-0500) Subject: clarify this point X-Git-Tag: rel_0_7_5~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06da64f18b87f83e1946565a7ec0be4d6315464b;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git clarify this point --- diff --git a/README.rst b/README.rst index 0ba17e00f9..dca6860b23 100644 --- a/README.rst +++ b/README.rst @@ -84,7 +84,9 @@ SQLAlchemy's philosophy: retain full control over the structure of queries, including how joins are organized, how subqueries and correlation is used, what - columns are requested. + columns are requested. Everything SQLAlchemy + does is ultimately the result of a developer- + initiated decision. * Don't use an ORM if the problem doesn't need one. SQLAlchemy consists of a Core and separate ORM component. The Core offers a full SQL expression