Hi,
* Reduced number of internal plugin parts for Cocoa plugins. * Fixed a possible bug with HIDAPI on Mac when disconnecting device. * Added CreateStringMBS function. * Added WindowsFileStreamMBS class to list file streams on Windows. * Added methods to LargeBinaryStreamMBS to read/write/delete file streams on Windows. * Added Linux support to ExtendedAttributesMBS module. * Added CalculateCRC16MemoryMBS and CalculateCRC16StringMBS functions. * For SQLPreparedStatementMBS, the BindType is now optional. If no type is provided, we detect type by type of value. * Added SQLPreparedStatementMBS.Bind variant taking a dictionary. * Added SQLValueMBS.setVariant to set value (parameter) by variant. * Added SQLCommandMBS.SetParameters to set parameters by dictionary. * Added new methods to SQLValueMBS to prevent you from passing String/CLOB/LongText as memoryblock. * Added new methods to SQLValueMBS to pass blob/clob/longBinary/longText as folderitem or stream directly. * Added new methods to SQLValueMBS to pass memoryblock for BLOB, LongBinary and Bytes. * Added variants for ReadLongOrLob method on SQLFieldMBS and SQLParamMBS to read BLOB content directly to folderitem or writeable stream. * Changed SQL Plugin to set ODBCAddLongTextBufferSpace to false by default. * Changed SQLDatabaseMBS.Prepare to return a SQLPreparedStatementMBS directly, so you don't need to cast it. * Added SQLValueReadMBS.asBLobMemory and SQLValueReadMBS.asBLobString to get blob data easier. * Added several overloads to SQLValueMBS setBlob methods to take memoryblocks directly. This avoids conversion to string. Sincerely Christian -- Read our blog about news on our plugins: http://www.mbsplugins.de/ _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
