Skip to content

2.9.0

Compare
Choose a tag to compare
@msmakouz msmakouz released this 27 Mar 12:07
· 112 commits to 2.x since this release
9eb6669

What's Changed

Improved orderBy method by @butschster in #167

  • Now the method can accept null as a parameter for the sorting direction, providing more flexibility when constructing queries.
  • Added support for PostgreSQL-specific directions NULLS FIRST and NULLS LAST for more control over null value ordering in result sets.

Improved logging of SQL queries by @lotyp in #165

  • Added logInterpolatedQueries for detailed query logging and refined logQueryParameters to accurately log query parameters as arrays, enhancing ORM debugging and monitoring.
  • Improved logging with enriched context in driver, including driver details and query parameters.

Other changes

  • Improved Psalm types for DatabaseInterface::transaction() by @vjik in #163

New Contributors

Full Changelog: 2.8.1...2.9.0