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
I have submitted a PR to the silverstripe/silverstripe-postgresql repo to enable support for jsonb columns in the database, with hopes that this can be utilized by this module to facilitate better querying and performance when using Postgres as a backend. The typename was set to 'json' to be somewhat more generic than PostgreSQL's jsonb type.
I believe there is also native JSON support in MySQL's higher versions, which could be accounted for as well, should the SQL Schema Manager for that engine be updated to support the 'json' type as well.
The text was updated successfully, but these errors were encountered:
I have submitted a PR to the silverstripe/silverstripe-postgresql repo to enable support for jsonb columns in the database, with hopes that this can be utilized by this module to facilitate better querying and performance when using Postgres as a backend. The typename was set to 'json' to be somewhat more generic than PostgreSQL's jsonb type.
I believe there is also native JSON support in MySQL's higher versions, which could be accounted for as well, should the SQL Schema Manager for that engine be updated to support the 'json' type as well.
The text was updated successfully, but these errors were encountered: