Skip to content

Latest commit

 

History

History
260 lines (190 loc) · 9.25 KB

CHANGELOG.md

File metadata and controls

260 lines (190 loc) · 9.25 KB

Laravel-OCI8 CHANGELOG

v8.5.0 - 2021-09-18

  • Allow top-level application to dynamically set its own database $config[] parameters [#667]
  • Fixed checkMultipleHostDsn SERVICE_NAME using inconsistent database config bugs. #670

v8.4.1 - 2021-07-10

  • Fix non-existent global constants. #661

v8.4.0 - 2021-04-23

  • Add Oci8Driver for the new DBAL implementation. #648
  • Fix #641

v8.3.0 - 2021-01-22

v8.2.3 - 2021-01-06

  • Quote column name "id" so as to not affected by PDO::ATTR_CASE #623

v8.2.2 - 2020-12-08

  • Query builder fixes and tests. #615

v8.2.1 - 2020-12-07

  • Fix query builder bulk insert. #612
  • Fix #558.

v8.2.0 - 2020-12-06

  • Improve pagination performance. #611
  • Fixes #563

v8.1.3 - 2020-12-06

  • Fix Model::create() with guarded property. #609
  • Fix #596

v8.1.2 - 2020-12-06

  • Fix database presence verifier. #607
  • Revert #598
  • Fixes #601, #602
  • Use orchestra testbench for tests

v8.1.1 - 2020-11-21

  • Implement case insensitive function-based unique index. #599

v8.1.0 - 2020-11-20

  • Enable oracle case insensitive searches. #598
  • Fix database presence validation issue (unique, exists, etc).
  • Removes the dependency on OracleUserProvider.

v8.0.1 - 2020-09-23

  • Fix #590 WhereIn query with more than 2k++ records. #591, credits to @bioleyl.

v8.0.0 - 2020-09-09

  • Add support for Laravel 8.

v7.0.1 - 2020-06-18

  • Fix pagination aggregate count. #570

v7.0.0 - 2020-03-04

  • Add support for Laravel 7 #565.
  • Fix #564.

v6.1.0 - 2020-02-11

  • Add support for joinSub. #551, credits to @mozgovoyandrey.
  • Add jobSub tests #560.
  • Apply StyleCI laravel preset changes.

v6.0.4 - 2019-11-26

  • Wrap sequence name with schema prefix if set. #535
  • Fix #523.

v6.0.3 - 2019-11-26

  • saveLob - Parameter should start at 1. #543, credits to @jeidison.

v6.0.2 - 2019-10-18

v6.0.1 - 2019-10-11

v6.0.0 - 2019-09-05

  • Laravel 6 support. #505
  • Allow custom sequence name on model nextValue. #511

v5.8.2 - 2019-06-25

  • Added illuminate/auth as dependency in composer.json #508, credits to @tumainimosha

v5.8.1 - 2019-04-24

  • Fix stripping of AS from table name. #504
  • Facilitate wallet support. #474
  • Fix changelog dates & Update license to 2019 #498

v5.7.3 - 2019-02-19

v5.7.2 - 2018-09-29

  • Added Support for Oracle Edition Based Redefinition #439, credits to @Adam2Marsh

v5.7.1 - 2018-09-20

v5.7.0 - 2018-09-05

v5.6.3 - 2018-05-07

  • Add support for migrate:fresh command. #437
  • Fix #435.

v5.6.2 - 2018-05-05

  • Escape ENUM column name to avoid problems with reserved words #432, credits to @Stolz.
  • Fixes issue #431.

v5.6.1 - 2018-04-17

  • Fix #413, binding issue.

v5.6.0 - 2018-02-16

  • Add support for Laravel 5.6.
  • Fix compatbility with PHP 7.2.
  • Fix Declaration of causedByLostConnection #407, credits to @FabioSmeriglio.
  • Fix #406, #404.
  • Added more options to Sequence Create Method #355, credits to @nikklass.