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

Use json types and functions compatible with postgresql 9.3 #826

Closed
rmarianski opened this issue May 18, 2016 · 1 comment
Closed

Use json types and functions compatible with postgresql 9.3 #826

rmarianski opened this issue May 18, 2016 · 1 comment
Assignees
Milestone

Comments

@rmarianski
Copy link
Member

The hstore output properties from the generated sql functions got transitioned to json in #778 to support non string values. But 9.4 specific functions/types were used, which are not available in 9.3. These should get updated to be 9.3 compatible.

@nvkelso
Copy link
Member

nvkelso commented Aug 10, 2016

This is working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants