Skip to content

Commit 06a22fa

Browse files
Merge branch 'TimothyGillespie/adjustTypeMapping' into TimothyGillespie/automigrationTests
2 parents c7f7277 + 3894d34 commit 06a22fa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/org/javawebstack/orm/mapper/DefaultMapper.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ public Object mapToJava(Object source, Class<?> type) {
6767
}
6868

6969
public SQLType getType(Class<?> type, int size) {
70-
System.out.println(type);
7170
if (type.equals(String.class) || type.equals(char[].class))
7271
return size > 65535 || size <= 1 ? SQLType.TEXT : SQLType.VARCHAR;
7372
if (type.equals(UUID.class) || type.equals(char.class))

0 commit comments

Comments
 (0)