Skip to content

Releases: oracle-samples/gorm-oracle

v1.0.0

23 Sep 20:48
65a3e61
Compare
Choose a tag to compare

What's Changed

  • Go Version: Bumped to 1.25.1.
  • Driver Stability:
    • Fixed bugs in bulk insert, delete, merge, and update operations to improve stability.
    • Fixed issues with JSON column in bulk returning cluase (#64)
  • Testing
    • Added additional tests to improve coverage and ensure stability.
    • Fixed previously skipped failing tests from the last release.
  • Enhancements & Fixes contributed by @joboon:
    • Add support to optionally use unquoted identifiers in (#63)
    • Add support for nil pointer UUID in (#69)
    • Add support for case insensitive field matching (#74)
    • Exclude auto-increment fields from generated SQL (#75)

PRs Included in This Release

Full Changelog: v0.1.0...v1.0.0