Re: [sqlalchemy] check for None with == , within join, raises argument error

2018-02-05 Thread Jonathan Vanasco
On Monday, February 5, 2018 at 3:19:40 AM UTC-5, Rajesh Rolo wrote: > > > Thank you. .op() seems to have done the trick. I'm going to go with it as > of now. > >> Please make a test-case of your mistake though, it's important to get this figured out and patched if there is a bug. --

Re: [sqlalchemy] check for None with == , within join, raises argument error

2018-02-05 Thread Rajesh Rolo
Jonathan, Thank you. .op() seems to have done the trick. I'm going to go with it as of now. Thanx, Rajesh On Monday, February 5, 2018 at 2:55:50 AM UTC+5:30, Jonathan Vanasco wrote: > > > > On Sunday, February 4, 2018 at 11:07:49 AM UTC-5, Mike Bayer wrote: >> >> You test for NULL with ==

Re: [sqlalchemy] check for None with == , within join, raises argument error

2018-02-04 Thread Jonathan Vanasco
On Sunday, February 4, 2018 at 11:07:49 AM UTC-5, Mike Bayer wrote: > > You test for NULL with == None. I have no idea what your issue is can you > please share complete mappings, complete stack trace and a reproducible > example? Thanks > This definitely needs a reproduction testcase to

Re: [sqlalchemy] check for None with == , within join, raises argument error

2018-02-04 Thread Mike Bayer
You test for NULL with == None. I have no idea what your issue is can you please share complete mappings, complete stack trace and a reproducible example? Thanks On Feb 4, 2018 9:53 AM, "Rajesh Rolo" wrote: I have a query which tries to get list of users for a particular