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 |
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 |