Skip to content

django-pyodbc bulk_create is broken #132

@aergener

Description

@aergener

I posted this on stackoverflow: http://stackoverflow.com/questions/41025790/django-pyodbc-bulk-create-is-broken

When calling bulk_create() using django-pyodbc backend, an insert statement is run for each object in the batch. The behavior should be to run a single insert statement per batch.

Is this a bug, or is there a way to alter this behavior?

Versions:

django==1.7
pyodbc==3.0.10
django-pyodbc==1.0.1
FreeTDS v1.00.21
unixODBC v2.3.4

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions