内容简介:Teiid 9.3.5 已发布,该版本解决了 8 个 issue: [TEIID-5130] - Document/refine behavior of treating result parameter as the first parameter [TEIID-5128] - transaction support value not cloned on acc...
Teiid 9.3.5 已发布,该版本解决了 8 个 issue:
[TEIID-5130] - Document/refine behavior of treating result parameter as the first parameter
[TEIID-5128] - transaction support value not cloned on access node
[TEIID-5133] - XmlTable path language is not always identical to XPathValue expressions
[TEIID-5137] - SystemAdmin.usage column dependency issue
[TEIID-5146] - UNION of two similar JOIN queries fails with ASSERTION FAILED error if it contains table function of procedural call with arguments
[TEIID-5152] - "No value was available" error message when evaluating an expression
[TEIID-5153] - RAND function gives same results in view
[TEIID-5166] - Google spreadsheet insert fails
Teiid是一个数据虚拟化系统,让应用程序使用来自多个异构数据存储的数据。
Teiid由一堆工具,组件和创建和执行双向数据的服务所组成。通过抽象和联合、数据存取和集成的实时分布式数据源,无需进行复制或以其他方式移动数据系统的纪录。
简而言之:Teiid 可以让你用 JDBC + SQL 来访问企业的任何数据,并可对这些不同源的数据进行联合查询。

【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
A Common-Sense Guide to Data Structures and Algorithms
Jay Wengrow / Pragmatic Bookshelf / 2017-8-13 / USD 45.95
If you last saw algorithms in a university course or at a job interview, you’re missing out on what they can do for your code. Learn different sorting and searching techniques, and when to use each. F......一起来看看 《A Common-Sense Guide to Data Structures and Algorithms》 这本书的介绍吧!