laravel-oci8

Oracle DB driver for Laravel via OCI8

MIT License

Downloads
2M
Stars
823
Committers
82
laravel-oci8 -

Published by yajra over 1 year ago

laravel-oci8 -

Published by yajra over 1 year ago

  • fix: unique index #759
laravel-oci8 -

Published by yajra over 1 year ago

  • feat: add support for json query #755
laravel-oci8 -

Published by yajra almost 2 years ago

revert: #599, unique function index #749
fix https://github.com/yajra/laravel-oci8/issues/737

laravel-oci8 -

Published by yajra almost 2 years ago

  • fix: ORA-00969 when creating indexes
laravel-oci8 -

Published by yajra almost 2 years ago

feat: add random order on grammar #740

laravel-oci8 -

Published by yajra almost 2 years ago

feat: make session variables configurable #738

laravel-oci8 -

Published by yajra almost 2 years ago

  • Allow for a large number of column names in compound indicies #735
laravel-oci8 -

Published by yajra over 2 years ago

  • Add default fetch mode #721
laravel-oci8 -

Published by yajra over 2 years ago

  • Fix delete query with join #715
laravel-oci8 -

Published by yajra over 2 years ago

Fix delete query with join #715

laravel-oci8 -

Published by yajra over 2 years ago

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

Published by yajra over 2 years ago

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

Published by yajra over 2 years ago

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

laravel-oci8 -

Published by yajra almost 3 years ago

  • Make field load_balance configurable and some other typo fixes. #694
  • Rectified the DB::executeFunction Documentation example. #693
laravel-oci8 -

Published by yajra about 3 years ago

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

Published by yajra over 3 years ago

Fixed

Fix non-existent global constants. #661

laravel-oci8 -

Published by yajra over 3 years ago

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

Published by yajra almost 4 years ago

  • Add PHP8 support. [#619]
  • Fix [#624]
laravel-oci8 -

Published by yajra almost 4 years ago

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