Skip to content

Commit

Permalink
fix v1 to connect to oracle 9
Browse files Browse the repository at this point in the history
  • Loading branch information
sijms committed Jul 28, 2022
1 parent 4a5c179 commit 4f7cec4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion advanced_nego/advanced_nego.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ import (
"github.com/sijms/go-ora/network"
)

var version int = 0xB200200
//var version int = 0xB200200

var version int = 0x9200100

type AdvNego struct {
comm *AdvancedNegoComm
Expand Down

0 comments on commit 4f7cec4

Please sign in to comment.