
12 Nov
2010
12 Nov
'10
8:15 p.m.
On 12-11-2010 21:08:57 +0100, Fabian Groffen wrote:
No, but the problem of actually not being able to destroy them server side while staying connected /is/ MonetDB specific.
I just opened a feature request for this, since this usage of PreparedStatements is actually fairly common.
Hibernate for example uses this strategy as well, since it allows Hibernate to let the driver perform all mappings, quotings, escapings, and what more is necessary to convert a given Java Object (value) to the database specific notation to use in e.g. an INSERT statement.