vaticle / typedb

TypeDB: the polymorphic database powered by types
https://typedb.com
Mozilla Public License 2.0
3.72k stars 338 forks source link

Enable Unicode variable names #6969

Closed flyingsilverfin closed 5 months ago

flyingsilverfin commented 5 months ago

Usage and product changes

We update to TypeQL with Unicode support in both value and concept variables. This makes the following valid TypeQL:

match $人 isa person, has name "Liu"; get  $人;
match $אדם isa person, has name "Solomon"; get $אדם;

This change is fully backwards compatible.

Implementation

vaticle-bot commented 5 months ago

PR Review Checklist

Do not edit the content of this comment. The PR reviewer should simply update this comment by ticking each review item below, as they get completed.


Trivial Change

Code

Architecture