> On Jul 23, 2018, at 13:05, Christophe Pettus <x...@thebuild.com> wrote:
> 
> 
>> On Jul 23, 2018, at 12:20, Mads Jensen <m...@inducks.org> wrote:
>> 
>> Q(published__gt=datetime.date(2017, 10, 1))
>> =>
>> "table"."published" > '2017-10-01'::timestamp;
>> 
>> is unfortunate because it turns the function mutable, and the index can 
>> therefore not be created (exact error message can be seen in the Jenkins 
>> output). 
> 
> I think the issue is that you are mixing TIMESTAMP and TIMESTAMPTZ here [...]

To be a bit clearer, this seems to be in effect a mixing-aware-and-unaware 
timestamp issue, just pushed down into PostgreSQL.

--
-- Christophe Pettus
   x...@thebuild.com

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/E38CA9A0-47E5-48B6-B08A-6759A6429FAA%40thebuild.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to