Skip to content

Npgsql 6 is not compatible #2994

Closed
@hazzik

Description

@hazzik

Npgsql 6 has breaking changes regarding DateTime (timespan/timespantz) handling that renders it incompatible with current version of NHibernate. Currently the only way to make it work is to enable EnableLegacyTimestampBehavior:

AppContext.SetSwitch("Npgsql.EnableLegacyTimestampBehavior", true);

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions