CQL icon indicating copy to clipboard operation
CQL copied to clipboard

Categorical Query Language IDE

Results 39 CQL issues
Sort by recently updated
recently updated
newest added

Formal errata - issues that will not be fixed and which users should be aware of - will be listed here: https://github.com/CategoricalData/CQL/wiki/Errata

wontfix

So e.name = e is not allowed even if e:Employee and name:Employee->String and e:String can be expressed. To work around, write e.name = e@String.

enhancement