Skip to content

Latest commit

 

History

History
61 lines (36 loc) · 2.01 KB

CHANGELOG.md

File metadata and controls

61 lines (36 loc) · 2.01 KB

Laravel-OCI8 CHANGELOG

v10.4.3 - 2024-02-17

  • fix: lock for update implementation #824
  • fix: #819
  • fix: forPage SQL
  • fix: compileSavepointRollBack

v10.4.2 - 2024-02-03

  • fix: multiple blob update and add test #821
  • fix: #820

v10.4.1 - 2024-01-24

  • fix: ORA-38104: Columns referenced in the ON Clause cannot be updated #818

v10.4.0 - 2024-01-24

  • feat: add support for upsert sql #816
  • Apply fixes from StyleCI #817

v10.3.4 - 2023-12-02

  • fix: Handle options being passed as part of a binding array #814
  • fix: Addresses issue #813

v10.3.3 - 2023-11-29

  • fix: read sessionVars config read from current database connection #812
  • fix #811 and improves handle of default values.

v10.3.2 - 2023-07-14

  • fix: toRawSql #798

v10.3.1 - 2023-06-29

  • fix: config structure #793
  • fix: #792
  • fix: ci/cd - tests workflow #786

v10.3.0 - 2023-03-03

  • feat: Add compatibility with startingValue #778

v10.2.0 - 2023-03-01

  • feat: change limit character for 12c02 #777
  • fix: #770, #422, #423, #430

v10.1.0 - 2023-02-28

  • feat: determine max object length based on DB version #768

v10.0.0 - 2023-02-19

  • Laravel 10 support.