[ODBC-185] Char fields type returned by SQLColums in case of unicode connection Created: 2018-09-18 Updated: 2019-06-19 Resolved: 2018-09-20 |
|
| Status: | Closed |
| Project: | MariaDB Connector/ODBC |
| Component/s: | General |
| Affects Version/s: | 3.0.6, 2.0.18 |
| Fix Version/s: | 3.1.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | Lawrin Novitsky | Assignee: | Lawrin Novitsky |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
For character fields, not matter if application uses Unicode or ANSI part of the API, SQLColumns will return SQL_(LONG)(VAR)char sql type, and not SQL_W(LONG)(VAR)CHAR. The same is true for SQLProcedureColumns |
| Comments |
| Comment by Lawrin Novitsky [ 2018-09-20 ] |
|
odbc-3.0 commit 768b94f |
| Comment by Lawrin Novitsky [ 2018-09-24 ] |
|
This fix requires other changes, and probably it is better to do that (or give up on this idea) in new developed version. |