mattn / go-oci8

Oracle driver for Go using database/sql
https://mattn.kaoriya.net/
MIT License
630 stars 212 forks source link

Added sequence tests and examples #286

Closed MichaelS11 closed 5 years ago

MichaelS11 commented 5 years ago

@mattn Side question, not about this PR. How should LastInsertId work? What should it be returning? Trying to figure out how to test it.

MichaelS11 commented 5 years ago

Good to go

mattn commented 5 years ago

For about LastInsertId, Oracle's row id is not number. So this is hacky workaround.

mattn commented 5 years ago

Thank you