Re: [task] Add support for PreparedStatements to MySQL and PostgreSQL

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Re: [task] Add support for PreparedStatements to MySQL and PostgreSQL

Paolo Bonzini-3
Issue status update for
http://smalltalk.gnu.org/project/issue/80
Post a follow up:
http://smalltalk.gnu.org/project/comments/add/80

 Project:      GNU Smalltalk
 Version:      <none>
 Component:    DBI
 Category:     tasks
 Priority:     normal
 Assigned to:  Unassigned
 Reported by:  bonzinip
 Updated by:   bonzinip
 Status:       active

thanks, committed! (after adding support for named parameters)




_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: [task] Add support for PreparedStatements to MySQL and PostgreSQL

Paolo Bonzini-3
Issue status update for
http://smalltalk.gnu.org/project/issue/80
Post a follow up:
http://smalltalk.gnu.org/project/comments/add/80

 Project:      GNU Smalltalk
 Version:      <none>
 Component:    DBI
 Category:     tasks
 Priority:     normal
 Assigned to:  Unassigned
 Reported by:  bonzinip
 Updated by:   bonzinip
 Status:       active

By the way, referring to the comment above:

> This requires some refactoring. The first step would be to move parts
of the FieldConverter

This was already done for the ROE port.  Daniele's implementation does
not use the FieldConverter and does not allow for example to bind Dates
to arguments -- but the low-level binding is indeed important, and the
high-level stuff should probably be done in DBI, not in each driver.




_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk