Closed sebasmonia closed 8 years ago
exactly as they were fetched from the DB, IMO
1$ 7#1$ $0 #4RD 70 R34D???
If not, why would lower case would be any worse?
lowercase ftw
As fetched from the DB. We don't know if the system consuming the DB requires the "casing"
@ferantivero even if ita inconsistent with the names in the results?
@jdecarli I think the standard demands case insensitiveness
2 votes to 1 to keep them as is.
Closing bug.
The query for the tables and columns, at least in MS SQL Server, returns elements just as they were created. Pypyodbc returns the column names in lowercase.
Maybe we should make everything lowercase?
Pro: Consistency Con: readability.