[metamodel] branch master updated: Updated CHANGES.md

2019-02-25 Thread kaspersor
This is an automated email from the ASF dual-hosted git repository.

kaspersor pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/metamodel.git


The following commit(s) were added to refs/heads/master by this push:
 new f6a46c7  Updated CHANGES.md
f6a46c7 is described below

commit f6a46c75f2a015f763d769a8a03f55ea121d9510
Author: Kasper Sørensen 
AuthorDate: Mon Feb 25 22:22:57 2019 -0800

Updated CHANGES.md
---
 CHANGES.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/CHANGES.md b/CHANGES.md
index badb3bf..f51f2ea 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -2,6 +2,8 @@
 
  * [METAMODEL-1208] - Fixed closing of JDBC ResultSets when getting certain 
metadata.
  * [METAMODEL-156] - Fixed issue in selection of default schema when multiple 
schema names match substring of connection string.
+ * Improvement to Hive SQL dialect to support limit/offset pagination.
+ * Added DataContextFactory for DynamoDB connections. 
 
 ### Apache MetaModel 5.2.0
 



[metamodel] branch master updated: Updated CHANGES.md

2019-05-01 Thread kaspersor
This is an automated email from the ASF dual-hosted git repository.

kaspersor pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/metamodel.git


The following commit(s) were added to refs/heads/master by this push:
 new 3df020a  Updated CHANGES.md
3df020a is described below

commit 3df020a31be3a4c4d82d1305670878b25d85bcef
Author: Kasper Sørensen 
AuthorDate: Wed May 1 13:22:07 2019 -0600

Updated CHANGES.md
---
 CHANGES.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGES.md b/CHANGES.md
index d394feb..b786b88 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,6 @@
 ### Apache MetaModel _WIP_
 
+ * [METAMODEL-1211] - Fix bug of getting all SelectItems when performing 
nested loop joins.
  * Improved HBase query building by scanning columns instead of column 
families.
 
 ### Apache MetaModel 5.3.0



[metamodel] branch master updated: Updated CHANGES.md with note about #210

2019-03-04 Thread kaspersor
This is an automated email from the ASF dual-hosted git repository.

kaspersor pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/metamodel.git


The following commit(s) were added to refs/heads/master by this push:
 new 0790c13  Updated CHANGES.md with note about #210
0790c13 is described below

commit 0790c1311d35013973defe559dcf265f90e310a7
Author: Kasper Sørensen 
AuthorDate: Mon Mar 4 19:23:54 2019 -0800

Updated CHANGES.md with note about #210
---
 CHANGES.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGES.md b/CHANGES.md
index f51f2ea..bc14685 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -4,6 +4,7 @@
  * [METAMODEL-156] - Fixed issue in selection of default schema when multiple 
schema names match substring of connection string.
  * Improvement to Hive SQL dialect to support limit/offset pagination.
  * Added DataContextFactory for DynamoDB connections. 
+ * Added SQL rewriting rules for Impala.
 
 ### Apache MetaModel 5.2.0