Re: monkey patch

2013-04-17 Thread Michael Klishin
2013/4/18 Brian Craft > If there are no good options, can I monkey patch it? And if so, how would > I do that? I.e. can I replace a function in korma.sql.engine such that when > I invoke korma it will use the new function? (in-ns 'korma.sql.engine (defn ...)) Use it at

monkey patch

2013-04-17 Thread Brian Craft
ing the parentheses fixes the query. I'm not very excited about manipulating raw sql strings, or patching & rebuilding korma for this case. Are there any good ways to work around this? Or good alternatives to korma? If there are no good options, can I monkey patch it? And if so, how would I