mattn / go-oci8

Oracle driver for Go using database/sql
https://mattn.kaoriya.net/
MIT License
630 stars 212 forks source link

windows 7 64bit client charset on ZHS16GBK query sql include gbk chinese char query return rows is zero #322

Closed blueicesir closed 5 years ago

blueicesir commented 5 years ago

windows 7 64 bit client env charset is ZHS16GBK query sql include gbk chinese char query return 0 rows.

MichaelS11 commented 5 years ago

Probably https://github.com/mattn/go-oci8/issues/306

MichaelS11 commented 5 years ago

Can you please test again with latest PR added? If there is still an issues, please provide a simple example with all SQL and mininual Go code.

If the issues is fixed, please close this issue.

MichaelS11 commented 5 years ago

@mattn Close this?