Opened 7 years ago

Closed 7 years ago

#27561 closed New feature (fixed)

Add Oracle support for binary "or" operator

Reported by: Mariusz Felisiak Owned by: Mariusz Felisiak
Component: Database layer (models, ORM) Version: dev
Severity: Normal Keywords:
Cc: Oracle, or Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description


Change History (4)

comment:1 by Mariusz Felisiak, 7 years ago

comment:2 by Mariusz Felisiak, 7 years ago

Has patch: set

comment:3 by Sergey Dobrov, 7 years ago

Cc: Sergey Dobrov removed

comment:4 by Tim Graham <timograham@…>, 7 years ago

Resolution: fixed
Status: assignedclosed

In b059ddf0:

Fixed #27561 -- Added Oracle support for binary "or" operator.

Removed DatabaseFeatures.supports_bitwise_or feature (unused, always True).

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