Skip to content

verify_fields(): columns that have defaults or are nullable are allowed to pass#2

Open
hsum wants to merge 4 commits intojeffknupp:developfrom
hsum:develop
Open

verify_fields(): columns that have defaults or are nullable are allowed to pass#2
hsum wants to merge 4 commits intojeffknupp:developfrom
hsum:develop

Conversation

@hsum
Copy link
Copy Markdown

@hsum hsum commented Jan 9, 2015

Better out of the box experience for columns with default values or allowed to be null.

It would be cool to support validators, but it's messy because of the need for SQLAlchemy's ctx.

hsum and others added 4 commits January 9, 2015 14:09
If a column in the model has a defined default value, then the request shouldn't have to have it.  Let SQLAlchemy handle the defaulting.
… fixed literal. This allows for creating multiple sandboy instances within a Flask application as long as the name is unique.
set self.extension_name in __init__, then used it within �init_app
@coveralls
Copy link
Copy Markdown

Coverage Status

Coverage decreased (-0.65%) to 99.35% when pulling 34cb717 on hsum:develop into 9e975ec on jeffknupp:develop.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants