Skip to content

Latest commit

 

History

History
74 lines (44 loc) · 2.29 KB

CHANGELOG.md

File metadata and controls

74 lines (44 loc) · 2.29 KB

Laravel-OCI8 CHANGELOG

v11.6.0 - 2024-08-01

  • feat: Add whereLike clause to query builder #874

v11.5.1 - 2024-08-01

  • fix: Added "order by" clause to compileColumnExists #873
  • fix: #871

v11.5.0 - 2024-07-31

  • feat: Implement compileTables missing method #868
  • fix: Test for existence of AuthServiceProvider before trying to use it #872

v11.4.1 - 2024-07-15

  • fix: Laravel 11.15 compatibility #867
  • fix: #864, #865

v11.4.0 - 2024-07-13

  • feat: disable/enable foreign keys #866
  • fix: #863
  • fix: #488

v11.3.0 - 2024-05-25

  • feat: add support for Schema::getIndexes #856

v11.2.5 - 2024-05-22

  • fix: schema due to removal of dbal #855
  • fix: #852
  • fix: rename column wrapping
  • fix: modify column

v11.2.4 - 2024-05-22

  • fix: Schema::dropIfExists #854
  • fix: #853

v11.2.3 - 2024-05-07

  • fix: pagination when sorting by string with same values #850
  • revert: #611
  • fix: #651

v11.2.2 - 2024-04-24

  • fix: migration when column name has space #849
  • fix: index name when column name has space

v11.2.1 - 2024-04-19

  • fix: retry on lost connection #846

v11.2.0 - 2024-04-16

  • feat: add support for database cache store #844
  • fix: #843
  • fix: insertOrIgnore implementation

v11.1.0 - 2024-04-11

  • feat: Improve schema grammar #842

v11.0.0 - 2024-03-16

  • Laravel 11