Skip to content

Commit

Permalink
MONDRIAN: use DATETIME columns for MySQL
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//open/mondrian/": change = 4616]
  • Loading branch information
Sherman Wood committed Dec 8, 2005
1 parent 96bc1c3 commit af4e1f8
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -275,7 +275,7 @@ private void load() throws Exception {
}

timestampColumnType = "TIMESTAMP";
if (sqlQuery.getDialect().isMSSQL()) {
if (sqlQuery.getDialect().isMSSQL() || sqlQuery.getDialect().isMySQL()) {
timestampColumnType = "DATETIME";
}

Expand Down

0 comments on commit af4e1f8

Please sign in to comment.