axonops / axonops-workbench

AxonOps™ Workbench for Apache Cassandra® - Desktop application for Mac, Windows and Linux
https://axonops.com
Apache License 2.0
10 stars 0 forks source link

[feat]: Dont convert Selects to use JSON for AxonOps CQL Console #455

Open millerjp opened 6 days ago

millerjp commented 6 days ago

Discussed in https://github.com/axonops/axonops-workbench-cassandra/discussions/277

Originally posted by **millerjp** June 30, 2024 We currently convert users query to SELECT JSON so it can be displayed in the UI. We need to not do this automatically and convert the results to JSON in the app rather than as part of the query as this can skew the query and the trace information. Screenshot 2024-08-21 at 14 02 37 Screenshot 2024-08-21 at 14 01 36
millerjp commented 6 days ago

We need to think carefully about this @mhmdkrmabd. I think we change our cqlsh python to return JSON instead of plain text and parse the JSON.