immudb-py icon indicating copy to clipboard operation
immudb-py copied to clipboard

New parameter for sqlQuery()

Open pranavrd opened this issue 2 years ago • 1 comments

A select query fetches only up to a 1000 records. Can this be modified to fetch r number of records? For e.g.: results = client.sqlQuery(queryStr,r=100000)

pranavrd avatar Apr 28 '22 04:04 pranavrd