Bug #94248 Contribution: Add missing username connection argument for driver compatibi ...
Submitted: 7 Feb 2019 17:38 Modified: 22 Feb 2019 23:40
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

[7 Feb 2019 17:38] OCA Admin
Description:
This bug tracks a contribution by Matthew Woods (Github user: mattwoods11) as described in http://github.com/mysql/mysql-connector-python/pull/49

How to repeat:
See description

Suggested fix:
See contribution code attached
[7 Feb 2019 17:38] OCA Admin
Contribution submitted via Github - Add missing username connection argument for driver compatibility 
(*) Contribution by Matthew Woods (Github mattwoods11, mysql-connector-python/pull/49#issuecomment-461013422): 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_249883041.txt (text/plain), 816 bytes.

[7 Feb 2019 19:43] MySQL Verification Team
Thank you for the contribution.
[22 Feb 2019 23:39] Philip Olson
Posted by developer:
 
Fixed as of the upcoming MySQL Connector/Python 8.0.16 release, and here's the changelog entry:

Added a "username" alias for the "user" connection argument. Thanks to
Matthew Woods for the patch.

Thank you for the bug report.