drupal-jsonapi-params
drupal-jsonapi-params copied to clipboard
A package to manage json-api params
I've seen and experienced some errors with the shorthand logic and null operators. An error is thrown when trying to use the 'IS NULL' or 'IS NOT NULL' operators with...
Snyk has created this PR to upgrade qs from 6.10.3 to 6.10.4.  :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more...
I think it would be a useful feature to create query objects which can be executed with replaced placeholders. This would allow developers to hardcode a query into their app,...
This implements a method allowing filters to be constructed from query strings. It should mainly be more convenient and quicker to type for less complex filters. Query strings can be...
`addCustomParam` method was not return `this`. I have fixed that and added a test case for it. Thanks
Bumps [ws](https://github.com/websockets/ws) from 7.5.9 to 7.5.10. Release notes Sourced from ws's releases. 7.5.10 Bug fixes Backported e55e5106 to the 7.x release line (22c28763). Commits d962d70 [dist] 7.5.10 22c2876 [security] Fix...
Hi guys: Does anyone know about some library to convert a result query object with nested groups into a SQL query? Thanks