Bug #111030 Contribution: bugfix schema name (specially usefull when use multiple schem ...
Submitted: 15 May 2023 14:07 Modified: 15 Jul 19:30
Reporter: OCA Admin (OCA) Email Updates:
Status: Closed Impact on me:
None 
Category:Connector / NET Severity:S3 (Non-critical)
Version:8.0 OS:Any
Assigned to: CPU Architecture:Any
Tags: Contribution

[15 May 2023 14:07] OCA Admin
Description:
This bug tracks a contribution by Stéphane Graziano (Github user: Poppyto) as described in http://github.com/mysql/mysql-connector-net/pull/52

How to repeat:
See description

Suggested fix:
See contribution code attached
[15 May 2023 14:07] OCA Admin
Contribution submitted via Github - bugfix schema name (specially usefull when use multiple schema in one… 
(*) Contribution by Stéphane Graziano (Github Poppyto, mysql-connector-net/pull/52#issuecomment-1546116762): 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_1337477416.txt (text/plain), 2.36 KiB.

[15 May 2023 14:29] MySQL Verification Team
Hello Stéphane Graziano,

Thank you for the report and contribution.

regards,
Umesh
[15 Jul 19:30] Daniel So
Posted by developer:
 
Added the following entry to the Connector/NET 9.4.0 changeleog: 

" When using EFCore, schema name in the ToTable() method was always ignored, with entities always mapping to the schema specified in the database name in the connection string. With this fix, the schema name specified in ToTable() is now honored.

Our thanks to Stéphane Graziano for the contribution."