Closed PavloNaumenko closed 5 months ago
Adding new columns with array types is breaking MySQL tests because array types do not support an array data type. Probably I need to remove tests from this PR for now
@PavloNaumenko Can you please do this so this can be merged? Thanks a lot!
Tests were reverted because used field type not available for MySQL
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
packages/crud-typeorm/src/typeorm-crud.service.ts | 2 | 97.45% | ||
<!-- | Total: | 2 | --> |
Totals | |
---|---|
Change from base Build 9562457195: | -0.1% |
Covered Lines: | 1270 |
Relevant Lines: | 1280 |
You are getting
No operator matches the given name and argument types. You might need to add explicit type casts.
error when you are trying to use$contArr
or$intersectsArr
with non-text field type.