taosdata / taos-connector-jdbc

Connecting Java Application With a TDengine Database.
MIT License
45 stars 29 forks source link

fix: unsigned tinyint/smallint/int/bigint exceed range issue #151

Open enix223 opened 8 months ago

enix223 commented 8 months ago

Refer to mysql-connector-j, map the following data types to corresponding java types:

Fix #150