Re: [sqlalchemy] Using SQLAlchemy Core as Query Builder, not ORM, in CRUD applications

2021-04-23 Thread mkmo...@gmail.com
Hi Warwick, Thank you for the detailed response. My main application is read only. I only use SQLAlchemy Core, and I have some helper functions that wrap boiler plate, similar to those you mentioned. I'm starting a new write heavy application and am considering following the approach you

[sqlalchemy] Table Reflection Error

2021-04-23 Thread Jeff Griffin
Using sqlalchemy 1.4.5 and pymssql 2.1.5, I am reflecting an Oracle Table from one database (Oracle) and attempting to create it in a second database (MS SQL Server). On table.create I get the following error: Compiler http://www.sqlalchemy.org/ To post example code, please provide an MCVE: