[ODBC-63] Make use of mariadb_stmt_execute_direct Created: 2016-10-28 Updated: 2017-05-15 Resolved: 2017-02-08 |
|
| Status: | Closed |
| Project: | MariaDB Connector/ODBC |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 3.0.0 |
| Type: | Task | Priority: | Major |
| Reporter: | Lawrin Novitsky | Assignee: | Lawrin Novitsky |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Connector/C 3.0 introduces mariadb_stmt_execute_direct API call, which is exact counterpart for ODBC SQLExecDirect, and is more optimal to use instead of mysql_stmt_prepare + mysql_stmt_execute. It should improve productivity of many applications. |