bosnadev / database

An extended PostgreSQL driver for Laravel 5 with support for some aditional PostgreSQL data types: hstore, uuid, jsonb.
https://bosnadev.com
MIT License
78 stars 69 forks source link

Remove obsolete JSON grammars #38

Closed hotmeteor closed 5 years ago

hotmeteor commented 5 years ago

Removes obsolete JSON grammars and override of whereNull and whereNotNull to ensure compatibility with Laravel 6.0.

Resolves https://github.com/bosnadev/database/issues/37