aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/jdbc/example/threadsafe.java
Commit message (Collapse)AuthorAge
* Major update part I involving delayed patches, reworked Makefile, and howPeter Mount2000-10-12
| | | | the versioning works. There's also a new utils directory used by Makefile
* Minor fixes ready for 7.0Peter Mount2000-05-03
|
* Another attemptPeter Mount2000-04-26
|
* 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