goracle v2.8.0 Release Notes

Release Date: 2018-09-21 // over 5 years ago
  • ➕ Added

    • WrapRows wraps a driver.Rows (such as a returned cursor from a stored procedure) as an sql.Rows for easier handling.

    🔄 Changed

    • 👀 Do not allow events by default, make them opt-in with EnableEvents connection parameter - see #98.