OI
https://github.com/typestack/class-validator#using-service-container
is more reliable and type safety
Size: a a a
OI
GP
GP
BK
GP
n
Like function for that.n
n
n
GP
КБ
.andWhere('article.title ILIKE :title', { title: '%' + filter.title + '%' })КБ
filter.title itself may contain % and _ characters. those still need to be escaped{ title: '%' + filter.title.replace(/[\\%_]/g, '\\$&') + '%' }КБ
JB
🏡K
🏡K
JB
LK
repository.softDelete(entity.id)DELETE.....GP
IF

DataTypeNotSupportedError: Data type "Array" in "Training.exercises" is not supported by "postgres" database. - Помогите пожалуйста правильно описать колонку. В гугле искал уже. Потом пришел сюда