Thanks. I guess my confusion is that the example at 
http://docs.sqlalchemy.org/en/latest/core/tutorial.html#executing-multiple-statements
 
uses an array of dictionaries, not of unlabeled tuples. Meanwhile I ended 
up using Oracle's sqlldr, which seems to get the job done, though is much 
more convoluted than Postgresql's COPY FROM...

On Saturday, September 24, 2016 at 12:03:01 AM UTC-4, Mike Bayer wrote:

>
> you don't need to use values().  insert() will construct the VALUES 
> clause automatically from a consistent set of parameters.  Basic example 
> is in the Core Tutorial at 
>
> http://docs.sqlalchemy.org/en/latest/core/tutorial.html#executing-multiple-statements
>  
> . 
>

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To post to this group, send email to sqlalchemy@googlegroups.com.
Visit this group at https://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/d/optout.

Reply via email to