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

Hi, I have a requirement where I need observation_equations involving java types. How can I possibly do that? ```cql typeside Ty = literal { external_types Int -> "java.lang.Integer" external_parsers Int...

AFAICT, we can specify the integer at which a an export will start but we can't specify what underlaying type should be used. There should probably be a per-entity substitution...

Looks like the binary CQL types (`Binary`, `Varbinary`, and `Longvarbinary`) aren't being mapped to the correct `postgresql` type.

The real issue is hyperlinking.

enhancement
documentation

Howdy, It'd be nice there was a tmBundle (textmate bundle) for hightling `cql` syntax. It would allow nearly every text editor on the planet to then highlight `CQL`. Best, Seve...

help wanted

Hello The pre-built jar requires Java 15, not Java 11. Attempting to run with versions of Java less than 15 yields an "incorrect class version" error. I saw java 11...

There are several ways to do this, but here's 'David Spivak's trick', which can be packaged into a design pattern: Define a PK-schema to be a map of schemas i:...