zoukankan      html  css  js  c++  java
  • kbmmw 5.11 发布

      New stuff

            =========
            - Added fluent syntax support to TkbmMWORM via the new Using methods.
            - Added LINQ support to TkbmMWORM via the new fluent support.
            - Added UTCEpoch and LocalEpoch conversion methods to TkbmMWDateTime.
            - Improved custom datetime format conversion in TkbmMWDateTime.
            - Added DATETIMETOFIXED, FIXEDTODATETIME, LOCALDATETIMETOFIXED, FIXEDTOLOCALDATETIME,
               UTCDATETIMETOFIXED and FIXEDTOUTCDATETIME SQL functions to TkbmMWMemSQL.
            - Added support in SmartBind to binding with TkbmMWDateTime values
            - Added support for sub property binding in SmartBind. Eg. Font.Color
            - Added support for binding with TStrings in SmartBind.
            - Added support for binding with Objects list on ListBoxes and ComboBoxes in SmartBind.
            - Added statesupport in SmartBind, used for example to determine Date/Time validation.
               Public methods exist: GetState, ClearState, SetState, ResetStates.
            - Added generic versions of DefineData to SmartBind.
            - Added support for reference to record binding in SmartBind.
            - Added new features to kbmMWRTTI.pas
            - Added new beta CompileTool for easier compilation and installation in Embarcadero environments.
     
           Changes/minor additions
            =======================
            - Made SQL rewriter components available as components for all target platforms
            - Improved SmartEvent shutdown detection.
     
            Fixes
            =====
            - Fixed various hints and warnings
            - Fixed TkbmMWSmartServiceSupport.CallMethod owner ship issue.
            - Fixed Interbase SQL rewriter with regards to describe table and describe index.
            - Fixed kbmMWSmartStubGenerator.pas methods to work in C++Builder only installations.
            - Fixed compilation issues from XE5 and up.
            - Fixed FileClient and FileService huge file support.
            - Dropped using inline on pre XE7 compilers since inlining of generics were faulty.
            - Added support for Epoch and DateTimeFormat conversion on ORM fields.
            - Fixed not attempting to define indexes which have been defined on calculated fields only
               in ORM Delphi class generator.
            - Fixed illegal characters in field names in ORM Delphi class generator.
            - Fixed UIB adapter compilation.
  • 相关阅读:
    java 的 CopyOnWriteArrayList类
    AtomicInteger类的简单应用
    关于java的关键字 transient
    关于ArrayList的一些源码分析
    Eclipse新建java类的时候,自动创建注释
    关于spring-data-jpa的排序问题
    hibernate CascadeType属性
    springBoot框架不同环境读取不同的配置文件
    你迷茫的原因在于读书太少而想的太多!!!
    学历是铜牌,能力是银牌,人脉是金牌,思维是王牌
  • 原文地址:https://www.cnblogs.com/xalion/p/12825335.html
Copyright © 2011-2022 走看看