We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 035a3f7 commit d6cd689Copy full SHA for d6cd689
src/ydn/db/base/schema/store.js
@@ -888,7 +888,7 @@ ydn.db.schema.Store.prototype.hintForWebSql = function(that) {
888
/** @type {goog.array.ArrayLike} */ (that.keyPath));
889
}
890
891
- // update composite index
+ // update composite index, FIXME: issue with duplicate index
892
for (var i = 0, n = that.indexes.length; i < n; i++) {
893
if (that.indexes[i].isComposite()) {
894
var name = that.indexes[i].getName();
0 commit comments