Releases: dotnetcore/SmartSql
Releases · dotnetcore/SmartSql
v3.5.1
25 Jul 06:13
Compare
Sorry, something went wrong.
No results found
add support QueryMultiple and QueryMultipleAsync
SmartSql.DyRepository add support QueryMultiple And QueryMultipleAsync result
support change table structure auto Deserializer
SmartSql.Options add UserOptions for DI
add support Env SmartSqlConfigPath
5.1 Production => SmartSqlMapConfig.xml
5.2 Development => SmartSqlMapConfig.Development.xml
5.3 Staging => SmartSqlMapConfig.Staging.xml
v3.5.0-pre1
21 Jul 17:14
Compare
Sorry, something went wrong.
No results found
add support QueryMultiple and QueryMultipleAsync
v3.4.9
21 Jul 08:53
Compare
Sorry, something went wrong.
No results found
fix DyRepository ExecuteBehavior.Auto bug
v3.4.8
19 Jul 14:23
Compare
Sorry, something went wrong.
No results found
optimize DyRepository automatic execute for return int
optimize default excute DataSourceChoice
add support StatementAttribute.CommandType and SourceChoice
v3.4.3
19 Jul 05:14
Compare
Sorry, something went wrong.
No results found
fix sqlmap hot update bug
add support multi SmartSqlMapper instance
fix Tag.Placeholder Space bug
optimize SQL output
Support for returning generic type nesting
add support IRepositoryAsync
add support muti custom scope_template
fix Cache.FlushInterval attr bug
optimize the resource reading directory
v3.3.8
02 Jul 01:40
Compare
Sorry, something went wrong.
No results found
fix GetDataSetAsync to use NextResultAsync
fix IsStatementSql.Defalut-Value=true
SmartSql.DyRepository support ParamAttribute
add SmartSql.Options DI AddSmartSqlOptionLoader & AddSmartSqlOption
v3.3.6
26 Jun 15:24
Compare
Sorry, something went wrong.
No results found
add ISession
add ITransaction
add ISession to DI
add ITransaction to DI
add ISmartSqlMapperAsync to DI
v3.3.3
25 Jun 14:50
Compare
Sorry, something went wrong.
No results found
add support ResultMap.Constructor
add support private ctor entity deser
v3.3.1
13 Jun 13:53
Compare
Sorry, something went wrong.
No results found
SmartSql.DyRepository add support asynchronous function
add support DEBUG-log output SQL And DBParameters.
v3.2.0
11 Jun 09:50
Compare
Sorry, something went wrong.
No results found
add support pure SQL parameters For RequestContext.RealSql
add support SmartSql.DyRepository Sql Attribute For StatementAttribute.Sql
SmartSql.DyRepository Demo
[ Statement ( Sql = "Select Top(@Taken) T.* From T_Entity T With(NoLock);" ) ]
IEnumerable < T_Entity > QueryBySql ( int Taken ) ;