Releases: alfateam/orange-orm
Releases · alfateam/orange-orm
v4.7.9
Bugfix: MsSql: Validation failed for parameter '0'. Value must be between -2147483648 and 2147483647, inclusive. See #131
v4.7.8
Bugfix: Support for multiple result sets from stored procedures in MsSql. See #130
v4.7.7
Always do logging with question mark as placeholder instead of dialect specific placeholder.
v4.7.6
Changed logging for SAP ASE.
v4.7.5
Implemented automatic hex conversion for non-ASCII UTF-8 characters in database parameters to resolve SAP ASE encoding issues.
v4.7.3
Bugfix: lessThanOrEqual throws incorrect syntax. See #128
v4.7.1
Bugfix: Error when using bun and sqlite: Cannot find package 'Database'. See #127
v4.6.3
Bugfix: Chained Reference relation throws if first one is null. See #126