MS SQL version does not take case sensitivene settings of the DB into account in information_schema.py

Issue #1363 resolved
Former user created an issue

The information_schema view and all its columns are assumed to be in lower case. However, if the database is set up to be case sensitive, then none of these will be accessible to the user and so nothing works.

Comments (2)

  1. Log in to comment