On Mon, Jan 26, 2009 at 12:28:14AM -0800, Sam's Lists wrote: > I have a few thousand items I want to insert at once. (I'm using postgresql > if it matters). > > Is there any support for batch/bulk inserts with SQLObject?
Not much. It is recommended to avoid the high-level objects (SQLObjects) - they are too smart and do too many things at once. Use sqlbuilder.Insert(). Oleg. -- Oleg Broytmann http://phd.pp.ru/ p...@phd.pp.ru Programmers don't die, they just GOSUB without RETURN. ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ sqlobject-discuss mailing list sqlobject-discuss@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss