Re: Converting aware datetimes in cursor adapters

2012-02-22 Thread Aymeric Augustin
Hi Anssi, On 22 févr. 2012, at 22:16, Anssi Kääriäinen wrote: > There was some short discussion in ticket #17728 about doing timezone > conversions for aware datetimes using cursor adapters. The design > decision was that it should not be done because conversions are > already done by field class

Converting aware datetimes in cursor adapters

2012-02-22 Thread Anssi Kääriäinen
There was some short discussion in ticket #17728 about doing timezone conversions for aware datetimes using cursor adapters. The design decision was that it should not be done because conversions are already done by field classes, and thus the ORM should not pass aware datetimes into cursors. I dis