Commit Graph

8 Commits

Author SHA1 Message Date
Marko
28fa3b8dfc
chore: use comet api pkg instead of comet alias (#20614) 2024-06-11 08:46:04 +00:00
Emil Georgiev
4fea3fba73
fix(orm)!: properly encode/decode nanoseconds in Duration type (#19909)
Co-authored-by: cool-developer <51834436+cool-develope@users.noreply.github.com>
Co-authored-by: Aaron Craelius <aaronc@users.noreply.github.com>
2024-06-04 15:45:54 +00:00
ipangpang
1bd4351241
style: remove redundant import alias (#20109)
Signed-off-by: ipangpang <arronipangpang@gmail.com>
2024-04-21 19:03:43 +00:00
Julien Robert
384f012f9a
fix(orm): int overflows on arm build (#16108) 2023-05-11 15:11:05 +00:00
Aaron Craelius
b0c6941deb
fix(orm): fix failing tests (#16023) 2023-05-04 15:26:57 +00:00
Aaron Craelius
13493d3645
fix(orm)!: duration encoding doesn't handle nil values properly (#15138)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com>
2023-04-13 17:37:46 +00:00
Marko
37032fb948
chore: linting (#15813) 2023-04-12 12:36:42 +00:00
Aaron Craelius
6662f2ff30
feat(orm): add ormfield.Codec (#10601)
* feat(orm): add ormvalue.Codec

* WIP

* WIP

* working tests

* update dep

* support more types, add docs

* comments

* address review comments

* updates

* add comment
2021-11-24 13:10:26 -05:00