From: Peter G. <pe...@fs...> - 2004-02-06 19:21:10
|
Hey there! Just started working on my logging patch and when I was ready to try it out I found out that there are differences from the latest SVN snapshot compared to the 0.5.1 release, differences that break old code. For instance, there is no SQLObject.new(). Any plans on updating the examples and/or adding some documentation/comments to give a hint on how to make new instances of SQLObjects? Also, I'd like to have some input on logging info. For the first try I just replaced the printDebug() calls with debug messages, except the for the unwarranted rollback which is a warning. (it raises an exception when rollback or commit is executed outside transactions) I might sum several queries, like automatic schema generation, to info output and I will most likely add debug information for transactions too. Anything else I should think about? /Peter G |