📄 changelog.txt
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -