You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 atext
typeThe text was updated successfully, but these errors were encountered: