summaryrefslogtreecommitdiff
path: root/src/interfaces/jdbc/example/basic.java
AgeCommit message (Collapse)Author
2000-06-06Added org/postgresql/DriverClass.java to the list of files removed by make ↵Peter Mount
clean (it's dynamically built) Fixed Statement, so that the update count is valid when an SQL DELETE operation is done. While fixing the update count, made it easier to get the OID of the last insert as well. Example is in example/basic.java
2000-04-26Another attemptPeter Mount
1999-05-17Fixed Internationalization of error messages.Peter Mount
1999-04-11Implement UpdateCountPeter Mount
1998-01-13Oops...missed over half the patch :(Marc G. Fournier