Add support for PreparedStatements

Project:GNU Smalltalk
Component:DBI
Category:task
Priority:normal
Assigned:Unassigned
Status:active
Description

Postgres and MySQL support PreparedStatements, but their DBD does not know about them.

This requires some refactoring. The first step would be to move parts of the FieldConverter (from the MySQL bindings) up to the generic DBI package.

User login