You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--createTextChecks erzeugt folgenden Constraint auf der DB:
CONSTRAINT geln_bdnbdckckng_brstrung_quelle_erstellung_check CHECK (((POSITION(('\n'::text) IN (quelle_erstellung)) = 0) AND (POSITION(('\r'::text) IN (quelle_erstellung)) = 0) AND (POSITION(('\t'::text) IN (quelle_erstellung)) = 0) AND (length(TRIM(BOTH FROM quelle_erstellung)) >= 1))),
--createTextChecks
erzeugt folgenden Constraint auf der DB:In den Daten steckt folgender Text:
Das "\t" bei "taeglich" wird als Tab-Steuerzeichen interpretiert und verletzt obigen Constraint.
The text was updated successfully, but these errors were encountered: