Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PG::JSONB converter #81

Closed
vladfaust opened this issue Mar 13, 2019 · 3 comments
Closed

Add PG::JSONB converter #81

vladfaust opened this issue Mar 13, 2019 · 3 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@vladfaust
Copy link
Member

# json:
Bytes[123, 34, 102]
# jsonb:
Bytes[1, 123, 34, 102, 111]

Thanks @alecdwm for bugreport!

@vladfaust vladfaust added the enhancement New feature or request label Mar 13, 2019
@vladfaust vladfaust added this to the next patch milestone Mar 13, 2019
@vladfaust vladfaust self-assigned this Mar 13, 2019
vladfaust added a commit that referenced this issue Mar 17, 2019
@vladfaust
Copy link
Member Author

vladfaust commented Mar 17, 2019

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

vladfaust added a commit that referenced this issue Mar 17, 2019
vladfaust added a commit that referenced this issue Mar 17, 2019
@vladfaust
Copy link
Member Author

Closed by ecf58ca.

@alecdwm
Copy link

alecdwm commented Mar 18, 2019

Seems to work to me, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants