I just realized this line in the docs may be what I was missing

   - SQL expression inserts / updates (e.g. Embedding SQL Insert/Update 
   Expressions into a Flush 
   
<http://docs.sqlalchemy.org/en/rel_1_0/orm/persistence_techniques.html#flush-embedded-sql-expressions>
   )

However, I still would like a way to embed CURRENT_DATE into my bulk 
update, is there a way to do this? using the string 'CURRENT_DATE' yields 
an incorrect date value

-- 
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 description.
--- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/d/optout.

Reply via email to