Is there a reason why this didn't return TIME? It seems to work.

This commit is contained in:
Andrzej Kapolka
2010-09-17 02:46:17 +00:00
parent c609db73de
commit 8c5f333f73
@@ -287,7 +287,7 @@ public class MySQLBuilder
return "DATE";
}
public String getTimeType (int length) {
return "DATETIME";
return "TIME";
}
public String getTimestampType (int length) {
return "DATETIME";