Oh, I didn't see HHH-6819. In fact, in CUBRID the issues are the same, i.e. NUMBER must be NUMERIC and VARCHAR2 must be VARCHAR. So, as I understand this issue will be marked as Sybase only, right? So I can skip this test for CUBRID dialect, right?
Btw, I can see the @RequiresDialect(value = H2Dialect.class... directive in this MultiLineImportFileTest, but for some reason it gets executed for CUBRIDDialect as well. What could be the reason? Or should I add SkipForDialect for CUBRID as well?
Oh, I didn't see
HHH-6819. In fact, in CUBRID the issues are the same, i.e. NUMBER must be NUMERIC and VARCHAR2 must be VARCHAR. So, as I understand this issue will be marked as Sybase only, right? So I can skip this test for CUBRID dialect, right?Btw, I can see the @RequiresDialect(value = H2Dialect.class... directive in this MultiLineImportFileTest, but for some reason it gets executed for CUBRIDDialect as well. What could be the reason? Or should I add SkipForDialect for CUBRID as well?