oledb32: Implement GetConversionSize DBTYPE_STR->DBTYPE_WSTR.
[wine] / dlls / oledb32 / convert.c
2013-04-23  Alistair Leslie... oledb32: Implement GetConversionSize DBTYPE_STR->DBTYPE...
2013-04-23  Alistair Leslie... oledb32: Implement DataConvert DBTYPE_R8->VARIANT.
2013-04-22  Alistair Leslie... oledb32: Implement DataConvert DBTYPE_I8->DBTYPE_VARIANT.
2013-04-22  Alistair Leslie... oledb32: Implement GetConversionSize DBTYPE_WSTR->DBTYP...
2013-04-17  Nikolay Sivovoledb32: Implement DBTYPE_CY -> DBTYPE_VARIANT conversion.
2013-04-17  Nikolay Sivovoledb32: Implement DBTYPE_DATE -> DBTYPE_VARIANT conver...
2013-04-16  Alistair Leslie... oledb32: Implement DataConvert DBTYPE_BSTR->DBTYPE_I8.
2013-04-16  Alistair Leslie... oledb32: Implement DataConvert DBTYPE_I8->DBTYPE_I8.
2013-04-16  Alistair Leslie... oledb32: Improve fixme in GetConversionSize.
2013-04-11  Nikolay Sivovoledb32: Implement DBTYPE_I4 -> DBTYPE_VARIANT conversion.
2013-04-11  Nikolay Sivovoledb32: Destination status and length are optional.
2013-04-08  Nikolay Sivovoledb32: Implement DBTYPE_BSTR to DBTYPE_VARIANT conver...
2013-04-08  Nikolay Sivovoledb32: Implement GetConversionSize for DBTYPE_VARIANT...
2013-04-08  Nikolay Sivovoledb32: Implemented conversion from DBTYPE_VARIANT...
2012-11-27  Huw Daviesoledb32: Add a 'fall through' comment.
2011-07-07  Alistair Leslie... oledb32: Add DBTYPE_UI2 support to DataConvert.
2010-12-31  Greg Geldorpoledb32: Use correct 32/64-bit typedefs.
2010-12-29  Michael Stefaniucoledb32: Use ifaces instead of vtbl pointers in convert.
2010-11-18  Andreas Pflugoledb32: Added conversions for R8,BOOL,DATE,DBTIMESTAMP.
2010-05-28  André Hentscheloledb32: Fix variant to integer conversion.
2010-05-26  André Hentscheloledb32: Add Variant to Integer conversion.
2010-05-26  André Hentscheloledb32: Fix dst_len in DataConvert.
2010-04-06  Alex Villacís Lassooledb32: Implement conversion from DBTYPE_BYTES to...
2010-04-06  Alex Villacís Lassooledb32: Implement conversion from DBTYPE_GUID to DBTYP...
2010-04-06  Alex Villacís Lassooledb32: Implemented OLEDB32 conversion to DBTYPE_STR.
2009-10-28  Huw Daviesoledb32: Add some conversions to DBTYPE_UI8.
2009-10-28  Huw Daviesoledb32: Add some conversions to DBTYPE_CY.
2009-10-28  Huw Daviesoledb32: Add some conversions to DBTYPE_R4.
2009-10-28  Huw Daviesoledb32: Add some conversions to DBTYPE_UI4;.
2009-10-28  Huw Daviesoledb32: Add some conversions to DBTYPE_UI1.
2009-10-28  Huw Daviesoledb32: Add a few simple conversions to DBTYPE_GUID.
2009-10-27  Huw Daviesoledb32: Add a couple of conversions to DBTYPE_FILETIME.
2009-10-27  Huw Daviesoledb32: Add CanConvert support for DBTYPE_FILETIME.
2009-10-02  Huw Daviesoledb32: Implement conversions to DBTYPE_BYREF | DBTYPE...
2009-09-24  Huw Daviesoledb32: Implement conversions to DBTYPE_WSTR.
2009-09-24  Huw Daviesoledb32: Implement conversions to DBTYPE_BSTR.
2009-09-24  Huw Daviesoledb32: Add conversions to DBTYPE_I2.
2009-09-23  Huw Daviesoledb32: Implement DBTYPE_STR and DBTYPE_WSTR src types.
2009-09-23  Huw Daviesoledb32: Implement some conversions to DBTYPE_I4.
2009-09-22  Huw Daviesoledb32: Implement CanConvert.
2009-09-10  Huw Daviesoledb32: Implement the IDCInfo interface.
2009-09-09  Huw Daviesoledb32: Add a stub IDCInfo interface.
2009-09-02  Huw Daviesoledb32: Add a stub implementation of the conversion...