[ODBC-402] Add support of MADB_OPT_FLAG_NO_BIGINT option Created: 2023-11-27 Updated: 2023-11-29 Resolved: 2023-11-29 |
|
| Status: | Closed |
| Project: | MariaDB Connector/ODBC |
| Component/s: | General |
| Affects Version/s: | 3.2.0, 3.1.19 |
| Fix Version/s: | 3.1.20 |
| Type: | New Feature | Priority: | Major |
| Reporter: | Lawrin Novitsky | Assignee: | Lawrin Novitsky |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Some classic ODBC applications do not support BIGINT type. For them we should report such fields type as INTEGER. We have OPTIONS bit MADB_OPT_FLAG_NO_BIGINT designated for that purpose defined, but not supported. |
| Comments |
| Comment by Lawrin Novitsky [ 2023-11-29 ] |
|
Change to support the option has been pushed |