Yes, you're right and that's a bit odd. I've set the debug variable in the 
usual way:

            self._conn = connectionForURI(con_str)
            self._conn.debug = True

And I noticed this also:

 1/Query   :  CREATE TABLE meta_dir (
 [...]
 1/QueryR  :  CREATE TABLE meta_dir (
 [...]

Any idea why debug gets printed twice, but the second time with a capital 'r' 
after "Query"? :P

From: Oleg Broytman <p...@phd.pp.ru>
To: sqlobject-discuss@lists.sourceforge.net
Date: Thursday 01 April 2010
> On Thu, Apr 01, 2010 at 05:47:06AM -0300, Juan Manuel Santos wrote:
> > http://pastebin.com/raw.php?i=Xp1TjmZ0
> > 
> > Basically, if you look in the previous link for "Setting icon" or
> > "Setting thumb" you will see that both the icon and the thumb are being
> > set TWICE! with the same data.
> 
>    There are two debugging entries for every query (see CREATE TABLE for
> examples) but every query runs only once. Two debugging output are from
> different methods.
> 
> Oleg.

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to