Re: [SQLObject] SQLObject mass insertion
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Oleg B. <ph...@ph...> - 2010-04-01 09:03:23
|
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. -- Oleg Broytman http://phd.pp.ru/ ph...@ph... Programmers don't die, they just GOSUB without RETURN. |