Commit Graph

93 Commits

Author SHA1 Message Date
Alistair Leslie-Hughes 9d4284cc0d oledb32: Implement GetConversionSize DBTYPE_STR->DBTYPE_WSTR. 2013-04-23 15:35:01 +02:00
Alistair Leslie-Hughes aeb7362ef3 oledb32: Implement DataConvert DBTYPE_R8->VARIANT. 2013-04-23 15:34:59 +02:00
Alistair Leslie-Hughes 01c282550b oledb32: Implement DataConvert DBTYPE_I8->DBTYPE_VARIANT. 2013-04-22 12:46:23 +02:00
Alistair Leslie-Hughes dd104f6735 oledb32: Implement GetConversionSize DBTYPE_WSTR->DBTYPE_WSTR. 2013-04-22 12:46:02 +02:00
Nikolay Sivov d6c6a73738 oledb32: Implement DBTYPE_CY -> DBTYPE_VARIANT conversion. 2013-04-17 11:35:55 +02:00
Nikolay Sivov 726f50b506 oledb32: Implement DBTYPE_DATE -> DBTYPE_VARIANT conversion. 2013-04-17 11:35:51 +02:00
Alistair Leslie-Hughes e06cdb6207 oledb32: Implement DataConvert DBTYPE_BSTR->DBTYPE_I8. 2013-04-16 15:10:09 +02:00
Alistair Leslie-Hughes 975f1dcd7a oledb32: Implement DataConvert DBTYPE_I8->DBTYPE_I8. 2013-04-16 15:09:43 +02:00
Alistair Leslie-Hughes faba70adfe oledb32: Improve fixme in GetConversionSize. 2013-04-16 15:09:03 +02:00
Alexandre Julliard f02cdd877f Remove empty DLL_PROCESS_DETACH case statements. 2013-04-15 16:45:35 +02:00
Nikolay Sivov 872788356c oledb32: Implement DBTYPE_I4 -> DBTYPE_VARIANT conversion. 2013-04-11 19:32:33 +02:00
Nikolay Sivov 1d462aabea oledb32: Destination status and length are optional. 2013-04-11 19:32:33 +02:00
Nikolay Sivov 38a362a25c oledb32: Implement DBTYPE_BSTR to DBTYPE_VARIANT conversion. 2013-04-08 11:37:40 +02:00
Nikolay Sivov 960852f447 oledb32: Implement GetConversionSize for DBTYPE_VARIANT -> DBTYPE_STR case. 2013-04-08 11:37:33 +02:00
Nikolay Sivov 15bb6bfa68 oledb32: Implemented conversion from DBTYPE_VARIANT to DBTYPE_BSTR. 2013-04-08 11:37:26 +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
Huw Davies 71d185d7fe oledb32: Add a 'fall through' comment. 2012-11-27 17:00:24 +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
Francois Gouget 6be0dd10de oledb32/tests: Make test_database() static. 2012-10-04 10:41:36 +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
Alistair Leslie-Hughes 65a15809d5 oledb32: Register typelib. 2012-09-17 12:11:32 +02:00
Alexandre Julliard b56dc9a6f7 winecrt0: Remove the clsid parameter in __wine_(un)register_resources. 2011-08-02 20:47:49 +02:00
Alistair Leslie-Hughes d911374b9c oledb32: Add DBTYPE_UI2 support to DataConvert. 2011-07-07 19:22:42 +02:00
Marcus Meissner 5113a7da1b oledb32: Mark internal symbol with hidden visibility. 2011-05-23 11:13:14 +02:00
Greg Geldorp f8e71a346c oledb32: Use correct 32/64-bit typedefs.
Paul Vriens did the hard stuff of figuring out that the typedefs in
oledb.idl were not correct.
2010-12-31 12:15:55 +01:00
Michael Stefaniuc 7af2899aeb oledb32: Use ifaces instead of vtbl pointers in convert. 2010-12-29 11:59:34 +01:00
Michael Stefaniuc 1c0982e85f oledb32: Use an iface instead of a vtbl pointer in IClassFactoryImpl. 2010-12-06 12:19:58 +01:00
Alexandre Julliard dda5d93834 oledb32: Convert dll registration to the IRegistrar mechanism. 2010-12-02 14:05:33 +01:00
Andreas Pflug afa90e325e oledb32: Added conversions for R8,BOOL,DATE,DBTIMESTAMP. 2010-11-18 12:30:53 +01:00
Alexandre Julliard 730f01801f tests: Make some variables static. 2010-10-01 13:41:42 +02:00
Alexandre Julliard 81b8ee863e makefiles: Add a standard header for all makefiles to replace the common variable initializations. 2010-09-19 12:36:48 +02:00
Alexandre Julliard b86d515ed6 dlls: Remove explicit imports of kernel32 and ntdll. 2010-07-21 17:38:36 +02:00
André Hentschel fd5e732a39 oledb32: Fix variant to integer conversion. 2010-05-28 12:31:13 +02:00
André Hentschel 0ff9d8c290 oledb32: Add Variant to Integer conversion. 2010-05-26 10:10:20 +02:00
André Hentschel 0ed2288552 oledb32: Fix dst_len in DataConvert. 2010-05-26 10:10:17 +02:00
André Hentschel aa8457008a oledb32/tests: Preset dst_len to encounter more problems. 2010-05-25 12:02:18 +02:00
Alex Villacís Lasso 714283c940 oledb32: Implement conversion from DBTYPE_BYTES to DBTYPE_WSTR/DBTYPE_STR. 2010-04-06 11:48:18 +02:00
Alex Villacís Lasso ec7e297987 oledb32: Added tests for DBTYPE_BYTES to DBTYPE_WSTR/DBTYPE_STR marked as todo_wine. 2010-04-06 11:48:14 +02:00
Alex Villacís Lasso d1f4e6a149 oledb32: Implement conversion from DBTYPE_GUID to DBTYPE_STR/DBTYPE_WSTR/DBTYPE_BSTR. 2010-04-06 11:48:10 +02:00
Alex Villacís Lasso 75c053aab5 oledb32: Add tests for DBTYPE_GUID to DBTYPE_WSTR/DBTYPE_STR conversion as todo_wine. 2010-04-06 11:48:07 +02:00