Re: [sqlalchemy] Re: Why isn't this Json column type working?

2010-09-19 Thread Michael Bayer
On Sep 19, 2010, at 3:30 AM, Jason Baker wrote: > On Sep 18, 9:08 pm, Michael Bayer wrote: >> You might after that also throw a pdb into the "process_bind_param()" >> method and ensure that its being called > > Sorry, I should have been more clear about this. If I add a print > statement in

[sqlalchemy] Re: Why isn't this Json column type working?

2010-09-19 Thread Jason Baker
On Sep 18, 9:08 pm, Michael Bayer wrote: >  You might after that also throw a pdb into the "process_bind_param()" method > and ensure that its being called Sorry, I should have been more clear about this. If I add a print statement in process_bind_param it doesn't get executed. > and as the ul