[sqlalchemy] Re: Senior Database Programmer Wanted

2016-11-03 Thread Jonathan Vanasco
*Posters of recruitment emails are considered as spammers, will be banned immediately and messages will be removed.* -- SQLAlchemy - The Python SQL Toolkit and Object Relational Mapper http://www.sqlalchemy.org/ To post example code, please provide an MCVE: Minimal, Complete, and Verifiable

[sqlalchemy] Senior Database Programmer Wanted

2016-11-03 Thread Colas Fiszman
Lead the development of an open source database architecture and API to support the production of various live-action & animated film/tv projects for different facilities around the world. *Duties and responsibilities:* - Design of the database architecture - Setting up a new database fo

[sqlalchemy] `in_` operator does not supports bound parameter

2016-11-03 Thread Chrysovalanto Kousetti
I mention the issue here: https://bitbucket.org/zzzeek/sqlalchemy/issues/3843/in_-operator-does-not-supports-bound. Using column.in_(bindparam('name')) (to place a variable list of values) throws exception Unfortunately for me func.any doesn't solve it because I'm using SQLite which does