Skip to content

Comments

Allow special default values for certain columns#291

Merged
bennothommo merged 6 commits intomasterfrom
fix/280
Jul 17, 2019
Merged

Allow special default values for certain columns#291
bennothommo merged 6 commits intomasterfrom
fix/280

Conversation

@bennothommo
Copy link
Contributor

  • If column is nullable, allow null for a NULL value, and "null" as a string "null"
  • If column is a boolean, allow true and false as values.

Fixes #280.

- If column is nullable, allow `null` for a NULL value, and `"null"` as a string "null"
- If column is a boolean, allow `true` and `false` as values.

Fixes #280.
Copy link
Contributor

@LukeTowers LukeTowers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@w20k
Copy link

w20k commented Jul 16, 2019

LGTM @bennothommo!

Ben Thomson added 3 commits July 17, 2019 22:19
This prevents any `null` values from being always being considered a change when editing a table.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add handling of special default values

3 participants