2.9.0
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 refinedlogQueryParameters
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
New Contributors
Full Changelog: 2.8.1...2.9.0