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
{{ message }}
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.
When I try to use this method I get Unknown function UNIQUE error.
Here is an example:
constcontext={names: ['Mike','John','Max','Mike','Max']}expect(axel.compile('UNIQUE(names)')(context)).toEqual(['Mike','John','Max'])// Unknown function UNIQUE here
The text was updated successfully, but these errors were encountered:
The problem is the
UNIQUE
method is not working as described in wiki here - https://github.com/xapix-io/axel-f/wiki/UNIQUEWhen I try to use this method I get
Unknown function UNIQUE
error.Here is an example:
The text was updated successfully, but these errors were encountered: