Releases: alfateam/orange-orm
Releases · alfateam/orange-orm
v4.7.14
Improved performance for SQL Server
v4.7.13
Change in *.d.ts: Allow count, delete and deleteCascade to have no arguments.
v4.7.12
Bugfix: Bun Postgres: Race Condition After Transaction Commit #133
v4.7.10
Enabled cyclic dependencies in type mapping to support true bidirectional relationships. See #132
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.