mattn / go-oci8

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

Execute query "select '中文' from dual" rows.Next() throw ORA-01406: fetched column value was truncated #313

Closed nh-live closed 5 years ago

nh-live commented 5 years ago

Hi mattn Execute query "select '中文' from dual" rows.Next() throw ORA-01406: fetched column value was truncated. Thanks

MichaelS11 commented 5 years ago

Duplicate of https://github.com/mattn/go-oci8/issues/306 ? If so, close this?

nh-live commented 5 years ago

yes