Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
woko committed Feb 21, 2019
1 parent 642e7e9 commit e3134e6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public abstract class AbstractJsonSqlTypeDescriptor implements SqlTypeDescriptor

@Override
public int getSqlType() {
return Types.OTHER;
return Types.JAVA_OBJECT;
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public abstract class AbstractJsonSqlTypeDescriptor implements SqlTypeDescriptor

@Override
public int getSqlType() {
return Types.OTHER;
return Types.JAVA_OBJECT;
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public abstract class AbstractJsonSqlTypeDescriptor implements SqlTypeDescriptor

@Override
public int getSqlType() {
return Types.OTHER;
return Types.JAVA_OBJECT;
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public abstract class AbstractJsonSqlTypeDescriptor implements SqlTypeDescriptor

@Override
public int getSqlType() {
return Types.OTHER;
return Types.JAVA_OBJECT;
}

@Override
Expand Down

0 comments on commit e3134e6

Please sign in to comment.