You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@metamodel.apache.org by ka...@apache.org on 2014/06/25 22:48:57 UTC

[3/3] git commit: METAMODEL-57: Updated changes.txt

METAMODEL-57: Updated changes.txt

Project: http://git-wip-us.apache.org/repos/asf/incubator-metamodel/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-metamodel/commit/3d683400
Tree: http://git-wip-us.apache.org/repos/asf/incubator-metamodel/tree/3d683400
Diff: http://git-wip-us.apache.org/repos/asf/incubator-metamodel/diff/3d683400

Branch: refs/heads/master
Commit: 3d683400b0fcbc18e019cecb7bd0f276a043017f
Parents: 4d77568
Author: Kasper Sørensen <i....@gmail.com>
Authored: Wed Jun 25 22:47:12 2014 +0200
Committer: Kasper Sørensen <i....@gmail.com>
Committed: Wed Jun 25 22:47:12 2014 +0200

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


http://git-wip-us.apache.org/repos/asf/incubator-metamodel/blob/3d683400/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index a7cb553..a719850 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,6 +2,7 @@ Apache MetaModel 4.1.0-incubating
 
  * [METAMODEL-13] - Added support for Apache HBase via the new module "MetaModel-hbase"
  * [METAMODEL-54] - ColumnType converted from enum to interface to allow for further specialization in modules.
+ * [METAMODEL-57] - Changed the column type VARCHAR into STRING for the modules: CSV, Fixedwidth, Excel and XML.
  * [METAMODEL-56] - Made separate column types for converted JDBC LOBs - "CLOB as String" and "BLOB as bytes".
  * [METAMODEL-41] - Added a parser for SimpleTableDef objects (SimpleTableDefParser). It parses statements similar to CREATE TABLE statements, although without the "CREATE TABLE" prefix. For example: foo (bar INTEGER, baz VARCHAR).
  * [METAMODEL-11] - New module "MetaModel-spring" which adds a convenient FactoryBean to produce various types of DataContext objects based on externalizable parameters, for Spring framework users.