You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the pgsql database has a not null bool column with a default value 'true', and inserting a new record thru Npgsql.EntityFrameworkCore.PostgreSQL v. 1.1.0 with the entity value for the bool column set to 'false', the new record column value is inexplicitly set to 'true', the default value.
However, if the default value for the bool column is set to 'false', setting the entity field to 'true' does carry over into the database.
When the pgsql database has a not null bool column with a default value 'true', and inserting a new record thru Npgsql.EntityFrameworkCore.PostgreSQL v. 1.1.0 with the entity value for the bool column set to 'false', the new record column value is inexplicitly set to 'true', the default value.
However, if the default value for the bool column is set to 'false', setting the entity field to 'true' does carry over into the database.
The text was updated successfully, but these errors were encountered: