Commit Graph

59 Commits

Author SHA1 Message Date
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
Alex Villacís Lasso 38a21bf119 oledb32: Add tests for DBTYPE_I1/DBTYPE_UI1/DBTYPE_UI2/DBTYPE_UI4/DBTYPE_I8/DBTYPE_UI8 to DBTYPE_WSTR/DBTYPE_STR conversion. 2010-04-06 11:48:03 +02:00
Alex Villacís Lasso 0d2b82fb62 oledb32: Add tests for DBTYPE_CY to DBTYPE_WSTR/DBTYPE_STR conversion. 2010-04-06 11:47:59 +02:00
Alex Villacís Lasso a31d5c7025 oledb32: Add tests for DBTYPE_R8 to DBTYPE_WSTR/DBTYPE_STR conversion. 2010-04-06 11:47:56 +02:00
Alex Villacís Lasso a817f6d047 oledb32: Add tests for DBTYPE_R4 to DBTYPE_WSTR/DBTYPE_STR conversion. 2010-04-06 11:47:48 +02:00
Alex Villacís Lasso cad15d3a7c oledb32: Add tests for DBTYPE_I4 to DBTYPE_WSTR/DBTYPE_STR conversion. 2010-04-06 11:47:44 +02:00
Alex Villacís Lasso 5f236f1a5c oledb32: Implemented OLEDB32 conversion to DBTYPE_STR. 2010-04-06 11:47:40 +02:00
Alex Villacís Lasso ac408708bc oledb32: Tests for OLEDB32 conversion to DBTYPE_STR, marked as todo_wine. 2010-04-06 11:47:35 +02:00
Alexandre Julliard bef5645eb1 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
Alexandre Julliard 6164ce2d82 makefiles: Use the standard C_SRCS variable as the list of test files.
This enables it to be auto-updated by make_makefiles.
2010-02-22 10:47:11 +01:00
Reece Dunn a2c41b72f8 Don't generate FIXME warnings for DllCanUnloadNow. 2010-01-06 10:59:51 +01:00
Rob Shearman 36dae82a68 msdaps: Clear *pcPropertySets value in IDBProperties_GetProperties_Stub to fix a test. 2009-11-16 17:16:06 +01:00
Francois Gouget 9b329b2ed2 oledb32/tests: Add a trailing '\n' to an ok() call. 2009-11-16 12:43:06 +01:00
Rob Shearman bafd91106e oledb32: Fix style of accessing prgPropertySets in Test_DBProperties_GetProperty.
The parameter is a pointer to an array, so don't access it like it is
an array of pointers.
2009-11-12 13:13:11 +01:00
Rob Shearman b81b24f9da oledb32: Fix IDBProperties::GetProperties test on Windows. 2009-11-12 13:13:05 +01:00
Rob Shearman d5ef09409d oledb32: Add test for marshalling IDBProperties. 2009-11-09 20:24:50 +01:00
Huw Davies 0efdde1f42 oledb32/tests: Fix some failing tests on win98. 2009-11-04 16:45:18 +01:00
Huw Davies b3cdc6d7c8 oledb32: Add some conversions to DBTYPE_UI8. 2009-10-28 13:41:10 +01:00
Huw Davies 21bbdb7157 oledb32: Add some conversions to DBTYPE_CY. 2009-10-28 13:41:06 +01:00
Huw Davies 0d3e83c1c8 oledb32: Add some conversions to DBTYPE_R4. 2009-10-28 13:41:01 +01:00
Huw Davies 39166ccab0 oledb32: Add some conversions to DBTYPE_UI4;. 2009-10-28 13:40:56 +01:00
Huw Davies deb38f467d oledb32: Add some conversions to DBTYPE_UI1. 2009-10-28 13:40:50 +01:00
Huw Davies 64a8eb601e oledb32: Add a few simple conversions to DBTYPE_GUID. 2009-10-28 13:40:44 +01:00
Huw Davies 76e0090565 oledb32: Add a couple of conversions to DBTYPE_FILETIME. 2009-10-27 13:44:32 +01:00
Huw Davies ed53dafcab oledb32: Add CanConvert support for DBTYPE_FILETIME. 2009-10-27 13:44:26 +01:00
Huw Davies a94e8088c8 oledb32: Implement conversions to DBTYPE_BYREF | DBTYPE_WSTR. 2009-10-02 16:24:53 +02:00
Huw Davies 91ef7037b7 oledb32: Implement conversions to DBTYPE_WSTR. 2009-09-24 15:13:37 +02:00
Huw Davies a2e069b159 oledb32: Implement conversions to DBTYPE_BSTR. 2009-09-24 15:13:32 +02:00
Huw Davies 12037aa441 oledb32: Add conversions to DBTYPE_I2. 2009-09-24 15:13:25 +02:00
Huw Davies 4a61c1d265 oledb32: Implement DBTYPE_STR and DBTYPE_WSTR src types. 2009-09-23 14:36:06 +02:00
Huw Davies a3d947c70f oledb32: Implement some conversions to DBTYPE_I4. 2009-09-23 14:36:03 +02:00
Huw Davies 62a75bfc3e oledb32/tests: Add tests for conversions to DBTYPE_I4. 2009-09-22 17:47:41 +02:00
Huw Davies 681b08b0fe oledb32: Implement CanConvert. 2009-09-22 16:18:14 +02:00
Huw Davies fb68974dcd oledb32/tests: Add CanConvert tests for DBTYPE_BYREF, DBTYPE_ARRAY and DBTYPE_VECTOR. 2009-09-22 16:18:10 +02:00
Huw Davies f4fb963e2c oledb32/tests: Skip tests on older versions of the conversion library. 2009-09-22 16:15:12 +02:00