K2InformaticsGmbH / oranif

Oracle OCI driver using dirty NIF
Apache License 2.0
4 stars 2 forks source link

Add support for common params when creating connection. #55

Open acautin opened 5 years ago

acautin commented 5 years ago

Ref: https://oracle.github.io/odpi/doc/functions/dpiConn.html#c.dpiConn_create

Currently the commonParams is ignored map given is ignored, but it is required for a proper handling of special characters via the encoding property.

https://github.com/K2InformaticsGmbH/oranif/blob/master/c_src/dpiConn_nif.c#L38

c-bik commented 5 years ago
c-bik commented 5 years ago

Delayed untill requirement / use case defined