Andreas Seltenreich
Andreas Seltenreich
Supporting arrays is not a very low-hanging fruit: Currently, the pq module is ignorant about any non-basic type and just yields a text representation of them. Since they can be...
I didn't think there was widespread enough interest in a postgres client interface to consider getting something upstream in the first place. Also, I'm afraid the current module form is...
Thanks for the nice words. I also got requests via other channels and it seems there is more demand for this module than I anticipated. I also read rumors that...
GNU Support writes: > * Mario Rodas [2020-11-06 17:19]: >> I just received my copyright assignment :) Thank you very much ^^ > That is great news. What is next...
Tom Gillespie writes: > I think we are just waiting on @anse1 at this point. merged. monnier writes: > [ Next will be figuring out how to make it easy...
GNU Support writes: > My opinion is that I should not make it optional but require handle > each time. Is that what you also recommend? For code as generic...
GNU Support writes: > I use handles as global variables, per package, that works well. I > have only the problem when there is server interruption, for example > server...