ntdll: Verify the tail contents when validating an in-use block with tail checking...
[wine] / dlls / oledb32 / convert.c
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...