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

Support for JSONB columns #117

Open
sekjal opened this issue Oct 26, 2020 · 4 comments
Open

Support for JSONB columns #117

sekjal opened this issue Oct 26, 2020 · 4 comments

Comments

@sekjal
Copy link

sekjal commented Oct 26, 2020

By adding a public function jsonb to PostgreSQLSchemaManager, it should be possible to support native JSON documents (with indexing) in a Postgres database. This would let https://github.com/phptek/silverstripe-jsontext take advantage of low-level JSON functionality when backed by Postgres instead of having to fall back to a text type

@dnsl48
Copy link
Contributor

dnsl48 commented Oct 27, 2020

Hi! Would you like to contribute a PR with a prototype implementation for that?

@sekjal
Copy link
Author

sekjal commented Oct 27, 2020

I would love to! It'll take a little bit of time, as this is not my primary area of responsibility at work anymore, but I think I can do it

@sekjal
Copy link
Author

sekjal commented Oct 28, 2020

Created pull request #118 .

@dnsl48
Copy link
Contributor

dnsl48 commented Oct 28, 2020

Thanks @sekjal! I'll be on it soon :)

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

3 participants