[sqlalchemy] MSSQL Bulk Insert issues

2015-06-04 Thread Sylvester Steele
Hi Guys, We use SQLAlchemy (version 0.7.6) only to get the raw cursor, then use that to execute queries. I just ran into the following issue with BULK INSERT statements: I have a table with 4 columns which has a primary key constraint. If the primary key constraint is violated, I get an

Re: [sqlalchemy] MSSQL Bulk Insert issues

2015-06-04 Thread Mike Bayer
On 6/4/15 6:20 PM, Sylvester Steele wrote: Hi Guys, We use SQLAlchemy (version 0.7.6) only to get the raw cursor, then use that to execute queries. I just ran into the following issue with BULK INSERT statements: I have a table with 4 columns which has a primary key constraint. If the