You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@streampark.apache.org by GitBox <gi...@apache.org> on 2022/11/28 12:28:51 UTC

[GitHub] [incubator-streampark] avatarTaier commented on pull request #2106: Fix the problem that mybatis plus sets jdbcTypeForNull to null

avatarTaier commented on PR #2106:
URL: https://github.com/apache/incubator-streampark/pull/2106#issuecomment-1328994573

   mybatisConfiguration.setJdbcTypeForNull(null); Modify to mybatisConfiguration. setJdbcTypeForNull (JdbcType. NULL);


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@streampark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org