Igor Benav

Results 116 comments of Igor Benav

Thanks, @slaarti, I'm fixing this one ASAP!

Totally forgot about this (a bunch of new stuff came out), I'll work on it

I'll take a proper look at it later today

Sorry, had a really long day. I'll try to do it on friday

> Hi, I did it. Can you approve the PR? ‫בתאריך יום ב׳, 19 באוג׳ 2024 ב-2:53 מאת ‪Igor Benav‬‏ :‬ Nice! Sorry for the delay

Here we got: ```sh FAILED tests/sqlalchemy/crud/test_delete.py::test_delete_soft_delete - assert None is not None + where None = .deleted_at FAILED tests/sqlalchemy/crud/test_delete.py::test_soft_delete_with_custom_columns - AssertionError: Record should have a deletion timestamp assert None is...

Btw this is related to #88, so you may want to fix this one as well (being necessary to have either `is_deleted` or `deleted_at`). Plus, this change is pretty big,...