Thanks to visit codestin.com
Credit goes to github.com

Skip to content

null value is not considered, when a default value is generated in a nullable column #273

@Valefant

Description

@Valefant

I set lastMaintenance to null
image

Here is my table definition. See that nullable values are allowed for the column last_maintenance.
image

This is the result I got when the row was inserted
image

EntityDml -> findInsertColumns#216. null values seem to be skipped, but in my case it would be valid to insert null.
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions