qwat / qwat-data-model

TEKSI Water module (project QWAT) - PostgreSQL / postgis Datamodel
https://www.teksi.ch
23 stars 24 forks source link

Fix Missing ELSE statement in installation_update and delete function… #251

Closed lbartoletti closed 6 years ago

lbartoletti commented 6 years ago

…s #231

sylvainbeo commented 6 years ago

@lbartoletti These functions are self built. You should not update them in a delta.

3nids commented 6 years ago

yes, fixes need to be done in metaproject.

3nids commented 6 years ago

missing ELSE (are they strictly required?) would be in these sections: https://github.com/opengisch/metaproject/blob/master/postgresql/pg_inheritance_view/pg_inheritance_view_recursive.py#L970-L976 https://github.com/opengisch/metaproject/blob/master/postgresql/pg_inheritance_view/pg_inheritance_view_recursive.py#L978-L1012 https://github.com/opengisch/metaproject/blob/master/postgresql/pg_inheritance_view/pg_inheritance_view_recursive.py#L1024-L1062 https://github.com/opengisch/metaproject/blob/master/postgresql/pg_inheritance_view/pg_inheritance_view_recursive.py#L1088-L1101

lbartoletti commented 6 years ago

@sylvainbeo @3nids Thanks. Done in https://github.com/opengisch/metaproject/pull/7

3nids commented 6 years ago

let's test this in model by upgrading metaproject?