Re: [sqlalchemy] Approval of changes to records

2018-07-16 Thread Jonathan Vanasco
On Monday, July 16, 2018 at 4:53:18 AM UTC-4, Marc wrote: > > Thank you both Jonathan and Kirk for your helpful comments. I am leaning > more and more towards using a versioning/history solution. If I can figure > out a way to incorporate a approved flag into the history tables produced > by s

Re: [sqlalchemy] Can't get ORM to correlate when the query has a union

2018-07-16 Thread 'David C' via sqlalchemy
I'll try exists().where(). Thanks for the bug fix! -- 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 Example. See http://stackoverflow.com/help/mcve for a full descri

Re: [sqlalchemy] Approval of changes to records

2018-07-16 Thread Marc
Thank you both Jonathan and Kirk for your helpful comments. I am leaning more and more towards using a versioning/history solution. If I can figure out a way to incorporate a approved flag into the history tables produced by something like SQLAlchemy-Continuum, it should meet all the requirement