On Tue, May 20, 2008 at 1:54 PM, Luke Macken lmacken@redhat.com wrote:
On Tue, May 20, 2008 at 09:15:28AM -0700, Toshio Kuratomi wrote:
Things I'd like but probably can't work on myself:
[...]
- Optimize db calls within TG applications to make them as snappy as
possible. I can do this for SQLAlchemy but SQLObject isn't flexible enough. Any page which is for viewing data and is returning multiple records is potentially a good candidate.
Speaking of stuff I'd love to see happen, but don't have the time for :)
- Port bodhi to SQLAlchemy
Depends on how complicated your stuff is already. If it's mostly just a bunch of tables, and the oddball query, I can probably do it in about a day. If it's alot of complicated composite tables with composite keys, custom data types, custom rules, and massive dependencies, then it could take 2-3 days.
Let me know when you need help.