You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by iv...@apache.org on 2015/07/29 16:48:11 UTC

[2/3] incubator-ignite git commit: #ignite-1170: remove unused fields in nodejs sql query.

#ignite-1170: remove unused fields in nodejs sql query.


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

Branch: refs/heads/ignite-1170
Commit: efe24c41437ce13da7e8c6c727bfc6b77be14f18
Parents: e073d34
Author: ivasilinets <iv...@gridgain.com>
Authored: Wed Jul 29 17:03:37 2015 +0300
Committer: ivasilinets <iv...@gridgain.com>
Committed: Wed Jul 29 17:03:37 2015 +0300

----------------------------------------------------------------------
 modules/nodejs/src/main/js/sql-fields-query.js | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/efe24c41/modules/nodejs/src/main/js/sql-fields-query.js
----------------------------------------------------------------------
diff --git a/modules/nodejs/src/main/js/sql-fields-query.js b/modules/nodejs/src/main/js/sql-fields-query.js
index 7b07baa..4a03f96 100644
--- a/modules/nodejs/src/main/js/sql-fields-query.js
+++ b/modules/nodejs/src/main/js/sql-fields-query.js
@@ -24,7 +24,6 @@ function SqlFieldsQuery(sql) {
     this._sql = sql;
     this._arg = [];
     this._pageSz = 1;
-    this._type = null;
 }
 
 /**