[Groonga-commit] groonga/gcs [master] Change minimum length of index field name from 3 to 1

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Nov 21 19:17:36 JST 2012


YUKI Hiroshi	2012-11-21 19:17:36 +0900 (Wed, 21 Nov 2012)

  New Revision: a3fb578edb370b471314c62791aebcaf84fc18e0
  https://github.com/groonga/gcs/commit/a3fb578edb370b471314c62791aebcaf84fc18e0

  Log:
    Change minimum length of index field name from 3 to 1

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

  Modified: lib/database/index-field.js (+1 -1)
===================================================================
--- lib/database/index-field.js    2012-11-21 19:14:59 +0900 (c36504b)
+++ lib/database/index-field.js    2012-11-21 19:17:36 +0900 (8a460bc)
@@ -4,7 +4,7 @@ var FieldOptionConflictError = require('../errors').FieldOptionConflictError;
 
 var MINIMUM_NAME_LENGTH =
       exports.MINIMUM_NAME_LENGTH =
-      IndexField.MINIMUM_NAME_LENGTH = 3;
+      IndexField.MINIMUM_NAME_LENGTH = 1;
 var MAXIMUM_NAME_LENGTH =
       exports.MAXIMUM_NAME_LENGTH =
       IndexField.MAXIMUM_NAME_LENGTH = 64;
-------------- next part --------------
HTML����������������������������...
Download 



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