Aleksey Andreev

Results 157 comments of Aleksey Andreev

> Second subject: maybe we could benefit from an active record pattern? > I built one that is very simple and works in most easy cases. That said, manual queries...

I just did a refactoring of the code related to database access. I believe now we can get rid of a lot of duplicated code.

@VilainMamuth Do I understand correctly that you have just merged your branch with this one, without removing excess code?

> why are you using this instead of INET4/6 MariaDb types ? Because I wanted to depend on the database type as little as possible.

Hello VilainMamuth, Honestly, I don't know what to do about something like that, and I'm not sure anything needs to be done. Are you sure these reports are really coming...

Yes, I'm planning database changes in one of the upcoming releases. I like your idea of notes. Is a filed with timestamp really necessary? Could you please describe your usecase?

Thank you. I'll think about it.