chrisspen/django-chroniker

Max Log Entries not respected

diegofcoelho opened this issue · 3 comments

All logs are kept until task entry is opened and saved. Otherwise, log entries will increase indefinitively.
No warning or error is triggered by Django.

1

@chrisspen, problem around here still persists and I think is a mysql problem:

(1235, "This version of MySQL doesn't yet support 'LIMIT & IN/ALL/ANY/SOME subquery'")

is the error thrown during debug.. You can set a minimum mysql version or try to set a compatibility solution.. I will try to get the version from the server connected to django.

Cheers

@diegofcoelho Yes, that bug was fixed in #90.

Sorry, did not check for an update! Thanks!