mirror of
https://github.com/google/nomulus.git
synced 2025-07-14 23:15:18 +02:00
Add IntervalDescriptor and change DurationConverter to use Interval datatype (#653)
* Add use of interval data type * Add support for Millis * Use Java-object type * Change column type for relock_duration * add years and months * Add tests for hours, minutes, and seconds * Add javadoc describing how joda duration is stored * Add test for lots of days
This commit is contained in:
parent
90d080d42f
commit
4ad7f9734d
14 changed files with 248 additions and 31 deletions
|
@ -223,6 +223,7 @@ org.ow2.asm:asm-commons:7.1
|
|||
org.ow2.asm:asm-tree:8.0.1
|
||||
org.ow2.asm:asm-util:8.0.1
|
||||
org.ow2.asm:asm:8.0.1
|
||||
org.postgresql:postgresql:42.2.14
|
||||
org.rnorth.duct-tape:duct-tape:1.0.8
|
||||
org.rnorth.visible-assertions:visible-assertions:2.1.2
|
||||
org.rnorth:tcp-unix-socket-proxy:1.0.2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue