asupdev / asup

As.UP dev repository
Eclipse Public License 1.0
1 stars 0 forks source link

Implementazione embedded SQL in IPM #69

Closed ghost closed 9 years ago

ghost commented 9 years ago

Obiettivo

Fornire il supporto alla compilazione dei programmi di tipo RPJSQL

Conversione IPM

Variazione al modello dk.compiler

-qESQL.select(qRPJ.unbox(v1, "SUM("+v2+") as TOTPES")).into(ds).from(FILE00.class).groupBy(v1).having("SUM("+v2+")");