Michael Stefaniuc
|
cb194006e9
|
oledb32/tests: Compile with -D__WINESRC__.
|
2013-10-17 10:43:57 +02:00 |
Michael Stefaniuc
|
0e681027a2
|
tests: Compile the tests by default with -D__WINESRC__.
|
2013-10-02 11:04:02 +02:00 |
Alistair Leslie-Hughes
|
05a807af49
|
oledb32: Implement IDataSourceLocator get/put hWnd.
|
2013-10-01 13:10:14 +02:00 |
Nikolay Sivov
|
0988938d0f
|
oledb32: Implement SetRowPosition().
|
2013-08-26 15:00:51 +02:00 |
Nikolay Sivov
|
05528ea01b
|
oledb32: Implement GetRowPosition().
|
2013-08-23 10:41:18 +02:00 |
Nikolay Sivov
|
149c392e09
|
oledb32: Implement IRowPosition_GetRowset().
|
2013-08-23 10:41:15 +02:00 |
Nikolay Sivov
|
def652e594
|
oledb32: Implement IRowPosition_ClearRowPosition() with events.
|
2013-08-23 10:41:12 +02:00 |
Nikolay Sivov
|
b5a7303504
|
oledb32/tests: A basic test for IRowPosition_Initialize().
|
2013-08-22 19:02:04 +02:00 |
Alistair Leslie-Hughes
|
e1c34221b3
|
oledb32: Implement IErrorRecord::AddErrorRecord.
|
2013-08-20 11:53:36 +02:00 |
Alistair Leslie-Hughes
|
368cff7a59
|
oledb32: Implement DataConvert DBTYPE_I2 -> VARIANT.
|
2013-08-19 19:04:05 +02:00 |
Nikolay Sivov
|
2111d70c25
|
oledb32: Added IConnectionPointContainer stub.
|
2013-08-02 11:24:44 +02:00 |
Nikolay Sivov
|
6297ba3dcb
|
oledb32: Stub for IRowPosition.
|
2013-08-01 12:11:05 +02:00 |
Alistair Leslie-Hughes
|
325b824de5
|
oledb32: Add IErrorInfo Support.
|
2013-07-31 22:26:55 +02:00 |
Alistair Leslie-Hughes
|
d04d1f5230
|
oledb32: Implement DataConvert Variant->R8.
|
2013-07-30 14:43:36 +02:00 |
Alistair Leslie-Hughes
|
ba16113dc5
|
oledb32: Add more database tests.
|
2013-06-19 20:09:53 +02:00 |
Alistair Leslie-Hughes
|
57d0efa459
|
oledb32: Properties aren't case sensitive.
|
2013-06-17 19:30:49 +02:00 |
Alistair Leslie-Hughes
|
7f1473ac59
|
oledb32: Support more default properties.
|
2013-06-05 17:31:39 +02:00 |
Alistair Leslie-Hughes
|
5faa69d3e3
|
oledb32: DBTYPE_BYTES->DBTYPE_VARIANT only uses the source length.
|
2013-05-30 19:35:12 +02:00 |
Alistair Leslie-Hughes
|
471bdafa3b
|
oledb32: Implement DataConvert DBTYPE_VARIANT->DBTYPE_BYTES.
|
2013-05-30 19:35:00 +02:00 |
Alistair Leslie-Hughes
|
40fcf66752
|
oledb32: Implement GetConversionSize, DBTYPE_VARIANT(VT_ARRAY|VT_UI1)->DBTYPE_BYTES.
|
2013-05-30 19:34:53 +02:00 |
Alistair Leslie-Hughes
|
4f2aefd8d5
|
oledb32: Implement DataConvert DBTYPE_R4->DBTYPE_VARIANT.
|
2013-05-29 12:06:25 +02:00 |
Alistair Leslie-Hughes
|
338cb2e5dd
|
oledb32: GetConversionSize only returns a valid size of BSTR.
|
2013-05-27 19:21:57 +02:00 |
Alistair Leslie-Hughes
|
0fe64ce339
|
oledb32: Implement GetConversionSize DBTYPE_VARIANT -> DBTYPE_BYTES.
|
2013-05-27 19:20:06 +02:00 |
Alistair Leslie-Hughes
|
5b8a375ab9
|
oledb32: Check for DBSTATUS_S_ISNULL first.
|
2013-05-27 19:19:24 +02:00 |
Alistair Leslie-Hughes
|
a1baa22d47
|
oledb32: DataConvert Support NULL variant in, DBTYPE_VARIANT->DBTYPE_WSTR.
|
2013-05-27 19:19:20 +02:00 |
Alistair Leslie-Hughes
|
d103894ebc
|
oledb32: Implemented DataConvert DBTYPE_BSTR->DBTYPE_DBTIMESTAMP.
|
2013-05-24 13:50:59 +02:00 |
Alistair Leslie-Hughes
|
7a762fee02
|
oledb32: DataConvert only variant length types can have a null dst.
|
2013-05-23 19:03:01 +02:00 |
Alistair Leslie-Hughes
|
72845af0a6
|
oledb32: Implement DataConvert DBTYPE_BYTES->DBTYPE_BYTES | DBTYPE_BYREF.
|
2013-05-23 19:03:01 +02:00 |
Alistair Leslie-Hughes
|
0d6eadc4a9
|
oledb32: Implement DataConvert DBTYPE_VARIANT->DBTYPE_DATE.
|
2013-05-23 19:03:01 +02:00 |
Alistair Leslie-Hughes
|
7dfa56886f
|
oledb32: Source status DBSTATUS_S_ISNULL applies to all conversions.
|
2013-05-22 11:24:33 +02:00 |
Alistair Leslie-Hughes
|
24e56beec0
|
oledb32: Implement DataConvert DBTYPE_VARIANT(V_DATE)->DBTYPE_DBDATE.
|
2013-05-22 11:24:20 +02:00 |
Alistair Leslie-Hughes
|
89312f9d49
|
oledb32: Support DBSTATUS_S_ISNULL when converting to VARIANT.
|
2013-05-20 19:10:20 +02:00 |
Alistair Leslie-Hughes
|
70af1dd025
|
oledb32: Implement DataConvert DBTYPE_VARIANT(VT_DATE) to, DBTYPE_DBTIMESTAMP.
|
2013-05-20 19:10:17 +02:00 |
Alistair Leslie-Hughes
|
d3c3a38f69
|
oledb32: Support VT_NULL when converting to DBTYPE_BSTR.
|
2013-05-17 16:40:53 +02:00 |
Alistair Leslie-Hughes
|
1527eeb720
|
oledb32: Implement DataConvert DBTYPE_DBDATE->DBTYPE_VARIANT.
|
2013-05-16 14:52:03 +02:00 |
Alistair Leslie-Hughes
|
0a5af7162d
|
oledb32: Implement DataConvert DBTYPE_DBDATE->DBTYPE_DBDATE.
|
2013-05-16 14:51:59 +02:00 |
Alistair Leslie-Hughes
|
e08a1d5bc1
|
oledb32: Implement DataConvert DBTYPE_DBTIMESTAMP->DBTYPE_VARIANT.
|
2013-05-16 14:50:45 +02:00 |
Alistair Leslie-Hughes
|
cb4cef1231
|
oledb32: Implement DataConvert DBTYPE_BYTES->VARIANT.
|
2013-05-15 10:56:04 +02:00 |
Alistair Leslie-Hughes
|
c476d1785e
|
oledb32: Implement DataConvert DBTYPE_BYTES->DBTYPE_BYTES.
|
2013-05-14 17:29:01 +02:00 |
Alistair Leslie-Hughes
|
d72787521e
|
oledb32: Implement GetConversionSize DBTYPE_VARIANT->DBTYPE_WSTR.
|
2013-05-13 16:48:44 +02:00 |
Nikolay Sivov
|
ff8fa96bb2
|
oledb32: Use shared convert instance, use a single skip.
|
2013-05-06 17:07:09 +02:00 |
Alistair Leslie-Hughes
|
f5d64e0613
|
oledb32: Implement DataConvert DBTYPE_VARIANT->DBTYPE_UI4.
|
2013-04-25 13:42:16 +02:00 |
Alistair Leslie-Hughes
|
b4b45471ca
|
oledb32: Implement DataConvert DBTYPE_BOOL->VARIANT.
|
2013-04-24 19:42:34 +02:00 |
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 |
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 |
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 |
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 |
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
|
d911374b9c
|
oledb32: Add DBTYPE_UI2 support to DataConvert.
|
2011-07-07 19:22:42 +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 |
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
|
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 |
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 |