kjk / dbworkbench

Database workbench for Mac and Windows
MIT License
5 stars 1 forks source link

Limit amount of results for queries #67

Closed kjk closed 8 years ago

kjk commented 8 years ago

Either by adding LIMIT to the query (can be tricky for more complicated queries and if the query already has a limit) or doing that in Go code (stop iteration after getting N results).