#824 - Refactor com.avaje.ebean.config.dbplatform DbType & DbPlatformType - handle logical and plaform ddl conversion

This commit is contained in:
Robin Bygrave
2016-10-03 22:04:37 +13:00
parent d26203db1f
commit f1eb494e0d
4 changed files with 18 additions and 12 deletions
@@ -16,7 +16,7 @@ public class DbPlatformTypeParserTest {
assertEquals(type.getDefaultScale(), 0);
assertEquals(type.renderType(0, 0), "text");
assertEquals(type.renderType(40, 0), "text(40)");
assertEquals(type.renderType(40, 0), "text");
}
@Test