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
v8.2.0 - 2020-12-06
v8.1.3 - 2020-12-06
v8.1.2 - 2020-12-06
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
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
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
v6.0.3 - 2019-11-26
v6.0.2 - 2019-10-18
- Fix bug from pull request #532 #538, credits to @dantesCode.
v6.0.1 - 2019-10-11
- Fix whereInRaw and whereNotInRaw Grammar. #532, credits to @dantesCode.
- Fix #464, #405, #73.
v6.0.0 - 2019-09-05
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
- Fix #485 - Preventing ORA-00933 when using fromSub method. #486, credits to @renanwilliam.
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
- Add support for Laravel 5.7 #457, credits to @gredimano
v5.6.3 - 2018-05-07
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.