Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upSupport mysql's CLIENT_FOUND_ROWS flag #1868
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pjenvey commentedOct 1, 2018
This is a common flag to enable w/ mysql's unusual default behavior of returning the number of rows actually changed during an UPDATE (vs how many were matched).
Some ORMs even default this flag to on for more consistency across dialects (e.g. sqlalchemy and activerecord).