Closed gwax closed 6 years ago
Merging #4 into master will decrease coverage by
1.31%
. The diff coverage is92.85%
.
@@ Coverage Diff @@
## master #4 +/- ##
==========================================
- Coverage 96.77% 95.45% -1.32%
==========================================
Files 3 4 +1
Lines 31 44 +13
==========================================
+ Hits 30 42 +12
- Misses 1 2 +1
Impacted Files | Coverage Δ | |
---|---|---|
sqlalchemy_utc/version.py | 100% <100%> (ø) |
:arrow_up: |
sqlalchemy_utc/now.py | 92.3% <92.3%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 4b99c17...9fdfa5a. Read the comment docs.
@dahlia this PR is now ready for merge
Thanks for your patches. This one is what you've actually wanted to merge to the master, right? Is it okay to release a new version at this time?
Yes, this is the feature that I have been building toward. Now would be a fine time to cut a new version.
This PR introduces a compiled SQLAlchemy FunctionElement to provide UTC time on the server:
utcnow
. Server times are primarily for use as default values inUtcDateTime
columns: