[orm-devel] Debug - request for enhancement
Michael Watkins
orm-devel@mailman.tux4web.de
Fri, 07 Mar 2003 11:50:48 -0800
I second this - debug should check a datasource property _debug that
defaults to False and can be set perhaps as an optional parameter debug=False
First thing I do whenever looking at a new version of ORM is overwrite
debug() such that it does nothing...
At 08:24 PM 3/7/2003 +0100, you wrote:
>Hi Diedrich,
>
>Whenever you get around to change/update the debug stuff can you keep this
>in mind.
>
>1. Allow to activate/deactive debug during startup.
>
>2. Add an optional name parameter to debug, this helps to figure which
>debug one looks at, something along these lines.
>
> def debug(s, name='============='):
> print "====" + name
> +"======================================="
> print s
>
>See you
>Werner
>
>
>
>_______________________________________________
>orm-devel mailing list
>orm-devel@mailman.tux4web.de
>http://mailman.tux4web.de/mailman/listinfo/orm-devel