You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@hopson-2 I tested your example with master and it works. It was recently fixed and will be present in the next incremental release.
Also, a tip: there's no need to run EnsureIndex over the id field, since the index over the id is always created upon the first insertion and it can't be dropped.
--Glenn
From: Leonardo Nascimento <notifications@github.com>
Sent: Wednesday, March 25, 2020 1:21 PM
To: mbdavid/LiteDB <LiteDB@noreply.github.com>
Cc: Hopson Glenn MTMS <Glenn.Hopson@mt.com>; Mention <mention@noreply.github.com>
Subject: Re: [mbdavid/LiteDB] [BUG] v5.0.4 ILiteCollection.Find() does not work with enum (#1589)
@hopson-2<https://github.com/hopson-2> I tested your example with master and it works. It was recently fixed and will be present in the next incremental release.
Also, a tip: there's no need to run EnsureIndex over the id field, since the index over the id is always created upon the first insertion and it can't be dropped.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#1589 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAGFXQBQI6BZWXWECIVV3T3RJI4OZANCNFSM4LSF3RDA>.
Version
5.0.4/Windows 10/net framework 4.7,2
Describe the bug
the ILiteCollection.Find() method does not appear to work with enum
Code to Reproduce
LINQPad v5.41/C# Program
Expected behavior
collection items with matching enum values should be returned
Screenshots/Stacktrace
The text was updated successfully, but these errors were encountered: