kbmmw 5.10.20 发布

New stuff

=========

* kbmMW Community Edition (CE) made available.

CE contains most Enterprise Edition features and is FREE

to use under certain circumstances.

The application produced with CE may not directly or indirectly

have a revenue of more than US$5000 per year (12 months).

The company that are responsible or creating the applications

produced with CE, may not have a yearly turnaround of more than

US$50000.

There are technical limitations built in CE compared to

kbmMW Professional or Enterprise Edition, some artificial constraints

and some related to feature set.

CE can be used as a trial for 60 days.

Read the full license in license.txt (point 3).

- Added support for kbmMW_DatasetRowId attribute on TkbmMemTable properties

that are to be marshalled in object notation format.

Controls the RowId property of TkbmMWMarshalONStreamFormat.

- Added SQLiteDateTimeStyle and SQLiteDateTimeFormat to TkbmMWSQLiteConnectionPool

to control how strings should be converted to and from datetime values.

Default use ISO8601 format.

- Added block cipher ECB support.

- Added Shutdown method to TkbmMWBindings. Call Binding.Shutdown

when shutting down application to ensure nice exit.

- Added Shutdown method to TkbmMWEvents. Call Events.Shutdown

when shutting down application to ensure nice exit.

- Added GetDefAsValue to TkbmMWONObject.

- Adding auto padding and unpadding support to ciphers.

Following methods exist:

mwpmDefault,mwpm00,mwpmFF,mwpmSpace,mwpmRandom,

mwpmISOIEC7816_4,mwpmPKCS_7,mwpmANSIX9_23_00,mwpmANSIX9_23_Random

It defaults to how it operated in previous versions.

- Added Start, Stop and Shutdown method to TkbmMWScheduler

Call Shutdown on app shutdown, to make clean and nice shutdown of application.

Changes/minor additions

=======================

- Changed TkbmMWCustomThread.Stop to behave the same in NextGen as in non NextGen.

- Changed TkbmMWCustomThreadPool.Clear to use DisposeOf instead of Free.

- Enhanced TkbmMWMarshalledVariantType.Clear.

- Increased debug levels for debug logs in binary parser.

- Improved UniDAC with suggestions from users.

Fixes

=====

- Fixed issue with hopcount in TkbmMWCustomSAFClientTransport.DoOnResponse.

- Fixed TkbmMWMarshalledVariantType.Copy to ensure clear

of destination to prevent memory leak.

- Fixed and improved CDATA and comment parsing in kbmMWXML.

- Fixed VCL SmartBinding flickering bug.

- Fixed TkbmMWCircularBuffer off by one bug.

- Fixed ANSI92 and Oracle SQLRewriter quoting of fieldnames for RewriteExistsTable.

- Fixed TkbmMWRTTI.SetValue for setting value on a record.

- Fixed kbmMWNullable.GetSafeValue:T on empty/null instance.

- Several SmartBind improvements.

- Several SmartEvent improvements.

- Several fixes and minor improvements to the ORM.

原文地址:https://www.cnblogs.com/xalion/p/12111664.html

时间: 2024-11-02 13:21:27

kbmmw 5.10.20 发布的相关文章

kbmmw 5.10.00 发布

We are happy to announce v5.10.00 of the most complete development add on for Delphi and C++Builder for building native modular and fast multi-tier solutions. The release includes: NEW! SmartBind now fully supports VCL, FMX, including image/graphics

微信支付开发(10) 全网发布

关键字:微信公众平台 微信支付 全网发布 作者:方倍工作室原文:http://www.cnblogs.com/txw1958/p/wxpay-publish.html 在这篇微信公众平台开发教程中,我们将介绍如何开发实现微信支付的全网发布功能. 本文分为以下三个部分: 微信支付目录设置 发货接口的调通 维权接口与告警接口的调通 一.微信支付目录设置 微信支付URL的设置和调通微信支付休戚相关.这里我们使用的几个URL设置如下:支付测试URL:http://www.doucube.com/wxpa

Git 2.10.0 发布,分布式版本控制系统

Git 2.10.0 发布了,发布说明如下: UI, Workflows & Features * "git pull --rebase --verify-signature" learned to warn the user   that "--verify-signature" is a no-op when rebasing. * An upstream project can make a recommendation to shallowly cl

个人回忆录 2014.10.20 至 2015.7.30

时间过的太快.以至于对我来说都记不起来每天做了些什么事情.工作节奏太快,下班.上班 然后再下班再上班. 每天下班后都晚上9点左右.真的看不见日出看不见日落. 从2014.10.20 到现在已经快10个月了.新的工作环境以及新的同事.上司都已熟悉了.回想刚刚开始进入这个研发团队的时候. 高原反应非常强烈,总是在疑问自己为何选择这个方向—C++ 客户端开发.为何不沿用最熟悉的.NET 平台开发.当从新学习一门新技术的时候 才发现自己太笨.有点像当年的高考,时间很紧.因为没有太多的时间用在学习上.MF

(转自http://www.blogjava.net/moxie/archive/2006/10/20/76375.html)WebWork深入浅出

(转自http://www.blogjava.net/moxie/archive/2006/10/20/76375.html) WebWork深入浅出 本文发表于<开源大本营> 作者:钱安川 前言 本篇文章并没有太多WebWork 的实战代码细节.本人非常希望能充当一名导游的角色,带领读者逐步游览WebWork的功能特性和原理.在第一章,我们将提出基于三层架构的Web层需要解决的10个问题,这是本文的纵轴.围绕着纵轴,我们按照横轴的顺序逐步描述讲解:WebWork简介.WebWork入门.We

arcgis server 10.1 发布动态图层展示海量及频繁更新的数据步骤

转自原文 arcgis server 10.1 发布动态图层展示海量及频繁更新的数据步骤 Arcgis server  发布动态图层及调用动态图层 做这个动态图层功能的原由是 有一个30万的数据需要通过arcgis GP工具转成shp然后渲染加载进地图,原来的做法是遍历生成shp面要素,读取面的环状点然后转成json,这个也能实现结果但是时间较长,与预期的时间差别较多,在公司内部讨论时有提到这个动态图层可以解决海量频繁数据的替换,要是每个都发一个图层服务这样不可取.故此讨论后研究这个神奇的功能.

20160210,微软2月10日发布13个安全补丁

?? 大家好,我们是微软大中华区安全支持团队. 微软于北京时间2016年2月10日发布了13个新的安全公告,其中6个为严重等级,7个为重要等级,修复了Microsoft Windows.Microsoft Office..Net Framework.Adobe Flash Player.Internet Explorer和Microsoft Edge软件中的漏洞.其中MS16-014中修复的漏洞CVE-2016-0040和MS16-015中修复的漏洞CVE-2016-0039已经公开披露. 与此

抱团App iOS版1.6已于5月19日0点10分发布

抱团App iOS版1.6已于5月19日0点10分发布, App Store 下载地址:https://itunes.apple.com/cn/app/bao-tuan-tuan-gou-jing-pin/id789571099?ls=1&mt=8 欢迎各种吐槽,技术交流,等等. 抱团App iOS版1.6已于5月19日0点10分发布,布布扣,bubuko.com

10.19-10.22 iptables规则备份和恢10.20 firewalld的9个zone

10.19 iptables规则备份和恢复 10.20 firewalld的9个zone 10.21 firewalld关于zone的操作 10.22 firewalld关于service的操作 # 10.19 iptables 规则备份和恢复 - 保存和备份iptables 的规则 - service iptables save 会把规则保存到 /etc/sysconfig/iptables - 把iptables规则备份到my.ipt 文件中 - iptables-save > my.ipt