Skip to content

Commit

Permalink
fix: 🐛 fix auto-closing problem may happen in atomic transaction
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvia1106 committed May 21, 2020
1 parent 855b1bd commit fcd31c1
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 16 deletions.
8 changes: 6 additions & 2 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
tableName: 'table1',
item: {
key1: 'xixix' + Date.now(),
value1: 1 + Date.now()
value1: Date.now()
},
itemDuration: 1000 * 30
},
Expand Down Expand Up @@ -146,7 +146,11 @@
tableName: 'table1'
},
{
tableName: 'table3'
tableName: 'table3',
indexRange: {
indexName: 'id',
upperIndex: 30
}
}
])
.then(function (ob) {
Expand Down
Loading

0 comments on commit fcd31c1

Please sign in to comment.