Skip to content

Commit

Permalink
- 修复 AdoConnectionPool 默认不生效的问题;
Browse files Browse the repository at this point in the history
  • Loading branch information
2881099 committed Dec 3, 2024
1 parent 14588ba commit 0e7f684
Show file tree
Hide file tree
Showing 2 changed files with 110 additions and 1 deletion.
109 changes: 109 additions & 0 deletions FreeSql/FreeSql.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion FreeSql/FreeSqlBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public partial class FreeSqlBuilder
bool _isLazyLoading = false;
bool _isExitAutoDisposePool = true;
bool _isQuoteSqlName = true;
bool? _isAdoConnectionPool = false;
bool? _isAdoConnectionPool = null;
MappingPriorityType[] _mappingPriorityTypes;
NameConvertType _nameConvertType = NameConvertType.None;
Action<DbCommand> _aopCommandExecuting = null;
Expand Down

0 comments on commit 0e7f684

Please sign in to comment.