Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
If the server has lower_case_table_names=2, table name is not lower case, and application uses this not lower case name(or simply takes it form SQLTables results) in SQLStatistics parameter, that will cause driver not to return any indexes for it. In particular that affects Microsoft Access, and it won't see any index in such a table at such server. It's caused by what is seen atm as server bug, but can be workarounded/fixed in the driver anyway
Attachments
Issue Links
- causes
-
ODBC-370 No primary keys in Access linked tables - even if autonumber
-
- Closed
-
- is caused by
-
MDEV-31472 Wrong results in queries to I_S for table/schema having capitals in the name
-
- Confirmed
-
Activity
Field | Original Value | New Value |
---|---|---|
Description | If the server has lower_case_table_names=2, table name is not lower case, and application uses this not lower case name(or simply takes it form SQLTables results) in SQLStatistics parameter, that will cause driver not to return any indexes for it. In particular that affects Microsoft Access. It's caused by what is seen atm as server bug, but can be workarounded in the driver any way | If the server has lower_case_table_names=2, table name is not lower case, and application uses this not lower case name(or simply takes it form SQLTables results) in SQLStatistics parameter, that will cause driver not to return any indexes for it. In particular that affects Microsoft Access, and it won't see any index in such a table at such server. It's caused by what is seen atm as server bug, but can be workarounded/fixed in the driver anyway |
Component/s | General [ 14302 ] | |
Fix Version/s | 3.1.19 [ 28903 ] | |
Fix Version/s | 3.2.1 [ 28908 ] | |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Resolution | Fixed [ 1 ] | |
Status | Closed [ 6 ] | Stalled [ 10000 ] |
Resolution | Fixed [ 1 ] | |
Status | Stalled [ 10000 ] | Closed [ 6 ] |
Link | This issue is caused by MDEV-31472 [ MDEV-31472 ] |
The pushed fix was incomplete