changelog.txt
来自「利用iBatis架构开发Web应用程序的初学实例。」· 文本 代码 · 共 38 行
TXT
38 行
IBatisNet Change Log
------------------------------
1.3 - XX/XX/XXXX
------------------------------
- Updated to log4net V1.2.9
- Updated to Castle.DynamicProxy V1.1.5.0
- Re-add signing on assembly
- Added custom logger support (remove dependcy on log4net), IBATIS now need a custom section in your application config file
Exemple (for log4NET) :
<configSections>
<sectionGroup name="iBATIS">
<section name="logging" type="IBatisNet.Common.Logging.ConfigurationSectionHandler, IBatisNet.Common" />
</sectionGroup>
<section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, log4net" />
</configSections>
<iBATIS>
<logging>
<logFactoryAdapter type="IBatisNet.Common.Logging.Impl.Log4NetLoggerFA, IBatisNet.Common.Logging.Log4Net">
<arg key="configType" value="inline" />
</logFactoryAdapter>
</logging>
</iBATIS>
- Removes use of Xml serilization for loading config, boost init
- Improved caching process & performance
- Fixed IBATISNET-58 Allow all attributes in SqlMap.config file to be aware of ${xyz} properties
- Fixed IBATISNET-97 Improved support for caching null results
- Fixed IBATISNET-96 Added Informix .NET Provider 2.81 support (Anderson Gomes)
- Fixed IBATISNET-94 Issue with DaoManager init
- Fixed IBATISNET-92 Check selectKey's property attribute for writeability during mapper initialization
- Fixed IBATISNET-91 Added Cach flush on ExecuteQueryForObject
- Fixed IBATISNET-82 Added DomDaoManagerBuilder.Configure(XmlDocument document)
- Fixed IBATISNET-77 Allow Intellisense in Visual Studio 2003 for SqlMap/SqlMap.config files
- Updated schemas header
SqlMap.config
<sqlMapConfig xmlns=攈ttp://ibatis.apache.org/dataMapper
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?