> I'd like to at least have the option of passing SQL query strings > verbatim to the SQL server and getting returned data verbatim as well, > with no auto-quoting or column name munging at all (including > downcasing). Name-munging can be implemented on top of functions that > return data and column names verbatim, but the opposite is not true. > > --Brian
+1. It should be a guiding principle that contribs provide the building blocks first, then the buildings. Stu Stuart Halloway Clojure/core http://clojure.com -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
