view flys-aft/src/main/resources/sql/aft-oracle-jdbc-oracledriver.properties @ 5365:90f1c5f67698

Importer: Do not return true for IsDoubleField set if the field does not exist. This prohibits the import of km's without a km attribute.
author Andre Heinecke <aheinecke@intevation.de>
date Thu, 21 Mar 2013 18:24:47 +0100
parents d9f1202cef78
children 7a68967ca72a
line wrap: on
line source
select.abflusstafel = \
    SELECT ABFLUSSTAFEL_NR, \
           ABFLUSSTAFEL_BEZ, \
           GUELTIG_VON, \
           GUELTIG_BIS, \
           PEGELNULLPUNKT, \
           BFG_ID \
    FROM ABFLUSSTAFEL \
    WHERE MESSSTELLE_NR LIKE :number

http://dive4elements.wald.intevation.org