Re: Code behaves differently when evaluated

2017-10-25 Thread Daniel
Resolved this particular issue. It seems that evaluating the Hugsql core namespace 'overwrote' some multimethods I had defined which were somehow causing the real issue. On Wednesday, October 25, 2017 at 4:09:02 PM UTC-5, Daniel wrote: > > Apologies for the poor subject header. Link to the Git

Code behaves differently when evaluated

2017-10-25 Thread Daniel
Apologies for the poor subject header. Link to the Github Issue here. I'm running this code at the repl (pulse.core is my project ns) pulse.core=> ((-> db/queries :fns :orders-test :fn) db/*conn*) db/queries is a map defined