codechecker
codechecker copied to clipboard
[fix] Replace Binary with LargeBinary
Binary is deprecated in SQLAlchemy and was removed in 1.4.
It was just an alias for LargeBinary
This is a first step for https://github.com/Ericsson/codechecker/issues/3607