Commit Graph

25 Commits

Author SHA1 Message Date
Nikolay Sivov ae9281e27f oledb32: Allow case-insensitive match for Provider keyword.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-04 14:41:38 +09:00
Marcus Meissner 99549e1e2e oledb32: Free memory on error exit (Coverity). 2015-06-15 14:47:45 +09:00
Nikolay Sivov 795845ff3d oledb32: Support provider-specific properties in GetDataSource(). 2015-06-10 23:36:28 +09:00
Nikolay Sivov afa6cb528a oledb32: Fix instance leak on error path (Valgrind). 2015-06-09 14:47:46 +09:00
Nikolay Sivov 1d08eb284a oledb32: Handle CLSIDFromProgID() failure (Coverity). 2015-06-04 15:55:24 +09:00
Francois Gouget 11f1a21e9f oledb32: Remove unneeded NONAMELESSXXX directives. 2015-03-17 14:19:03 +09:00
Nikolay Sivov 3804423f8c oledb32: Fix IDBInitialize instance leak on error path (Valgrind). 2014-05-05 12:17:55 +02:00
Nikolay Sivov 75bde26bea oledb32: Use heap helpers for allocation. 2013-08-02 11:25:00 +02:00
Alistair Leslie-Hughes 57d0efa459 oledb32: Properties aren't case sensitive. 2013-06-17 19:30:49 +02:00
Alistair Leslie-Hughes 5e42382c31 oledb32: Add remaining INIT Properties. 2013-06-13 17:14:14 +02:00
Alistair Leslie-Hughes ad008e223a oledb32: Correct DBPROP_INIT_HWND type for Win64. 2013-06-07 12:26:49 +02:00
Alistair Leslie-Hughes 7f1473ac59 oledb32: Support more default properties. 2013-06-05 17:31:39 +02:00
Andrew Talbot 79bda3d44d oledb32: Avoid signed-unsigned integer comparisons. 2013-02-25 10:40:35 +01:00
Nikolay Sivov 461c09e5d6 oledb32: Add a table of init properties, support Persist Security Info switch in init string. 2013-02-11 11:46:07 +01:00
Marcus Meissner 8105a1207b oledb32: Check start for NULL before strstrW (Coverity). 2013-01-08 12:29:25 +01:00
Marcus Meissner 18c51a9c00 oledb32: Avoid leaking propsets on error paths (Coverity). 2013-01-07 11:13:07 +01:00
Nikolay Sivov 3e8d4e76e5 oledb32: Support data source properties from init string passed to GetDataSource(). 2012-12-28 18:20:04 +01:00
Nikolay Sivov ec4de1f9fe oledb32: Partial implementation of GetDataSource(). 2012-12-27 12:07:38 +01:00
Nikolay Sivov 25e996bd6c oledb32: Fix DBPROPSET and DBPROPINFOSET cleanup. 2012-12-10 11:24:09 +01:00
Nikolay Sivov 75cc571fab oledb32: Properly free property sets and propinfo sets (Coverity). 2012-11-29 11:15:51 +01:00
Nikolay Sivov 92013d7bd2 oledb32: Implement IDataInitialize::GetInitializationString. 2012-11-20 11:56:22 +01:00
Nikolay Sivov d587a1f102 oledb32: Implement IDataInitialize::CreateDBInstance. 2012-11-20 11:56:08 +01:00
Alistair Leslie-Hughes 0eef665dbf oledb32: Add IDBProperties support in IDBInitialize. 2012-10-08 13:41:37 +02:00
Alistair Leslie-Hughes 8f8212b856 oledb32: Add support for IDBInitialize interface in IDataInitialize. 2012-10-03 13:15:43 +02:00
Alistair Leslie-Hughes 0fd6649988 oledb32: Add IDataInitialize interface support. 2012-09-24 22:27:26 +02:00