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

Writing a model containing an array of a custom type to database causes error #41

Closed
abbasmousavi opened this issue Mar 29, 2018 · 2 comments
Labels
bug Something isn't working
Milestone

Comments

@abbasmousavi
Copy link
Contributor

see last comment on this issue: vapor/core#110

the error is

[ ERROR ] PostgreSQLDiagnosticResponse.jsonb_recv: ERROR: unsupported jsonb version number 123 (EngineServer.swift:144)
[ DEBUG ] Possible causes for PostgreSQLDiagnosticResponse.jsonb_recv: unsupported jsonb version number 123 (EngineServer.swift:150)
[ ERROR ] PostgreSQLDiagnosticResponse.jsonb_recv: ERROR: unsupported jsonb version number 123 (EngineServer.swift:144)
[ DEBUG ] Possible causes for PostgreSQLDiagnosticResponse.jsonb_recv: unsupported jsonb version number 123 (EngineServer.swift:150)```
@tanner0101 tanner0101 added the bug Something isn't working label Mar 29, 2018
@hjuraev
Copy link

hjuraev commented May 12, 2018

⚠️ PostgreSQL Diagnostic: ERROR: unsupported jsonb version number 123

  • id: PostgreSQLDiagnosticResponse.jsonb_recv

Here are some possible causes:

  • unsupported jsonb version number 123

@tanner0101 tanner0101 added this to the 1.0.0 milestone Jun 2, 2018
@tanner0101
Copy link
Member

PostgreSQL Diagnostic: ERROR: unsupported jsonb version number 123

This issue has been fixed. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants