Skip to content

Releases: Kros-sk/Kros.KORM

Kros.KORM 4.0.0-alpha.11

06 Sep 08:30
d7dea4a
Compare
Choose a tag to compare
Pre-release

New Features

Fixed Bugs

  • Deleting using variable (dbSet.Delete(item => item.Id == idVar)) does not throw exception.

Kros.KORM 4.0.0-alpha.10

08 Aug 06:59
293fdf9
Compare
Choose a tag to compare
Pre-release

New Features

  • Remove items by ids
  • Remove items by conditions
  • Simplify calling methods Add, Edit, Delete with IDatabaseExtensions

For more info see #40

Kros.KORM 4.0.0-alpha.9

01 Aug 20:05
7ab2b67
Compare
Choose a tag to compare
Pre-release

Connection string does not use KORM keys.

Kros.KORM 4.0.0-alpha.8

28 Jul 08:49
23cb651
Compare
Choose a tag to compare
Pre-release

MigrationsRunner is not IDisposable (again).

Kros.KORM 4.0.0-alpha.6

26 Jul 14:03
404d16e
Compare
Choose a tag to compare
Pre-release

New Features

  • Removed dependency on System.Configuration and System.Configuration.ConfigurationManager packages.
  • MigrationsRunner is IDisposable.

Breaking Changes

Various classes accepted connection settings by ConnectionStringSettings class, which is not available now. New class KormConnectionSettings was created. Preferred way is to use just simple connection string with special KORM keys.

Kros.KORM v4.0.0-alfa5

03 Jul 13:20
3f4dccb
Compare
Choose a tag to compare
Pre-release

Fixed bug in DatabaseBuilder: new instance of QueryProvider is created for every new database built.

Kros.KORM v4.0.0-alfa4

28 Jun 07:22
670987d
Compare
Choose a tag to compare
Pre-release

Bug fix

#25 Creating an IDatabase from service provider throws exception if fluent configuration is used

Kros.KORM v4.0.0-alfa3

24 Jun 10:15
Compare
Choose a tag to compare
Pre-release

New features

#21 Support converters for all properties of specified type

Kros.KORM v4.0.0-alfa2

06 Jun 12:08
c5a01d2
Compare
Choose a tag to compare
Pre-release

New features

#5 Added overload for ExecuteNonQuery with paramArray arguments.
#15 Use different kind of configuration than attributes

Kros.KORM v4.0.0-alfa

25 Apr 10:40
ef78a2a
Compare
Choose a tag to compare
Kros.KORM v4.0.0-alfa Pre-release
Pre-release

New features

#10 Support for MsSQL IDENTITY.

Resolved Issues

#9 Sum throws error when there are no data to sumarize.