ElevatoDigital / dewdrop

Dewdrop makes writing complex WordPress plugins simpler by providing a sensible project layout and developer tools.
Other
11 stars 3 forks source link

add jsond support #108

Open stevepowell2000 opened 5 years ago

stevepowell2000 commented 5 years ago

https://github.com/DeltaSystems/dewdrop/blob/caa1a9253b1333332ccbfe3beedbc3739098ec2d/Dewdrop/Db/Driver/Pdo/Pgsql.php#L605

postgresql added a new data type in 9.4 called jsond. https://www.postgresql.org/docs/9.4/datatype-json.html

I think all we need to do to dewdrop is add a case "jsond": at the line noted. Right?