mbdavid / LiteDB.Studio

A GUI tool for viewing and editing documents for LiteDB v5
MIT License
781 stars 200 forks source link

select rows limit 1000 #20

Closed gothrek closed 3 years ago

gothrek commented 4 years ago

its possible see more than 1000 rows from a select?

josephinenewbie commented 4 years ago

select $ from TABLE limit 100

Bluscream commented 3 years ago

This does only show less results, not more!

gothrek commented 3 years ago

tks :(

Paul-Williams commented 3 years ago

Why was this closed? Is this solved?

tjmoore commented 3 years ago

Not solved in the latest version (1.0.2).

SELECT $ FROM TABLE limit 2000

and I get 1000.

Same command from LiteDb.Shell and I get all events up to 2000 max.

SachsKaylee commented 2 years ago

In case anyone needs it, we needed this feature for ourselves and implemented it in a fork: https://github.com/Sahnee-DE/LiteDB.Studio/releases/tag/v1.0.2-SAHNEE