Opened 15 years ago

Closed 14 years ago

Last modified 13 years ago

#11483 closed (fixed)

DB Cache backend should use value_to_db_datetime() on datetime values

Reported by: Leo Soto M. Owned by: nobody
Component: Core (Cache system) Version: 1.0
Severity: Keywords: jython
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

As it is now, it fails with backends which need to convert the datetime value to a specific data type (such as JDBC backends on Jython)

Attachments (1)

dbcachebackend.patch (2.2 KB ) - added by Leo Soto M. 15 years ago.

Download all attachments as: .zip

Change History (7)

by Leo Soto M., 15 years ago

Attachment: dbcachebackend.patch added

comment:1 by Alex Gaynor, 15 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Thejaswi Puthraya, 15 years ago

Component: UncategorizedCache system

comment:3 by Russell Keith-Magee, 14 years ago

milestone: 1.2

comment:4 by Russell Keith-Magee, 14 years ago

Resolution: fixed
Status: newclosed

(In [12411]) Fixed #11483 -- Modified db cache backend to use db backend functions for date conversion, avoiding problems under Jython. Thanks to Leo Soto for the report and patch.

comment:5 by Russell Keith-Magee, 14 years ago

(In [12415]) [1.1.X] Fixed #11483 -- Modified db cache backend to use db backend functions for date conversion, avoiding problems under Jython. Thanks to Leo Soto for the report and patch.

Merge of r12411 from trunk.

comment:6 by Jacob, 13 years ago

milestone: 1.2

Milestone 1.2 deleted

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