[Groonga-commit] groonga/gcs [master] Don't validate field type on creation of IndexField instances

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Nov 15 17:55:46 JST 2012


YUKI Hiroshi	2012-11-15 17:55:46 +0900 (Thu, 15 Nov 2012)

  New Revision: 3f00f58d43b19faa7df8b056c8e2fa382e917869
  https://github.com/groonga/gcs/commit/3f00f58d43b19faa7df8b056c8e2fa382e917869

  Log:
    Don't validate field type on creation of IndexField instances

  Modified files:
    lib/database/index-field.js

  Modified: lib/database/index-field.js (+1 -1)
===================================================================
--- lib/database/index-field.js    2012-11-15 17:54:04 +0900 (c112483)
+++ lib/database/index-field.js    2012-11-15 17:55:46 +0900 (da0509a)
@@ -116,7 +116,7 @@ function IndexField(name, domain) {
   this.domain = domain;
   this.context = domain.context;
   this.name = name;
-  this.type = null;
+  this._type = null;
   this.initialize();
 };
 IndexField.prototype = {
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index