On Oct 5, 2012 11:15 AM, "Matt" <ma...@cloudaloe.org> wrote: > When I use the form create-table passed-argument [fields] as opposed to a constant as in create-table :hard-coded-entity-name [fields],
create-table is an ordinary function without an inliner: https://github.com/clojure/java.jdbc/tree/java.jdbc-0.2.3#L522 As such, it has no idea whether args are passed in by literals or via some binding. So there is some other essential difference between your calls; e.g. perhaps in your dynamic case you are not passing a keyword. > I'm probably missing something basic. What do you think can it be? It's difficult to tell without usable, minimized examples of succeeding and failing code. This exercise may even tell you what is wrong. -- Stephen Compall If anyone in the MSA is online, you should watch this flythrough. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en