Skip to content

Commit

Permalink
Fix mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
timowest committed Feb 20, 2016
1 parent 7bf13cc commit 9a721ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public SQLTemplates getTemplates(DatabaseMetaData md) throws SQLException {
}

// sqlserver
if (name.equals("microsft sql server")) {
if (name.equals("microsoft sql server")) {
switch (md.getDatabaseMajorVersion()) {
case 12:
case 11: return sqlserver2012;
Expand Down

0 comments on commit 9a721ad

Please sign in to comment.