laravel-oci8

Oracle DB driver for Laravel via OCI8

MIT License

Downloads
2M
Stars
823
Committers
82
laravel-oci8 -

Published by yajra almost 4 years ago

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].
laravel-oci8 -

Published by yajra almost 4 years ago

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.
laravel-oci8 -

Published by yajra almost 4 years ago

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

laravel-oci8 -

Published by yajra almost 4 years ago

Fix bulk insert #612
Fix #558

laravel-oci8 -

Published by yajra almost 4 years ago

Improve pagination performance. #611
Fix #563

laravel-oci8 -

Published by yajra almost 4 years ago

laravel-oci8 -

Published by yajra almost 4 years ago

[Security] Implement case insensitive function-based unique index. #599

laravel-oci8 -

Published by yajra almost 4 years ago

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

laravel-oci8 -

Published by yajra about 4 years ago

laravel-oci8 - v3.0 Initial Release

Published by yajra almost 9 years ago

  • Drop support for Laravel 4.2 & 5.0.
  • Drop Support for PHP 5.4.
  • Use PSR-4 auto loading.
  • Add oracle config file. Publish using php artisan vendor:publish
  • Update CS style using Laravel 5.1 php cs config.
laravel-oci8 - Initial Release

Published by yajra almost 11 years ago