Sorry if I wasn't clear about the fact that I was still working on those 3 items that I had on my list. Here's where it stands now (and I'm going to bed now, so I won't be doing anything else on this for a while. it's likely, in fact, that I won't do anything else on the sqlalchemy stuff before I get to Geneva on Saturday.)
1) the visit class has moved (for both SQLObject and SQLAlchemy) into model.py 2) tg-admin sql create works for SQLAlchemy now 3) tg-admin quickstart is much smarter about what it puts in the new projects it creates 4) tg-admin quickstart now has a "-s" or "--sqlalchemy" parameter to turn on sqlalchemy support 5) tg-admin quickstart's "-i" option and identity prompt are just a boolean. You no longer choose an identity model... it's chosen based on whether "-s" is present. 6) the sqlalchemy session is now cleared at the end of the request, not at the end of a transaction (which will make a difference for people with their own filters) 7) the atomic weight of cesium remains 132.90543. I figured it's not a good idea to change that one :) Kevin -- Kevin Dangoor TurboGears / Zesty News email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears-trunk -~----------~----~----~----~------~----~------~--~---
