DrivenDb Changelog

What's new in DrivenDb 1.51

Feb 7, 2018
  • Improved implementation for enumerable parameters to "IN" clauses.

New in DrivenDb 1.11.1 (Mar 26, 2014)

  • Added the DbWrapper class to the portable library.

New in DrivenDb 1.8.0.0 (Jan 9, 2014)

  • Made the entity "State" property settable

New in DrivenDb 1.7.0.0 (Nov 9, 2013)

  • Added "Fallback" property to IDbAccessor to give you the ability to execute "IN (@0)" clauses without exception when the @0 parameter is empty or null
  • Usage:
  • accessor.Fallback.ReadEntities(myquery, myparams)
  • So you can invoke this behavior at the point of use and not globally

New in DrivenDb 1.6.1 (Nov 6, 2013)

  • Updated the SqLite assemblies in the project
  • Altered property change event to not mark non-column properties for sql scripting

New in DrivenDb 1.6.0.5 (Oct 22, 2013)

  • Changed error handling to be more informative in WriteEntities

New in DrivenDb 1.6.0.1 (Oct 3, 2013)

  • Removed untyped ReadValue(s) methods specifically for strings. The typed version (ReadValue) works with ReadValue now.

New in DrivenDb 1.5.5 (Sep 21, 2013)

  • Fixed a bug preventing the use of ReadValues where T is string and the result set includes a null value
  • Removed ReadValues method returning string, as it is obsolete

New in DrivenDb 1.5.4 (Sep 19, 2013)

  • Minor enhancements to the entity generator.
  • Minor issues from the issues list.

New in DrivenDb 1.5.2.3 (Sep 19, 2013)

  • Corrected issue with singular "WriteEntityWithScopeIdentity" method call.

New in DrivenDb 1.5.2.2 (Sep 19, 2013)

  • Added support for nullable MsSql time columns.

New in DrivenDb 1.5.2 (Sep 19, 2013)

  • Added support for MsSql time data type.

New in DrivenDb 1.5.1.1 (Sep 19, 2013)

  • Added support for the MsSql Datetime2 data type. Fixed a DbScope bug trying to reopen connections

New in DrivenDb 1.5.0.1 (Aug 30, 2013)

  • Added ability to clone and update entities from other entities

New in DrivenDb 1.4.9 (Aug 20, 2013)

  • Fixed issue preventing property names from differing with column names

New in DrivenDb 1.4.8 (Aug 13, 2013)

  • Added support for Text & Image columns