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
Currently, we assume that schema-files lacking a d{d,m,c}l element in their file-name are DDL, and then validate (and potentially fail the file) on this basis.
This is incorrect - if the file doesn't explicitly declare itself as DDL, we shouldn't treat it as such.
(Although we can still flag a non-fatal warning that files should have a specified type)
The text was updated successfully, but these errors were encountered:
Currently, we assume that schema-files lacking a
d{d,m,c}l
element in their file-name are DDL, and then validate (and potentially fail the file) on this basis.This is incorrect - if the file doesn't explicitly declare itself as DDL, we shouldn't treat it as such.
(Although we can still flag a non-fatal warning that files should have a specified type)
The text was updated successfully, but these errors were encountered: