Bug #84408 Django 1.9+ bulk insert compatibility fix. (contribution)
Submitted: 4 Jan 2017 18:36 Modified: 27 Mar 2017 14:57
Reporter: OCA Admin (OCA) Email Updates:
Status: Closed Impact on me:
None 
Category:Connector / Python Severity:S3 (Non-critical)
Version: OS:Any
Assigned to: CPU Architecture:Any

[4 Jan 2017 18:36] OCA Admin
Description:
This bug tracks a contribution by Brian Tyndall (Github user: Tyndie) as described in http://github.com/mysql/mysql-connector-python/pull/31

How to repeat:
See description

Suggested fix:
See contribution code attached
[4 Jan 2017 18:36] OCA Admin
Contribution submitted via Github - Django 1.9+ bulk insert compatibility fix. 
(*) Contribution by Brian Tyndall (Github Tyndie, mysql-connector-python/pull/31#issuecomment-270357409): I confirm the code being submitted is offered under the terms of the OCA, and that I am authorized to contribute it.

Contribution: git_patch_99949973.txt (text/plain), 1.50 KiB.

[5 Jan 2017 6:16] Chiranjeevi Battula
Hello Brian Tyndall,

Thank you for the report and contribution.

Thanks,
Chiranjeevi.
[27 Mar 2017 14:57] Paul DuBois
Posted by developer:
 
Noted in 2.1.6 changelog.

Connector/Python added support for a database backend API change
introduced in Django 1.9 for the bulk_insert_sql method. Thanks to
Brian Tyndall for the patch.