Fix ODBC behaviour to use default schema for user instead of user schema
The current behaviour of ODBC Local Data Connector is not standard : when a user connects to an ODBC source, it can only currently access the schema with same name as user. ODBC standard is the default set of tables it should have access is defined as the default schema.
1
vote