| Issue 15: | add verbose mode to fixture command | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Sign in to add a comment
|
when running the fixture command it would be helpful to see what sql is being generated by the database layer. This could be activated like: fixture --verbose and could be implemented (for sqlalchemy) by adding: self.meta.engine.echo = True at around line 109 to generate_sqlalchemy.py |
||||||||||
,
Sep 02, 2008
(No comment was entered for this change.)
Labels: Milestone-Undecided
|
|||||||||||
|
|
|||||||||||