Files
samskivert/src/java
mdb 38f09416b7 Eliminate the prepared statement caching as it's not useful since we can't use
server side prepared statement caching and it's causing things to break when
for some reason the prepared statements are being closed (perahps automatically
by the new MySQL deriver) and then being reused.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@1834 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2006-04-28 21:30:35 +00:00
..