cyclop icon indicating copy to clipboard operation
cyclop copied to clipboard

Cyclop is a web based editor for Cassandra Query Language

Results 50 cyclop issues
Sort by recently updated
recently updated
newest added

See: TestQueryService#testExecute_CompoundPkNoDynamicColumns

enhancement

Values for configured columns names (regex list) should be hidden. This can be used to hide values for password-like columns, or other used sensitive data

enhancement

Currently we upload whole import file to server, divide it into chunks, and each chunk is being submitted to execution service, so that it can be processed in parallel. New...

enhancement