null+****@clear*****
null+****@clear*****
2012年 8月 3日 (金) 17:37:47 JST
SHIMODA Hiroshi 2012-08-03 17:37:47 +0900 (Fri, 03 Aug 2012) New Revision: 5d587cda5fd953b91c024287f6b2299697360485 https://github.com/groonga/gcs/commit/5d587cda5fd953b91c024287f6b2299697360485 Log: Return index table names correctly Modified files: lib/database/index-field.js Modified: lib/database/index-field.js (+2 -2) =================================================================== --- lib/database/index-field.js 2012-08-03 17:33:44 +0900 (11b941a) +++ lib/database/index-field.js 2012-08-03 17:37:47 +0900 (f3ba2c3) @@ -61,10 +61,10 @@ IndexField.prototype = { return this._columnName; }, get indexColumnName() { - this.domain.indexTableBaseName + this.columnName; + return this.domain.indexTableBaseName + this.columnName; }, get indexTableName() { - this.domain.indexTableBaseName + this.columnName; + return this.domain.indexTableBaseName + this.columnName; }, get indexTableKeyType() { var type = this.type; -------------- next part -------------- HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...ダウンロード