Skip to content

Releases: yajra/laravel-oci8

v8.6.1

31 Jan 08:47
Compare
Choose a tag to compare

Fix DB::listen, does not trigger QueryExecuted event on insert. #699
Fix #642

v8.6.0

20 Jan 11:16
Compare
Choose a tag to compare
  • Make field load_balance configurable and some other typo fixes. #694
  • Rectified the DB::executeFunction Documentation example. #693

v8.5.0

18 Sep 04:55
Compare
Choose a tag to compare
  • 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

10 Jul 05:26
Compare
Choose a tag to compare

Fixed

Fix non-existent global constants. #661

v8.4.0

23 Apr 07:22
157fbae
Compare
Choose a tag to compare
  • Add Oci8Driver for the new DBAL implementation. #648
  • Fix #641

v8.3.0

22 Jan 01:05
Compare
Choose a tag to compare

v8.2.3

06 Jan 02:35
Compare
Choose a tag to compare

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

v8.2.2

08 Dec 06:30
Compare
Choose a tag to compare

Query builder fixes and tests. #615

  • Fix run pagination count query with group. a3b678a
  • 8.x version of #614, Fix #613
  • Fix fromSub query with table prefix. 22c6b68
  • Fix from query with table alias. f2125f9
  • Fix compileUnionAggregate. 8ead569
  • Fix cross join sub query. 244a5cd
  • All applicable builder tests from framework added.
  • Add TODO notes on failing / unsupported features and tests.

v7.1.0

08 Dec 07:50
Compare
Choose a tag to compare

Apply fixes from v8.0 to v8.2.2 #618

  • Query builder fixes and tests. [#615]
  • Fix query builder bulk insert. [#612]
  • Fix [#558].
  • Improve pagination performance. [#611]
  • Fixes [#563]
  • Fix Model::create() with guarded property. [#609]
  • Fix [#596]
  • Fix database presence verifier. [#607]
  • Revert [#598]
  • Fixes [#601], [#602]
  • Use orchestra testbench for tests
  • Implement case insensitive function-based unique index. [#599]
  • Enable oracle case insensitive searches. [#598]
  • Fix database presence validation issue (unique, exists, etc).
  • Removes the dependency on OracleUserProvider.
  • Fix [#590] WhereIn query with more than 2k++ records. [#591], credits to [@bioleyl].

v7.0.2

08 Dec 06:01
Compare
Choose a tag to compare

Remove table alias in run pagination count query with group. #614
Fix #613