Add support for PreparedStatements
By Paolo Bonzini - Posted on September 28th, 2007
| 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.
