[ODBC-106] Add support of MariaDB 10.2 bulk operation Created: 2017-07-30 Updated: 2017-07-30 Resolved: 2017-07-30 |
|
| Status: | Closed |
| Project: | MariaDB Connector/ODBC |
| Component/s: | None |
| Affects Version/s: | 3.0.0 |
| Fix Version/s: | 3.0.1 |
| Type: | Task | Priority: | Major |
| Reporter: | Lawrin Novitsky | Assignee: | Lawrin Novitsky |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
10.2 server introduces new feature that makes possible sending parameter arrays for prepared statement. C/ODBC should support that feature, that should give performance boost for ODBC parameter array and bulk operations against MariaDB server v. >=10.2.7 |
| Comments |
| Comment by Lawrin Novitsky [ 2017-07-30 ] |
|
The feature code has been pushed to 3.0 branch as commit b269d37d9bb82a7961f72e9bac0937cf07f3db34(and small fix as part of consequent ee0a63d428e6a7f5f84e8ea9c9da432f79d5c0ef) |