Ngugi1 / sqlite-net

Automatically exported from code.google.com/p/sqlite-net
0 stars 0 forks source link

RunInTransactionAsyncFails #42

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Invoke SQLiteAsyncConnection RunInTransactionAsync
2. Execute multiple InsertAsync inside the transaction

What is the expected output? What do you see instead?
Never inserts all the records

What version of the product are you using? On what operating system?
Win RT Metro style app.
sqlite-net 1.05

Please provide any additional information below.

Code doesn't throw any exception.

Original issue reported on code.google.com by fiveflam...@gmail.com on 24 Aug 2012 at 12:24