From 06da64f18b87f83e1946565a7ec0be4d6315464b Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 26 Jan 2012 11:50:40 -0500 Subject: [PATCH] clarify this point --- README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.47.2