Native query params
Important
This deprecates using :param
in queries. Migrate to native query params.
Important
Edit: considering undeprecation of :param
in queries since it works well over all.
- Rename
UnsupportedValue
exception toUnsupportedParamValue
What's Changed
- feat(snippet): add database parameter to Parts by @simPod in #244
- feat: pass parameters natively via http interface along the query by @simPod in #224
Full Changelog: 0.6.12...0.7.0