Bug #119338 Contribution: Apply type mapping to arguments in `StartsWith/EndsWith` tran ...
Submitted: 8 Nov 2025 2:34 Modified: 22 Apr 10:14
Reporter: OCA Admin (OCA) Email Updates:
Status: Closed Impact on me:
None 
Category:Connector / NET Severity:S3 (Non-critical)
Version: OS:Any
Assigned to: CPU Architecture:Any

[8 Nov 2025 2:34] OCA Admin
Description:
This bug tracks a contribution by liming ma (Github user: maliming), as described in http://github.com/mysql/mysql-connector-net/pull/79

How to repeat:
See description

Suggested fix:
See contribution code attached
[8 Nov 2025 2:34] OCA Admin
Contribution submitted via Github - Apply type mapping to arguments in `StartsWith/EndsWith` translation. 
(*) Contribution by liming ma (Github maliming, mysql-connector-net/pull/79#issuecomment-3499727414): 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_2936910056.txt (text/plain), 2.65 KiB.

[13 Mar 17:58] Jose Ramirez Ruiz
Posted by developer:
 
Added LINQ query support for StartsWith and EndsWith. Arguments sent using these methods are now correctly translated.
[22 Apr 10:14] Edward Gilmore
Posted by developer:
 
 Added the following note to the MySQL Connector/NET 9.7.0 release notes:	
Added LINQ query support for StartsWith and EndsWith. 
Arguments sent using these methods are now correctly translated.
Our thanks to Ma Liming for the contribution.