Archive for 'JDBC'
postgresql and jdbc
June 13th, 2010 by Jeanne BoyarskyIn postgresql – selecting maximum for each group, we saw the actual stored function. That was the easy part. Then there was dealing with Postgresql and JDBC. I encountered a few surprises while doing this. Calling the stored function I expected to use JDBC’s CallableStatement since I was calling a stored procedure. Nope. The proper [...]
Categories: Database, JDBC, JavaRanch Forum Migration.
Tags: JDBC, postgresql
Comments: none
clone a postgresql database for testing cleanly
March 28th, 2010 by Jeanne BoyarskyI’m looking at writing integration tests for the back end of JavaRanch‘s JForum install. A few “pesky” requirements/constraints Multiple developers all over the word have their own local test databases filled with data in different states. The tests must work for everyone. Ideally they won’t leave data floating around either. The tests must use PostgreSQL. [...]
Categories: JDBC, JavaRanch Forum Migration.
Tags: Database, JDBC, jforum, postgresql
Comments: 4
Live from JaveOne: JDBC Spec Enhancements
June 3rd, 2009 by Scott SelikoffLive from the JavaOne conference again, this time attending a session about enhancements to the JDBC specification 4.1. Four members of the JDBC specification team have presented a number of useful enhancements due in the upcoming version of JDBC. Some of these features may not make it into 4.1, but will be in future versions [...]
Categories: JDBC.
Tags: J2EE, Java/J2EE, JDBC, specification
Comments: none
