westaytroy

Results 2 comments of westaytroy

I had the same problem. Try using a query like in the example with select_from `query = db.session.query().select_from(Customer)` This worked for me. SOmehow the framework can't work with DB objects...

> heh, wish it was just db types ... `"int() argument must be a string, a bytes-like object or a number, not 'NoneType'"` ... hmmmm This happens mostly if any...