Skip to content
Discussion options

You must be logged in to vote

Seems that this works:

    st = select(BomModel).filter(BomModel.serial == 123).with_for_update()
    print(st.compile(engine))

    # SELECT bommodel.id, bommodel.serial 
    # FROM bommodel 
    # WHERE bommodel.serial = %(serial_1)s FOR UPDATE

    obj = session.exec(st).first()

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by YuriiMotov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
2 participants