Files
scylladb/cql3
Pekka Enberg b63d33526d cql3: Fix variable_specifications class get_partition_key_bind_indexes()
The "_specs" array contains column specifications that have the bind
marker name if there is one. That results in
get_partition_key_bind_indices() not being able to look up a column
definition for such columns. Fix the issue by keeping track of the
actual column specifications passed to add() like Cassandra does.

Fixes #2369
Message-Id: <1494397358-24795-1-git-send-email-penberg@scylladb.com>
2017-05-10 12:38:18 +03:00
..
2017-01-09 10:42:20 +02:00
2016-05-31 09:12:11 +03:00
2017-05-04 14:59:12 +03:00
2017-01-27 09:24:36 +02:00
2017-02-06 13:35:30 +01:00