codechecker icon indicating copy to clipboard operation
codechecker copied to clipboard

[fix] Replace Binary with LargeBinary

Open bachp opened this issue 3 years ago • 0 comments

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

bachp avatar Sep 02 '22 21:09 bachp