Category Archives: PostgreSQL

Cool, my latest contribution to PGJDBC on GitHub was accepted today, so next release will provide better performance for setObject(int, Object, int) and setObject(int, Object, int, int) methods, as the values are now transferred as binary values, and not as String literals … Continue reading

Posted on by Markus Karg | Comments Off on Contributed Binary Transmission for setObject(int, Object, int, int)

Yay! My first PGJDBC contribution got accepted. Hooray! 😉

Posted on by Markus Karg | Comments Off on My first PGJDBC contribution