Great, here is a context diff of CVS for implementing the get/setCatalog methods
Bruce Momjian <bruce@momjian.us>
Great, here is a context diff of CVS for implementing the get/setCatalog methods in Connection - note: I've updated setCatalog(String catalog) from my previous diff so it checks whether it is already connected to the specified catalog. Jason Davies
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/jdbc/org/postgresql/Connection.java | modified | +31 −1 |
| src/interfaces/jdbc/org/postgresql/jdbc1/Connection.java | modified | +1 −25 |
| src/interfaces/jdbc/org/postgresql/jdbc2/Connection.java | modified | +1 −25 |