Releases: SimpleStack/simplestack.orm
Releases · SimpleStack/simplestack.orm
1.3.0
1.2.4
- 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
1.2.2
1.2.1
Bug fix release:
- Ensuring that commands are well disposed
1.2.0
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.