Breeze0806 / go-etl

go-etl is a toolset for data extraction, transformation and loading。(go-etl是一个集数据源抽取,转化,加载的工具集,提供强大的数据同步能力)
Apache License 2.0
118 stars 38 forks source link

fix: 修复db2 char和varchar中文在linux下与windows字符集不同的问题 #21

Closed Breeze0806 closed 1 year ago

Breeze0806 commented 1 year ago

db2 char在gbk下无法正常读取,通过https://github.com/ibmdb/go_ibm_db/pull/213已经合并,但是没有发布

Breeze0806 commented 1 year ago

测试不通过