Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added auto_update option to Column #670

Merged
merged 1 commit into from
Nov 9, 2022
Merged

added auto_update option to Column #670

merged 1 commit into from
Nov 9, 2022

Conversation

dantownsend
Copy link
Member

Fixes #668

@dantownsend dantownsend added the enhancement New feature or request label Nov 9, 2022
@dantownsend dantownsend added this to In progress in Enhancements via automation Nov 9, 2022
@codecov-commenter
Copy link

codecov-commenter commented Nov 9, 2022

Codecov Report

Merging #670 (b2c9e1e) into master (0456561) will increase coverage by 4.48%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #670      +/-   ##
==========================================
+ Coverage   86.77%   91.25%   +4.48%     
==========================================
  Files          99       99              
  Lines        7211     7231      +20     
==========================================
+ Hits         6257     6599     +342     
+ Misses        954      632     -322     
Impacted Files Coverage Δ
piccolo/columns/base.py 94.68% <100.00%> (+0.64%) ⬆️
piccolo/table.py 96.35% <100.00%> (+0.93%) ⬆️
piccolo/apps/migrations/auto/migration_manager.py 94.64% <0.00%> (+0.35%) ⬆️
piccolo/query/methods/alter.py 90.08% <0.00%> (+0.43%) ⬆️
piccolo/query/mixins.py 94.83% <0.00%> (+1.40%) ⬆️
piccolo/utils/pydantic.py 97.95% <0.00%> (+2.04%) ⬆️
piccolo/columns/defaults/time.py 70.83% <0.00%> (+2.08%) ⬆️
piccolo/query/methods/objects.py 97.14% <0.00%> (+2.85%) ⬆️
... and 22 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@dantownsend dantownsend merged commit 6211633 into master Nov 9, 2022
Enhancements automation moved this from In progress to Done Nov 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

Successfully merging this pull request may close these issues.

Be able to auto update certain values / auto_now
2 participants