msdasql: Return S_OK in ICommandPrepare Un/Prepare.
commit422caf216171c23a38c5d4d059f2babca0fea11d
authorAlistair Leslie-Hughes <leslie_alistair@hotmail.com>
Wed, 17 Nov 2021 10:23:24 +0000 (17 21:23 +1100)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 17 Nov 2021 15:04:18 +0000 (17 16:04 +0100)
tree6373822193dcd289bf142eeacce51ca59e917554
parent820a866f0d8e997c3d03ea528e5643b79bc7c396
msdasql: Return S_OK in ICommandPrepare Un/Prepare.

These functions are to attempt to optimize the query that is about
to be run.  We can safely ignore these calls.

Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/msdasql/session.c