mlockett42 / litedb-async

This library allows the use of asynchronous programming techniques with the LiteDb library
Apache License 2.0
104 stars 13 forks source link

Index name not passed to underlying collection #12

Closed uhfath closed 4 years ago

uhfath commented 4 years ago

https://github.com/mlockett42/litedb-async/blob/v0.0.6/litedbasync/Collections/Index.cs#L58

The name, which is passed is missed when calling the underlying EnsureIndex method.

mlockett42 commented 4 years ago

Fixed in v0.0.7