Skip to content

Commit

Permalink
0002376: Add MSSQL 2008 type for datetimeoffset
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Aug 26, 2015
1 parent 49fe0a5 commit 07717c3
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -740,5 +740,9 @@ protected void filterColumnSqlType(StringBuilder sqlType) {
if (identityIndex > 0) {
sqlType.replace(identityIndex, sqlType.length(), "");
}
if (sqlType.indexOf("datetimeoffset") >= 0) {
sqlType.setLength(0);
sqlType.append("datetimeoffset");
}
}
}

0 comments on commit 07717c3

Please sign in to comment.