[MDEV-5351] ConnectSE: ODBC: MSSQL: A SELECT from a CATFUNC=Columns table returns an error Created: 2013-11-27 Updated: 2014-04-09 Resolved: 2014-04-09 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.10 |
| Fix Version/s: | 10.0.11 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Alexander Barkov | Assignee: | Olivier Bertrand |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | connect-engine | ||
| Description |
|
Run the following SQL script against an MS SQL Server data source:
The expected result (instead of this error) is to return rows with the information Additionally, the error message is cut, which makes it confusing.
|
| Comments |
| Comment by Olivier Bertrand [ 2014-04-08 ] |
|
To my knowledge, the MS SQL server is the only one that does not accept a columns query without table name. |
| Comment by Olivier Bertrand [ 2014-04-09 ] |
|
The documentation will tell about this potential issue. It is perhaps possible to specify a table name of '%' to avoid the error but I cannot test it not having MS SQL Server installed on my machines. |