MSSQL: generateChangeLog fails - case sensitive view names

Hi,

If you run liquibase --generateChangeLog against MSSQL database having views with lowercase letters in their names, you’ll likely get the following exception:

I removed .toUpperCase(), it solved the problem.