Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sijms committed Jan 29, 2024
1 parent 8015065 commit bbafc64
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -520,16 +520,16 @@ passing typeName, arrayTypeName (for that type or empty) and empty instance of s
> * driver support nested type start from (v2.8.5)
> * for array of regular type (v2.8.7) pass regular type name, arrayTypeName and nil for object instance
> * regular type supported
> * number
> * varchar2
> * nvarchar2
> * date
> * timestamp
> * timestamp with local time zone
> * RAW
> * BLOB
> * CLOB
> * NCLOB
> * number
> * varchar2
> * nvarchar2
> * date
> * timestamp
> * timestamp with local time zone
> * RAW
> * BLOB
> * CLOB
> * NCLOB
> * to pass oracle object as a parameter efficiently use `go_ora.Object{Owner: owner, Name: name, Value: val}`
> * regular type array should be passed wrapped inside go_ora.Object otherwise it will be interpreted as associative array
> * complete code is found in
Expand Down

0 comments on commit bbafc64

Please sign in to comment.