Skip to content

create a way to track whether a resource property was set null or was not set #35

@spacedevin

Description

@spacedevin

currently there is no way to see if we set null to a property. this will be useful in omitting these fields when inserting into the database to use the default values for the table.

we already have 2 separate arrays: Resource::fields() and Resource::properties(). dont null fill properties, and instead loop over fields() when we need all fields.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions