replikativ / datahike

A fast, immutable, distributed & compositional Datalog engine for everyone.
https://datahike.io
Eclipse Public License 1.0
1.62k stars 95 forks source link

Fix issue 684: Make it possible to compare values of different types #685

Closed jonasseglare closed 2 months ago

jonasseglare commented 2 months ago

Fixes #684

SUMMARY

Makes it possible to run queries that require comparing values of different types, such as numbers and strings. The exact order between values of different types is not important, as long as it is consistent and well-defined.

Checks

Bugfix
Feature