#794: sqlalchemy echo is broken or has changed ( 0.9a4 using PackageEngine
--------------------------------+-------------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: anonymous
Type: defect | Status: new
Priority: normal | Milestone: 1.0
Component: Docs | Version: 0.9a4
Severity: normal | Resolution:
Keywords: |
--------------------------------+-------------------------------------------
Changes (by godoy):
* milestone: => 1.0
* component: TurboGears => Docs
Comment:
From SQL Alchemy's docs it looks like echo can just be set at an instance
of engine -- as you've found out -- or at the engine creation, as in:
{{{
from sqlalchemy import *
db = create_engine('sqlite://filename=mydb', echo=True)
}}}
So, I'm changing the component to Docs, to have it fixed accordingly to
SQL Alchemy's documentation.
--
Ticket URL: <http://trac.turbogears.org/turbogears/ticket/794>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears Tickets" 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-tickets
-~----------~----~----~----~------~----~------~--~---