From e4952c5bde22a6248fa92e35043e1b0fb13b994f Mon Sep 17 00:00:00 2001 From: Carlo Zancanaro Date: Mon, 30 Sep 2013 01:28:02 +1000 Subject: Remove the generated SQL from the README which was added in the last commit - it looked ridiculous --- README.md | 4 ---- 1 file changed, 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 2a283f7..d3ec592 100644 --- a/README.md +++ b/README.md @@ -126,10 +126,6 @@ The primary operations available in `clojure-sql` are the following: (-> (s/table :people) (s/project [:id :name]) (s/rename (s/as-subobject :person)))) - ;; => ["SELECT \"users2834\".\"id\" AS \"id\", \"users2834\".\"person\" AS \"person.id\", - \"table2836\".\"name\" AS \"person.name\", \"users2834\".\"username\" AS \"username\" - FROM (\"users\" AS \"users2834\" INNER JOIN \"people\" AS \"table2836\" - ON (\"users2834\".\"person\" = \"table2836\".\"id\"))"] With joins the composability of `clojure-sql` becomes much more useful: -- cgit v1.2.3