Re: [SQLObject] Cache Question

2013-05-26 Thread Oleg Broytman
Hello! On Thu, May 23, 2013 at 01:48:42PM +0400, Oleg Broytman wrote: > On Wed, May 22, 2013 at 06:16:20PM -0600, Andrew Trusty > wrote: > > I think you just answered how the bug I reported off-list occurred but I > > was asking about the patch from revision 4530 to 4531 (when the "Cannot > > u

Re: [SQLObject] Cache Question

2013-05-23 Thread Oleg Broytman
Please avoid top-posting. You know the problem: A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? My answer below. On Wed, May 22, 2013 at 06:16:20PM -0600, Andrew Trusty

Re: [SQLObject] Cache Question

2013-05-22 Thread Andrew Trusty
I think you just answered how the bug I reported off-list occurred but I was asking about the patch from revision 4530 to 4531 (when the "Cannot unpickle" ValueError was first introduced) that fixed a bug relating to unpickling. On Wed, May 22, 2013 at 6:05 PM, Oleg Broytman wrote: > On Wed, Ma

Re: [SQLObject] Cache Question

2013-05-22 Thread Oleg Broytman
On Wed, May 22, 2013 at 05:46:40PM -0600, Andrew Trusty wrote: > I recently upgraded an application to the newest version of SQLObject > (previously it was using a version from early 2012). This app was caching > SQLObject objects in Redis to avoid querying the database for commonly used > data.

[SQLObject] Cache Question

2013-05-22 Thread Andrew Trusty
I recently upgraded an application to the newest version of SQLObject (previously it was using a version from early 2012). This app was caching SQLObject objects in Redis to avoid querying the database for commonly used data. But after upgrading, a bug fix released as part of SQLObject 1.2.3 brok