HomeSoftware Heritage

cassandra.cql: Explicitly request columns, instead of 'SELECT *'.

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

cassandra.cql: Explicitly request columns, instead of 'SELECT *'.

'SELECT *' should be avoided in prepared statements, see
https://docs.datastax.com/en/developer/java-driver/3.0/manual/statements/prepared/#avoid-preparing-select-queries

Details

Provenance
vlorentzAuthored on Aug 11 2020, 12:22 PM
vlorentzPushed on Aug 12 2020, 10:13 AM
Differential Revision
D3761: cassandra.cql: Explicitly request columns, instead of 'SELECT *'.
Build Status
Buildable 14505
Build 22310: test-and-buildJenkins console · Jenkins

Event Timeline

Commit No Longer Exists

This commit no longer exists in the repository.