Add fast_executemany property to asyncadapt aioodbc cursor
Enhanced the ``aioodbc`` dialect to expose the ``fast_executemany``
attribute of the pyodbc cursor. This allows the ``fast_executemany``
parameter to work with the ``mssql+aioodbc`` dialect. Pull request
courtesy Georg Sieber.
Fixes: #13152
Closes: #13151
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/13151
Pull-request-sha:
c25aa581afff6d49af74b3d7b58b9635a23556e9
Change-Id: I6f27600b509f4881769ecca944fc0939e26626e6
(cherry picked from commit
f09778c70050391ab77e97e8043083f6a5177038)