We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello! First of all, I want to state that Datalevin is great and brought a lot of joy to designing the system we have been working on.
This issue is a followup of the original discussion from Clojurians Slack at https://clojurians.slack.com/archives/C01RD3AF336/p1701940767297699
The query
[:find ?f :in $ :where [(ground "different") ?e] [(str "know " ?e) ?f] [(str "something completely " ?e) ?f]]
#{["something completely different"]}
#{}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello! First of all, I want to state that Datalevin is great and brought a lot of joy to designing the system we have been working on.
This issue is a followup of the original discussion from Clojurians Slack at https://clojurians.slack.com/archives/C01RD3AF336/p1701940767297699
The query
#{["something completely different"]}
in Datalevin (latest 0.8.23)#{}
(empty java.util.HashSet) in Datomic (peer 1.0.7021).The text was updated successfully, but these errors were encountered: