﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
32722	Comparing to TruncTime() doesn't work on Oracle.	Mariusz Felisiak	Mariusz Felisiak	"Comparing to `TruncTime()` doesn't work on Oracle because we don't change the date part to `1900-01-01` (which is set for `TimeFields`), e.g.
{{{
.filter(start_datetime__time=start_datetime.time())
}}}
is translated to
{{{
""DB_FUNCTIONS_DTMODEL"".""START_DATETIME"" = 1900-01-01 14:30:26.000321
}}}
which cannot work because `start_datetime == datetime(2015, 6, 15, 14, 30, 26, 321)`.

Noticed when checking #32699."	Bug	closed	Database layer (models, ORM)	3.2	Normal	fixed	oracle ttrunctime	Simon Charette	Ready for checkin	1	0	0	0	0	0
