Jim
Thank you. I got it to work now.
I'm curious why controllers don't need an explicit commit() like
your script does. Perhaps TurboGears automatically does a silent
commit()
after every controller call?
Also, I assume your TurboGears apps have a line in your model file
like the following..
__connection__ = turbogears.database.PackageHub("myproject")
Why didn't you use this __connection__ reference in your example?
Perhaps, using a model object's _connection attribute is "safer"
because you are only exposing
a database connection for one class?
Also,
On May 2, 7:55 am, Jim Steil <
st...@mailbag.com> wrote: