On Tue, May 25, 2010 at 4:46 PM, James Henstridge <[email protected]> wrote: > Overall, the changes required probably aren't that large. That said, > I wouldn't be surprised if these psycopg2 changes cause problems for > other projects so it might be worth waiting to see if anything changes > on that side.
Ignore the part about a psycopg2 revert. We're explicitly converting these byte strings to psycopg2.Binary() objects, and that is what triggers it to produce bytea casts. So I'd definitely class this as a Storm bug rather than a psycopg2 one. James. -- storm mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/storm
