oledb32: Remove unnecessary properties in datainit_GetInitializationString().
commitef34d8139cbd3e11e8a0b773dcdf2604756f8233
authorZhiyi Zhang <zzhang@codeweavers.com>
Mon, 20 Nov 2023 07:36:22 +0000 (20 15:36 +0800)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 23 Nov 2023 15:18:21 +0000 (23 16:18 +0100)
treefb287b2333c94ff5f269fcd70db9176c594c3c34
parent19957240e18de7c21b2a13483e04384edc17b6fe
oledb32: Remove unnecessary properties in datainit_GetInitializationString().

The following properties are removed:
1. Duplicate properties.
2. Properties without value.
3. Properties that should be ignored according to MSDN.
4. DBPROP_AUTH_PASSWORD when include_pass is FALSE.
dlls/oledb32/datainit.c
dlls/oledb32/tests/database.c