[sqlalchemy] Re: best way to query from a tuple of parameters

2015-10-27 Thread Jonathan Vanasco
Ah, sorry about that. I (almost) always nest "or_" in "and_". I don't think I've ever done the inverse! -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[sqlalchemy] TypeDecorator odd behavior

2015-10-27 Thread Uri Okrent
Hello, I've created a TypeDecorator for use with postgresql's JSON type, for the purpose of adapting it to sqlite and it's producing an incorrect bind parameter when using JSON's column index operation. I'm using sqlalchemy 0.9.4 (I haven't been able to install a more updated version as yet,