summaryrefslogtreecommitdiff
path: root/src/interfaces/jdbc/example/threadsafe.java
AgeCommit message (Collapse)Author
1998-10-08Just a quick patch. This makes the JDBC driver thread safe, which is anBruce Momjian
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