[ODBC-234] SQLGetTypeInfo does not work with sql_mode='Oracle' Created: 2019-03-18 Updated: 2019-03-18 Resolved: 2019-03-18 |
|
| Status: | Closed |
| Project: | MariaDB Connector/ODBC |
| Component/s: | General |
| Affects Version/s: | 2.0.18, 3.1.0, 3.0.8 |
| Fix Version/s: | 2.0.19, 3.0.9, 3.1.1 |
| Type: | Bug | Priority: | Blocker |
| Reporter: | Lawrin Novitsky | Assignee: | Lawrin Novitsky |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
This happens because genarated SQL query uses double quotes for string literals, that in Oracle mode are treated as schema objects |
| Comments |
| Comment by Lawrin Novitsky [ 2019-03-18 ] |
|
Pushed as into odbc-3.0 as 1aad919 |