Skip to content

4.0.0 Execute Scalar and Reader

Choose a tag to compare

@feO2x feO2x released this 20 Sep 13:27
· 4 commits to main since this release
0be035e

Synntech.MsSqlServer 4.0.0

  • new APIs: ExecuteScalarAsync and ExecuteReaderAsync
  • all database operations now use SET SINGLE_USER WITH ROLLBACK IMMEDIATE instead of killing existing user sessions
  • breaking change: SessionFactory<T> now works with the default implementation of Synnotech.Core