HomeSoftware Heritage

cassandra.cql: Use a dict of statements instead of dynamically building method…

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

Description

cassandra.cql: Use a dict of statements instead of dynamically building method names

in the two methods which need to switch between statements.

The method name building was done to shoehorn this statement switching
into the existing @_prepared_select_statement.

This introduces @_prepared_select_statements (plural), which does this
switching properly, using a dictionary.

Details

Provenance
vlorentzAuthored on Aug 13 2020, 5:04 PM
vlorentzPushed on Aug 14 2020, 6:06 PM
Differential Revision
D3787: cassandra.cql: Use a dict of statements instead of dynamically building method names
Build Status
Buildable 14640
Build 22553: test-and-buildJenkins console · Jenkins

Commit No Longer Exists

This commit no longer exists in the repository.