sqlectron / sqlectron-gui

A simple and lightweight SQL client desktop with cross database and platform support.
https://sqlectron.github.io/
MIT License
4.55k stars 522 forks source link

Cassandra WHERE partitionKey IN (values…) #715

Open lapo-luchini opened 1 year ago

lapo-luchini commented 1 year ago

I get this error:

Error invoking remote method 'DB_EXECUTE_QUERY': ResponseError: Cannot page queries with both ORDER BY and a IN restriction on the partition key; you must either remove the ORDER BY or the IN and sort client side, or disable paging for this query

I would whish for an option to disable paging, so that this can be done.