#120 Fix cleanup type issues with non-sqlite backends
Merged by puiterwijk. Opened by puiterwijk.
puiterwijk/ipsilon fix-cleanup-type-error  into  master

Download 120.patch

We store the data as strings, so when telling SQL to compare, we should be
sending strings to compare against.
SQLite does not actually check types, so doesn't throw this error, but for
example in Postgres, the following error is being recorded:
ProgrammingError: (psycopg2.ProgrammingError) operator does not exist: text <= timestamp without time zone

Signed-off-by: Patrick Uiterwijk puiterwijk@redhat.com

Looks fine to me, :thumbsup:

+1 here too

@puiterwijk should we merge?

Yes, I should. And will.
Thanks for the ping.

Commit c736c0f0 fixes this pull-request

Pull-Request has been merged by puiterwijk@redhat.com

Metadata