diesel-rs / diesel

A safe, extensible ORM and Query Builder for Rust
https://diesel.rs
Apache License 2.0
12.79k stars 1.08k forks source link

Adding Support for `json_populate_record` and `jsonb_populate_record` #4325

Closed prkbuilds closed 1 week ago

prkbuilds commented 4 weeks ago

Using the traits already defined and have written the test_cases with my understanding of the functions, but open to suggestions and learnings!

prkbuilds commented 3 weeks ago

just for context the PR is for the issue #4216

prkbuilds commented 1 week ago

I'm not sure if the naming convention is the best for the new Nullable Trait implementation. I think this will take care of Nullablility, but let me know if there is anything I might have missed.