Skip to content
This repository was archived by the owner on Nov 14, 2022. It is now read-only.

Check out: DB side default valuesΒ #12

@PDT42

Description

@PDT42

If we mark a value as "required=False", up until now our database connection fills the values spot in the query with 'null' - which means we provide a value for the column. If instead, we were to enable AnyBase to create default values on a database level We'd need to:

  • Add default value statements in the create_table function.
  • Add default value to the columns string representation as stored in asset type
  • Definitely create tests for all of this πŸ˜…
  • Any other place?

Metadata

Metadata

Assignees

No one assigned

    Labels

    coreCore functionalities and classes of the project aka. the parts that should not yet be customized.enhancementNew feature or request

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions