例行更新,主要是bugfix.
4.93.10 June 4 2016 Important notes (changes that may break existing code)
======================================================
* Fixed compilation for D2009.
Notice that some features are no longer available like
RemoteDesktopServer component, Fast MREW lock, log timing and
memory debugging.
This is due to use of generics, which were very unstable until XE2.
We strongly suggest upgrading to at least XE2. Changes/minor additions
=======================
- Changed Load/Save methods of TkbmMWXMLAuthorizationStorage to
include optional boolean for if to save/load configuration (Actors,
Roles, Resources). Default true. Notice that this will break
existing code where logins where saved/loaded.
To fix, insert new extra argument (true). Fixes
=====
- Fixed compilation for D2009. Notice that some features are no longer
available like RemoteDesktopServer component, Fast MREW lock, log
timing and memory debugging.
This is due to use of generics, which were very unstable until XE2.
We strongly suggest upgrading to at least XE2.
- Fixed TkbmMWDateTime.SystemLocalTimeOffsetSecs Nextgen issue.
- Fixed initial flush of log entry in kbmMWLog.
- Fixed SDAC3 query parameters bug.
- Fixed ODAC4 query parameters bug.

对应的kbmmemtable 也大量修正了 鱼儿 提出来的问题
We are happy to announce the latest and greatest release of our memory
table. Whats new in 7.74.10 May 29 2016
--------------------------------
- Fixed locate on string/widestring field on NextGen.
- Fixed locate/lookup on BCD fields.
- Fixed locate on string/widestring field on NextGen.
- Fixed locate/lookup on BCD fields.
- Fixed NextGen SQL resource bug.
- Added missing Lazarus resource file to installer.
- Updated Lazarus packages and resource file with icon for TkbmMemSQL
and component registration.
- Fixed Lazarus compilation of kbmSQLMemTableAPI.pas.
- Fixed filtering on Lazarus.
- Fixed leak.
- Fixed blob handling in Nextgen.
												

KBMMW 4.93.10 发布的更多相关文章

  1. KBMMW 4.93.10 win64 一个BUG 修正

    经常有人提到kbmmw 4.93.10 的64 位版本没有32位版本稳定. 经过官方确认,是delphi 编译器生成64 位代码内存偏移地址的错误. 在kbmMWGlobal.pas 中 有一个函数k ...

  2. KBMMW 4.93.00 发布

    可喜可敬,作者非常勤奋,跟上了delphi 10.1 的步伐. 4.93.00 April 26 2016 Important notes (changes that may break existi ...

  3. Upstart 1.10 发布,系统初始化守护进程

    Upstart 是一个用以替换 /sbin/init 守护进程的软件,基于事件机制开发.可用来处理启动过程中的任务和服务启动. Upstart 1.10 发布,改进记录: New bridges: u ...

  4. [转]Birdfont 2.10 发布,字体编辑器

    最近在忙大数据.黑天鹅算法实盘测试 许久没有更新字库方面的资料,汗一个... 今天转一个 :Birdfont 2.10 发布,字体编辑器 字体编辑器,向来很少,除了fontlab的几个昂贵的商业版,就 ...

  5. 回归Qt——写在Qt5.10发布之日

    今天偶然看到一条关于Qt5.10发布的消息,发现Qt经历了诺基亚风波之后发展得依然良好,感到很欣慰.回头看上次关注Qt技术还是2011年,那时候用Qt4.7做一个小项目,对于一个写Win32界面和MF ...

  6. Ubuntu 19.10 发布 | 云原生生态周报 Vol. 24

    作者 | 木苏.进超.冬岛.元毅.心水.衷源 业界要闻 1.云原生编程语言 Pulumi 1.0 pulumi ,一款中立的开源云开发平台,Pulumi 支持多语言.混合云环境.完全可扩展.初期支持 ...

  7. kbmmw 5.10.10 发布

    这个版本主要是bug修正. New stuff         =========         - Added OnException event property to TkbmMWSchedu ...

  8. KBMMW 4.92.00 发布

    We are happy to announce the release of kbmMW Professional and Enterprise Edition. Yet again kbmMW c ...

  9. KBMMW 4.90.00 发布

    kbmMW is a portable, highly scalable, high end application server andenterprise architecture integra ...

随机推荐

  1. Shell编程之--“grep-awk-sed” 基础用法汇总-菜鸟入门级

  2. Map以及Set的遍历(EntrySet方法,补充enumeration和Iterator的区别)

    public void mearge(Map map) { Map returnMap = new HashMap<>(); // 转换为Entry Set<Map.Entry< ...

  3. Join two DataTables in C#

    var query = (from x in a.AsEnumerable() join y in b.AsEnumerable() on x.Field<int>("col1& ...

  4. 扩展AuthorizeAttribute

    MVC中经常会用到关于设置访问权限的问题: 如果我们扩展了AuthorizeAttribute,那么我们只需要在类或方法前加上此attribute,即可实现权限问题. AttributeTargets ...

  5. js多文件上传

    一.HTML 选择文件的时候可以选择多个文件,这个需要我们在input file 里面加入一个属性multiple="multiple" 这样就可以框选文件了 <!DOCTY ...

  6. php 二维数组排序,多维数组排序

    对2维数组或者多维数组排序是常见的问题,在php中我们有个专门的多维数组排序函数,下面简单介绍下: array_multisort(array1,sorting order, sorting type ...

  7. "\r\n","\r","\n"

    参考: http://blog.csdn.net/xiaofei2010/article/details/8458605 '\r' : 回车符 '\n' : 换行符 以下是c++语言的测试代码, 跟平 ...

  8. IOPS-百度百科

    IOPS (Input/Output Operations Per Second),即每秒进行读写(I/O)操作的次数,多用于数据库等场合,衡量随机访问的性能.存储端的IOPS性能和主机端的IO是不同 ...

  9. [SQL]复制数据库某一个表到另一个数据库中

    SQL:复制数据库某一个表到另一个数据库中 SELECT * INTO 表1 FROM 表2 --复制表2如果只复制结构而不复制内容或只复制某一列只要加WHERE条件就好了 例子:SELECT * I ...

  10. (Array)121. Best Time to Buy and Sell Stock

    Say you have an array for which the ith element is the price of a given stock on day i. If you were ...