Re: [sqlalchemy] Unable to use the 'mock' strategy: AttributeError: 'MockConnection' object has no attribute 'run_callable'

2017-02-14 Thread Manuel
t at "expression-build time". Am I right? Maybe I need another approach. So far, I was trying to use SA's introspection of tables to avoid having the describe the tables myself. The goals are to be able to use SA's expression language to build complex SQL queries. Again, this is just the

Re: [sqlalchemy] Unable to use the 'mock' strategy: AttributeError: 'MockConnection' object has no attribute 'run_callable'

2017-02-15 Thread Manuel
mike bayer <mike...@zzzcomputing.com> writes: > On 02/14/2017 11:02 AM, Manuel wrote: >> Thanks, I'm still in the early stages of this project and any comments >> are highly appreciated. What I'm trying to actually accomplish is to >> build some complex queries to be

[sqlalchemy] Unable to use the 'mock' strategy: AttributeError: 'MockConnection' object has no attribute 'run_callable'

2017-02-14 Thread Manuel Vázquez Acosta
an error: AttributeError: 'MockConnection' object has no attribute 'run_callable' I'm using SQLAlchemy 1.1.5. Is this a bug or the 'executor' API has changed? Best regards, Manuel. -- SQLAlchemy - The Python SQL Toolkit and Object Relational Mapper http://www.sqlalchemy.org/ To post

[sqlalchemy] Lose the schema??

2021-06-21 Thread Victor Manuel Arévalo Fandiño
Server]Cannot find the object "SCHEMA__none.tbl_cataloging_meeting" because it does not exist or you do not have permissions.\')'), ) I appreciate some help. best regards Víctor Manuel Arévalo Fandiño -- SQLAlchemy - The Python SQL Toolkit and Object Relational Mapper http://www.sqlal