Path to this page:
Subject: CVS commit: pkgsrc/databases/diesel-cli
From: pin
Date: 2025-01-31 13:29:17
Message id: 20250131122917.519BAFBE0@cvs.NetBSD.org
Log Message:
databeses/diesel-cli: update to 2.2.7
v2.2.7
Fixed
Fixed diesel thinking a.eq_any(b) was non-nullable even if a and b were nullable.
Generate InstrumentationEvent::BeginTransaction for immediate and exclusive \
transactions in SQLite
Minimize the amount of duplicated code generated for diesel::debug_query
Updated ipnetwork to allow version 0.21.
Updated libsqlite3-sys to allow version 0.31.0
Updated pq-sys to allow version 0.7.0
Add support for numeric operators (+-*/) in #[diesel::auto_type]
Add support for joins to sub-jons to aliases
v2.2.6
What's Changed
Remove more mentions of gitter from the documentation
v2.2.5
Add a typedef for Returning and Count so that #[auto_type] works with such \
queries
Fixed an issue that allowed to pass non-boolean expressions to .and() and \
.or() which would result in queries failing at runtime
Officially deprecating the gitter room
Files: