Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8855731
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T14:12:11+00:00 2026-06-14T14:12:11+00:00

…when I try to do a query that looks like this: Session().query(MyMappedClass).update({MyMappedClass.time:func.now()}) I get:

  • 0

…when I try to do a query that looks like this:

Session().query(MyMappedClass).update({MyMappedClass.time:func.now()})

I get:

InvalidRequestError: Could not evaluate current criteria in Python. Specify 'fetch' or False for the synchronize_session parameter.

But if I do:

Session().query(MyMappedClass).update({MyMappedClass.time:'now()'})

…it works. Anyone know why?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T14:12:13+00:00Added an answer on June 14, 2026 at 2:12 pm

    this is explained in the documentation for update()

    synchronize_session –

    chooses the strategy to update the attributes on objects in the
    session. Valid values are:

    False – don’t synchronize the session. This option is the most
    efficient and is reliable once the session is expired, which typically
    occurs after a commit(), or explicitly using expire_all(). Before the
    expiration, updated objects may still remain in the session with stale
    values on their attributes, which can lead to confusing results.

    ‘fetch’ – performs a select query before the update to find objects
    that are matched by the update query. The updated attributes are
    expired on matched objects.

    ‘evaluate’ – Evaluate the Query’s criteria in Python straight on the
    objects in the session. If evaluation of the criteria isn’t
    implemented, an exception is raised.

    update() by default would like to refresh those objects cached in the Session without doing a database round trip. func.now() is a SQL function that requires this round trip to proceed. Sending in the string "now()" is not what you want, as this will set the value of the field to the string “now()”, and will not actually use the SQL time function. You should instead pass synchronize_session=False to update().

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an element like this: <span class=tool_tip title=The full title>The ful&#8230;</span> This seems
so I did $subject = 'sakdlfjsalfdjslfad <a href=something/8230>lol is that true?</a> lalalala'; $subject =
I have this xml <entry id=1008 section=articles> <excerpt><p>&#8230; in Richtung „Aus für Tierversuche. Kosmetik-Fertigprodukte
Why does the Android system throw this Exception? 05-18 12:33:44.169 W/System.err( 8230): java.io.IOException: Is
An Arabic name shall be sent via SOAP. The name is encoded like this:
I would like to run a str_replace or preg_replace which looks for certain words
I have my code like this: for (i in 1:b) { carteraR[[i]]=subset(carteraR[[i]],RUN.FONDO==8026 | RUN.FONDO==8036
what about this one: I want to format the currentTime displayed by a videoPlayer
I want to run this <!-- This will remove the tag --> <xsl:template name=remove-html>
I see that some rss on xml have strange strings. For example, ... is

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.