Raoul Foaleng

Results 2 issues of Raoul Foaleng

CQL current language syntax is generally not common to other popular languages used for mobile development: Swift, Kotlin, TypeScript, etc We’d like to integrate into the CQL language a set...

enhancement

Rewrite shared fragment to look like function calls: ``` @attribute(cql:shared_fragment) CREATE PROCEDURE ShapeDeclaration() BEGIN SELECT NULL_TEXT text_column, NULL_INT int_column, TRUE bool_column WHERE FALSE; END @attribute(cql:shared_fragment) CREATE PROCEDURE RowAdder() BEGIN WITH...

enhancement