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
given the small sample size of three it may come out as sorted but if the database is hundreds of entries long you will never get it in the right order this seems too puzzling to be intended behavior, I know you can fix this with sort() but let's say I can't use sort() for our purposes.
I really hope that this is not the intended behavior because it feels really really janky.
The text was updated successfully, but these errors were encountered:
each time I do
database.find({})
it scrambles up the datafile e.g.:if we start with (data file name).db equaling to:
and we make a
find({})
request we end up with a (data file name).db that may equal to:given the small sample size of three it may come out as sorted but if the database is hundreds of entries long you will never get it in the right order this seems too puzzling to be intended behavior, I know you can fix this with sort() but let's say I can't use sort() for our purposes.
I really hope that this is not the intended behavior because it feels really really janky.
The text was updated successfully, but these errors were encountered: