Changeset: 97ba3117c9af for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/97ba3117c9af Modified Files: sql/ChangeLog.Mar2025 Branch: Mar2025 Log Message:
Add info on improvements in the odbc_loader when reading decimals diffs (12 lines): diff --git a/sql/ChangeLog.Mar2025 b/sql/ChangeLog.Mar2025 --- a/sql/ChangeLog.Mar2025 +++ b/sql/ChangeLog.Mar2025 @@ -1,3 +1,8 @@ # ChangeLog file for sql # This file is updated with Maddlog +* Wed May 14 2025 Martin van Dinther <[email protected]> +- Corrected reading decimal type columns from external ODBC data sources + via proto_loader('odbc:...'). Those columns were mapped to varchar type + columns. Now they will be mapped to decimal type, when possible. + _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
