Skip to content

Commit

Permalink
update README.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
sijms committed Apr 5, 2023
1 parent 15bc6a2 commit 218fd17
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@
* encoding and decoding varchar parameters
* encoding and decoding CLOB
* nvarchar, nclob and server messages are excluded from client charset
* code
```golang
urlOptions := map[string]string {
// you can use also
//"charset": "ZHS16GBK",
"client charset": "ZHS16GBK",
"trace file": "trace.log",
}
connStr := go_ora.BuildUrl("server", 1521, "service", "", "", urlOptions)
```
### version 2.6.9: Re-Code Failover
* now failover start when receive the following error:
* io.EOF
Expand Down

0 comments on commit 218fd17

Please sign in to comment.