Closed penfold45 closed 10 years ago
@LarsFronius We have a test verifies this functionality?
Sure, actually a new keyspace is created before every testclass. @evseevnn @penfold45 , please check here how to create a keyspace: https://github.com/evseevnn/php-cassandra-binary/blob/master/tests/Setup/QueryTestCase.php#L19 Assumption: You are missing a
$temp_connection->connect();
before you do the query.
oops very sorry about that. Yes I am not connecting.
Hi I am trying to create a key space from php code if it does not exist. When I do the following
I get lots and lots of the following error
The first line (the connection) works fine no issues it appears to be when I call "->query()"
Is this something I am doing wrong?