Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 948 Bytes

CHANGELOG.md

File metadata and controls

29 lines (19 loc) · 948 Bytes

Laravel-OCI8 CHANGELOG

v9.0.3 - 2022-06-15

  • Add default fetch mode #721

v9.0.2 - 2022-05-12

  • Fix delete query with join #715

v9.0.1 - 2022-05-12

  • Add Oci8Driver getName method #711
  • Fix #710
  • Fix Schema::getColumnType()
  • Add test for Schema::getColumnType()

v9.0.0 - 2022-02-09

  • Add support for Laravel 9 #698
  • Breaking Change: Fix #696 rename DB_SERVICENAME to DB_SERVICE_NAME db5037e