scassandra / scassandra-server

Stubbed Cassandra
http://www.scassandra.org
Other
87 stars 34 forks source link

Ability to control keyspace and table returned in prepared result. #117

Open tolbertam opened 8 years ago

tolbertam commented 8 years ago

In order to test token aware routing w/ Prepared Statements, it would be really handy if I could configure the keyspace and table returned in a prepared result. Currently it's hardcoded to "keyspace" and "table". I can currently work around this by faking out metadata with those names, so it's not a problem unless I need more than 1 topology or table to test at a time.

tolbertam commented 8 years ago

Same story with the column names in the result metadata (the names are based on the index of the column, i.e. 0, 1, etc.)

chbatey commented 8 years ago

+1