Hi,
we find the library very handy above all the fact that automagically compiles the queries, however we noticed (and it's kinda annoying) that connection from pool is not supporting prepare method. I think it is like 5 lines of code inside SAConnection at most, and would keep the library consistent and not having to do when preparing statements compile_queryby hand.
Hi,
we find the library very handy above all the fact that automagically compiles the queries, however we noticed (and it's kinda annoying) that connection from pool is not supporting
preparemethod. I think it is like 5 lines of code insideSAConnectionat most, and would keep the library consistent and not having to do when preparing statementscompile_queryby hand.