Repository: tajo Updated Branches: refs/heads/window_function 6771d20e8 -> a8bf9a36c
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/window_function Commit: 25c04db39d33d59b245730b5f2778a49e2042294 Parents: 300fde0 Author: jinossy <[email protected]> Authored: Wed May 28 18:40:52 2014 +0900 Committer: jinossy <[email protected]> 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)
