onyxframework / sql

A delightful SQL ORM ☺️
https://api.onyxframework.com/sql
MIT License
91 stars 7 forks source link

Add PG::JSONB converter #81

Closed vladfaust closed 5 years ago

vladfaust commented 5 years ago
# json:
Bytes[123, 34, 102]
# jsonb:
Bytes[1, 123, 34, 102, 111]

Thanks @alecdwm for bugreport!

vladfaust commented 5 years ago

Hey @alecdwm could you test the latest development branch commit please? I did some refactoring which should not cause any conflicts — in theory :sweat_smile:

vladfaust commented 5 years ago

Closed by ecf58ca.

alecdwm commented 5 years ago

Seems to work to me, thanks!