msdasql: Implement IRowsetInfo GetProperties.
commit475824e7097479127067fd83a4ffbbca502e398e
authorAlistair Leslie-Hughes <leslie_alistair@hotmail.com>
Thu, 11 Nov 2021 03:52:24 +0000 (11 14:52 +1100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 10 Oct 2022 09:02:02 +0000 (10 11:02 +0200)
treef221d577ca300e5eb0a5ccedd60d79a3aa8fc004
parent4934c1276232a9ac9cad1bdf750c5ac099944180
msdasql: Implement IRowsetInfo GetProperties.

The only way to actually set these properties is via the ICommandProperties interface
found on ICommandText(eg rowset->caller).

Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
dlls/msdasql/session.c
dlls/msdasql/tests/provider.c