Skip to content

Releases: SimpleStack/simplestack.orm

1.2.4

25 Feb 13:24
Compare
Choose a tag to compare
  • Add support for other types than int while Inserting data (AUTO_NUMBERED columns)
  • Async/Await improvements
  • external dependencies updated (MySQL.Data, MySQLConnector, PostgreSQL, SQLServer Client)
  • Fix a bug while retrieving PrimaryKey information on SQLServer

Attention point for PostgreSQL, npgsql 6 changes behavior regarding DateTime, see here for info https://github.com/npgsql/doc/blob/main/conceptual/Npgsql/types/datetime.md/

Thanks to @avtc for merge request !

1.2.3

04 Feb 10:36
Compare
Choose a tag to compare
  • Add TableExists, CreateTable and DropTable on OrmConnection (#35 )
  • Fix SQLServer decimal support (#32 )
  • Add support for Computed Column information

1.2.2

01 Feb 12:46
Compare
Choose a tag to compare

Some fixes in GetTableColumnDefinition

1.2.1

25 Aug 16:20
Compare
Choose a tag to compare

Bug fix release:

  • Ensuring that commands are well disposed

1.2.0

20 Aug 15:56
Compare
Choose a tag to compare

Release 1.2.0 !

  • SQL Query generation rewritten to be easily maintained and to improve speed
  • A lot of new features (string and date functions, Schema support, dynamic query support, database metadata, ...)
  • A new web site with all the documentation Simplestack.org
  • Huge efforts in Unit test to improve coverage
  • Update dependencies, Dapper, MysqlConnector, ...

This is a major release, expect some changes in API but migration should be quite straightforward.

1.0.4

30 Jan 12:05
Compare
Choose a tag to compare

Add support for butwize operators (&|,<<,>>)
Fix NULL detection to always use IS NULL