Stefan Miller

Results 11 comments of Stefan Miller

Same issue on Monterey (Version 12.1). Like outlined in the solution above the following does work: func (port *unixPort) ResetInputBuffer() error { return unix.IoctlSetPointerInt(port.handle, ioctlTcflsh, unix.TCIFLUSH) } func (port *unixPort)...

@cplussharp as the pull request is in draft mode, is this work in progress and planned to be finalized later?

The client documentation you are referring to is not applicable to this driver implementation. The features provided by this client are described solely in https://github.com/SAP/go-hdb/blob/main/README.md and https://pkg.go.dev/github.com/SAP/go-hdb/driver Anyway, statement routing...

Thanks a lot for the additional information! As of now I cannot confirm if this feature is going to be provided in one of the next versions of go-hdb but...

Hello @kermitbravo, > I might have the wrong understanding of this feature but I believe that the HANA DB does all the work, the only thing that needs to be...