ran

Results 3 issues of ran

During the release process, the `OCaml bindings` for Opendal encountered some issues, one of which is as follows. `Opam`, OCaml's package manager, builds from the project's root directory. This requires...

During usage, we encountered a Panic error: ``` error: interface conversion: driver.Rows is nil, not *go_ora.DataSet runtime.panicdottypeE /usr/local/go/src/runtime/iface.go:262 runtime.panicdottypeI /usr/local/go/src/runtime/iface.go:272 github.com/sijms/go-ora/v2.(*Connection).QueryRowContext /go/pkg/mod/github.com/sijms/go-ora/[email protected]/connection.go:1083 github.com/sijms/go-ora/v2.(*Connection).getDBTimeZone /go/pkg/mod/github.com/sijms/go-ora/[email protected]/connection.go:509 github.com/sijms/go-ora/v2.(*Connection).dataTypeNegotiation /go/pkg/mod/github.com/sijms/go-ora/[email protected]/connection.go:1289 ``` After investigation, it...

Ocaml is a very interesting language, and at the same time, we can use libraries like [ocaml-rs](https://github.com/zshipko/ocaml-rs) to complete our bindings. ## Tasks - [x] Introducing a simple implement. #2757...

bindings/ocaml