Insql Versions Save

A lightweight .NET ORM framework

1.2.1

5 years ago
  1. Remove DbContext.QueryMultiple and expand it if necessary(The extension method is very simple and two lines of code can be done)
  2. Modify the DbSessionFactory and add the SupportMulipteStatements setting.

1.2.0

5 years ago
  1. Refactoring DbSession creation
  2. Adjust the SqlResolver Resolve environment parameters

1.1.1

5 years ago

1.1.0

5 years ago

1.fix Options bug 2.remove DbContext OnResolved 3.add ISqlResolveFilter , can supoort logging 4.add IInsqlSectionMatcher , support cross database match

0.2.5

5 years ago
  1. fix DbSession connection close
  2. add DbContext onResolved

0.2.3

5 years ago

fix code cache hashcode add select in test,insert list test add commonDbContext test

0.2.2

5 years ago

0.2.1

5 years ago