Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    featuretriagedIssue reviewed against Tipsy 2.0

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions