Completed
Last Updated: 18 Jan 2023 11:55 by ADMIN
Release R1 2023
Ryan
Created on: 07 Nov 2022 12:44
Type: Bug Report
1
The Design-Time parameter value does not respect the previously selected parameter type

Using the Npgsql data provider of version 6.0.7 leads to the following error when there is a DateTime SQL parameter:

Can't write CLR type System.String with handler type TimestampTzHandler or Can't write CLR type System.String with handler type TimestampHandler.

This error is thrown only on Design-Time because the Design-Time value for the SQL parameter does not respect its selected DbType and is instead always a string.

0 comments