go-goracle / goracle

Go database/sql driver for connecting to Oracle Database, using the ODPI-C library
273 stars 43 forks source link

Go 1.10 database/sql/driver changes #43

Closed cemremengu closed 5 years ago

cemremengu commented 6 years ago

With the release of Go 1.10, there were some changes/improvements in the driver API as follows. Just leaving this here in case there needs to be work done given these changes.

tgulacsi commented 6 years ago
cjbj commented 6 years ago

Regarding the SessionResetter, ODPI-C has a 'todo' item to support OCI session tagging. Also see PL/SQL Callback for Session State Fix Up. Our benchmarkers like using this kind of feature to really optimize performance. A related user request is at https://github.com/oracle/node-oracledb/issues/258, so there is user interest in this behavior.

tgulacsi commented 6 years ago

Thanks, I'll take a look!