Skip to content

Releases: yajra/laravel-oci8

v9.5.4

18 Jun 11:51
Compare
Choose a tag to compare

v10.6.0

02 Jun 05:58
Compare
Choose a tag to compare
  • feat: sync 11.x grammar and builder to 10.x #859
  • feat: add support for Schema::getIndexes #856
  • fix: Schema::dropIfExists #854
  • fix: pagination when sorting by string with same values #850
  • fix: migration when column name has space #849
  • fix: retry on lost connection #846
  • feat: Improve schema grammar #842

v11.3.0

25 May 01:49
Compare
Choose a tag to compare
  • feat: add support for Schema::getIndexes #856

v11.2.5

22 May 05:08
Compare
Choose a tag to compare
  • fix: schema due to removal of dbal #855
  • fix: #852
  • fix: rename column wrapping
  • fix: modify column

v11.2.4

22 May 02:41
Compare
Choose a tag to compare
  • fix: Schema::dropIfExists #854
  • fix: #853

v11.2.3

07 May 07:08
Compare
Choose a tag to compare
  • fix: pagination when sorting by string with same values #850
  • revert: #611
  • fix: #651

v10.5.3

07 May 07:17
Compare
Choose a tag to compare
  • fix: pagination when sorting by string with same values #851
  • revert: #611
  • fix: #651

v11.2.2

24 Apr 05:39
Compare
Choose a tag to compare
  • fix: migration when column name has space #849
  • fix: index name when column name has space

v11.2.1

19 Apr 03:37
Compare
Choose a tag to compare
  • fix: retry on lost connection #846

v11.2.0

16 Apr 07:01
Compare
Choose a tag to compare
  • feat: add support for database cache store #844
  • fix: #843
  • fix: insertOrIgnore implementation