|
From: Ian B. <ia...@co...> - 2003-07-04 18:48:31
|
On Fri, 2003-07-04 at 11:17, Sidnei da Silva wrote: > Howdy, > > Im working on integrating SQLObject and Zope3, and I must say that > SQLObject is wonderful. So far, I had to change only one line, and I > already have a working app. Here's my patch. Cool... I was wondering how well it would work with Zope 3, and I'm glad it's not too hard. It's just too bad that Zope 2 is out of the question :( > However, Im doing something not that clean which is 'registering' a > connection with DBConnection._connections by assigning directly to the > module variable. I would like to see a method to do that (eg: > DBConnection.registerConnection(name)), so that if it changes in the > future, any code depending on it doesnt break :) I'm not clear what you mean. Can you give an example? > Thanks for the work so far, and I hope to be able to make more > contributions soon. Just for the records, im working on a Sybase-based > app, but Im still prototyping, so Im using MySQL currently. Of course > when the time comes, I will need to write a SybaseConnection class and > I would like to contribute it back to the codebase. Certainly that would be welcome. Ian |