PostgreSQL? Npgsql кричит, что не может смапить его на постгрешный тип, хотя с string option всё нормально. Ошибка:
Exception has occurred: CLR/System.NotSupportedException
An exception of type 'System.NotSupportedException' occurred in System.Private.CoreLib.dll but was not handled in user code: 'The CLR type Microsoft.FSharp.Core.FSharpOption`1[System.DateTime] isn't natively supported by Npgsql or your PostgreSQL. To use it with a PostgreSQL composite you need to specify DataTypeName or to map it, please refer to the documentation.'
Там же не DateTime, а DateTimeOffset надо, если не путаю. https://www.npgsql.org/doc/types/basic.html
Обсуждают сегодня