aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/jdbc/example/threadsafe.java
Commit message (Collapse)AuthorAge
* Just a quick patch. This makes the JDBC driver thread safe, which is anBruce Momjian1998-10-08
important step towards making the driver compliant, and means that for some Java applications and servlets, only a single database connection is needed, so in a sence this is a nice little show stopper for 6.4 (and should still be backward compatible to 6.3.2). Peter