Closed tlewin closed 11 years ago
It defaults the keyspace to system (which always exists) if none is provided. I don't see the need for this change.
The problema occurs when the server needs authentication. The command "USE system;" raise an exception askin for login and doesn't create the Database object, so I can't call the login! method.
Hi,
Any comment on this? I am working with patched version, which is not good, since it is complicated to maintain updates. I believe the specs fails because the test is executed on database that does not require authentication.
Regards!
@tlewin I just merged in a giant PR for Cassandra 1.2, please rebase and ensure that this still passes.
Hi,
I just sent an alternative fix for this issue in the pull request #56
Closing, this appears to be solved with #56.
On Database initialize execute USE command before login operation. This raise an error an the object is not created.