<CUT>
>
> thats because SA still does a lot of work on each batch of {params} to
> check for defaults and also to process bind parameters.   We might
> look into optimizing some of the redundant work which occurs within
> this process in 0.4, however as long as people still want their
> unicodes converted to utf-8, their datetimes converted to strings on
> sqlite, their binaries correctly massaged, their Python side defaults
> to fire off, this overhead will still be present for those types.
>
> So, if you truly want DBAPI-speed inserts, use the raw connection:
>
> engine.connect().connection.executemany("your statement", [{params1},
> {params2}, {params3}, ...])
>
>
>   
This only for 0.4 version.. i think


is this the correct methods for the 0.3 ?
engine.connect()._executemany()



Thank's
Glauco

-- 
+------------------------------------------------------------+
                                  Glauco Uri - Programmatore
                                    glauco(at)allevatori.com 
                               
  Sfera Carta Software(r)      [EMAIL PROTECTED]
  Via Bazzanese,69  Casalecchio di Reno(BO) - Tel. 051591054 
+------------------------------------------------------------+



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to