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 have searched existing issues to see if the issue has already been opened, and I have checked the commit log to see if the issue has been resolved since my server was last updated.
What this means is that we'll (I) will have to continue to use the old connector in these areas, come up with workarounds, or implement the missing logic in the cpp connector and rebuild the libs.
SetTimeout appears to be missing
RowsModified / RowsInserted etc. don't appear to be implemented.
I affirm:
Describe the feature
#4601 introduces a new SQL connector that solves A LOT of problems, but the implementation isn't complete: https://github.com/mariadb-corporation/mariadb-connector-cpp
What this means is that we'll (I) will have to continue to use the old connector in these areas, come up with workarounds, or implement the missing logic in the cpp connector and rebuild the libs.
SetTimeout
appears to be missingRowsModified
/RowsInserted
etc. don't appear to be implemented.db::encodeToBlob
doesn't work withdb::preparedStmt
#5329query
to takeArgs... args
The text was updated successfully, but these errors were encountered: