Skip to content
Adam Schroder edited this page Jul 15, 2013 · 8 revisions

2.1.30 Stable

  • Allow mappings to be inherited
  • Support new Oracle client (@smlynch)
  • Fix closed connection when using bulk insert (@dustinhorne)
  • Fix oracle paging (@smlynch)

2.1.27 Stable

  • Insert, Update and Delete methods have been made virtual
  • Conventions now use MemberInfo to support mapping to fields
  • Fix OneToMany() bug when no many results returned
  • Fix nullable enums
  • Fix when mapping to a nullable

2.1.24-beta

  • Fix invalid cast when destination type is nullable

2.1.21-beta

  • Ability to map fields in addition to properties
  • Don't map public readonly fields
  • Fix bug with SqlBuilder and parameters
  • Make paging more generic

2.0.18 Stable

  • Only nested objects are mapped if at least one column is not null, otherwise null object is returned
  • Fix null connection for SqlExpressions

2.0.15 Stable

  • Allow dictionary to be passed as primary keys for composite keys
  • Add FetchBy<> and FetchWhere<> so that basic Linq queries are possible
  • DatabaseFactory is no longer static and must be set per instance of Database created.
  • Added Insert/Update/Delete hooks