Skip to content

Commit d6cd689

Browse files
committedMar 6, 2016
bug for issue #98
1 parent 035a3f7 commit d6cd689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/ydn/db/base/schema/store.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,7 @@ ydn.db.schema.Store.prototype.hintForWebSql = function(that) {
888888
/** @type {goog.array.ArrayLike} */ (that.keyPath));
889889
}
890890

891-
// update composite index
891+
// update composite index, FIXME: issue with duplicate index
892892
for (var i = 0, n = that.indexes.length; i < n; i++) {
893893
if (that.indexes[i].isComposite()) {
894894
var name = that.indexes[i].getName();

0 commit comments

Comments
 (0)
Please sign in to comment.