issues
search
spider-gazelle
/
rethinkdb-orm
RethinkDB ORM for Crystal lang
MIT License
24
stars
0
forks
source link
fix: use replace in `update`
#24
Closed
caspiano
closed
3 years ago
caspiano
commented
3 years ago
Deprecate
find_by
in favour of
where
.
Deprecate
get_all
in favour of
find_all
.
Use
replace
in
__update
to ensure fields can be set to nil and embedded objects/arrays overwritten.
find_by
in favour ofwhere
.get_all
in favour offind_all
.replace
in__update
to ensure fields can be set to nil and embedded objects/arrays overwritten.