| Age | Commit message (Collapse) | Author |
|
Rewrite NamedPreparedStatement to properly support compile-once, run
many times; otherwise known as external building
Still need to finish the Javadocs, but...
|
|
The checkpoint is that I attempted to patch the version of
NamedPreparedStatement I had to support building external batches.
This... didn't really work right; though it initially appeared to do so.
I am going to rewrite NamedPreparedStatement to actually properly
support this functionality instead of half-arsing it
|
|
Adds a version of PreparedStatement that supports named parameter
syntax.
|