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
There're many cases that user want to use some new types such as JSON in sql. And new types are bound to related function calls. It's hard to enumerate them all, so we should give user a chance to insert some custom part of the sql in the where map.
There're many cases that user want to use some new types such as JSON in sql. And new types are bound to related function calls. It's hard to enumerate them all, so we should give user a chance to insert some custom part of the sql in the where map.
the key must be prefixed with
_custom_
which tells gendry to carefully handle the PartialSelection.And then, we can add some builtin functions that produce PartialSelection like:
And user can also impl their owns as well
The text was updated successfully, but these errors were encountered: