Opened 11 years ago

Closed 11 years ago

#20011 closed Bug (duplicate)

A test for .extra(select=...) fails under Oracle

Reported by: Aymeric Augustin Owned by: nobody
Component: Database layer (models, ORM) Version: dev
Severity: Release blocker Keywords:
Cc: Florian Apolloner, shai@… Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Change History (4)

comment:1 by Florian Apolloner, 11 years ago

Cc: Florian Apolloner added

comment:2 by Florian Apolloner, 11 years ago

#20012 seems to be similar, namely it appears as if the "BETWEEN '1.1.2009' and '31.12.2009 23:59:59.99999'" seems to produce wrong results for the right interval boundary.

comment:3 by Shai Berger, 11 years ago

Cc: shai@… added

comment:4 by Shai Berger, 11 years ago

Resolution: duplicate
Status: newclosed

This is exactly the same problem as #20012; the fix for both is forthcoming.

Note: See TracTickets for help on using tickets.
Back to Top