Gediminas Morkevicius

Results 92 comments of Gediminas Morkevicius
trafficstars

it may not support doctrine extensions at all.

it may make sense if that will save you much of data, but in my opinion, it just makes it harder to deal with, if that is an issue, fork...

Hi, I'm thinking, that splitting it into the tables, would make unnecessary complexity. Basically this bundle consists only with one core class, the audit event subscriber and it is quite...

though, my described option, might not work well if there are more inserts than updates. but for example, records, having lifecycle and being removed later could also be archived. Anyway,...

but indeed, the lookup in large table will be terrible, since association foreign key is stored in string format, will cause a cast to int and it will be too...

glad to hear that, cheers

well, this is an audit log, would you expect to lose all history if association object is removed?

Yes probably if association remains unchanged it could use the most recent version of it.

Hi, all audit logs are always committed within the same database transaction, when flush is invoked. What it means is, that everything will be atomic (if something fails to be...

Hi @mattwynne at the time I started godog I did not knew how to integrate it well, it seemed it was not correct to use t.Fatal or t.Error since I...