You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tajo.apache.org by jh...@apache.org on 2014/05/28 11:41:59 UTC

git commit: TAJO-842: NULL handling in JDBC. (fixed a missing log in CHANGES)

Repository: tajo
Updated Branches:
  refs/heads/master 300fde0a6 -> 25c04db39


TAJO-842: NULL handling in JDBC. (fixed a missing log in CHANGES)


Project: http://git-wip-us.apache.org/repos/asf/tajo/repo
Commit: http://git-wip-us.apache.org/repos/asf/tajo/commit/25c04db3
Tree: http://git-wip-us.apache.org/repos/asf/tajo/tree/25c04db3
Diff: http://git-wip-us.apache.org/repos/asf/tajo/diff/25c04db3

Branch: refs/heads/master
Commit: 25c04db39d33d59b245730b5f2778a49e2042294
Parents: 300fde0
Author: jinossy <ji...@gmail.com>
Authored: Wed May 28 18:40:52 2014 +0900
Committer: jinossy <ji...@gmail.com>
Committed: Wed May 28 18:40:52 2014 +0900

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


http://git-wip-us.apache.org/repos/asf/tajo/blob/25c04db3/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 93ed43e..9a8478b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -15,6 +15,8 @@ Release 0.9.0 - unreleased
 
   IMPROVEMENT
 
+    TAJO-842: NULL handling in JDBC. (Hyoungjun Kim via jinho)
+
     TAJO-699: Create a table using LIKE. (Prafulla T via hyunsik)
 
     TAJO-825: Datetime type refactoring. (Hyoungjun Kim via jihoon)