You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was using the library and noticed when performing UPDATES affected row always matches changed rows and not matched rows. I managed to get the desired behaviour when placing this flag in theget_client_flags connection method, but I haven't found any other way to force this.
Is there a way to selectively pass this flag when establishing connection?
Thanks
The text was updated successfully, but these errors were encountered:
One thing regarding this fix. Compiler is complaining about the constant in the CapabilityFlags not being public. Code works regardless, but I am not sure if it is a valid compiler complaint or not.
Hi,
I was using the library and noticed when performing UPDATES affected row always matches changed rows and not matched rows. I managed to get the desired behaviour when placing this flag in the
get_client_flags
connection method, but I haven't found any other way to force this.Is there a way to selectively pass this flag when establishing connection?
Thanks
The text was updated successfully, but these errors were encountered: