Jesse Claven drivers all time


 0 Collaborator

 6 Patch
eda888630c22147ac2eb46c7388f502e6e8b6928, 38fba0d56f9950ce8c0505a0316490b962898b1a, 90f11e5acdd5bd388afc3d11306bb6ea7353b664, 2f5e839d1eb66a65c3a6f465080e56a92bf497d1, bd5840f9753ee611ab175e1a15eca66bebd0ca1f, fa984603458eea8ad76f11fc6dcfa7ee87ef7b01

eda888630c22147ac2eb46c7388f502e6e8b6928 | Author: Jesse Claven <jesse.claven@gmail.com>
 | 2017-01-19 20:41:33+01:00

    Remove unused variable.

38fba0d56f9950ce8c0505a0316490b962898b1a | Author: Jesse Claven <jesse.claven@gmail.com>
 | 2017-01-19 19:54:58+01:00

    Correct testing function call.

90f11e5acdd5bd388afc3d11306bb6ea7353b664 | Author: Jesse Claven <jesse.claven@gmail.com>
 | 2017-01-19 15:12:18+01:00

    Update godoc for KeyspaceMetadata() indicating what the function returns if the specified
    keyspace does not exist.

2f5e839d1eb66a65c3a6f465080e56a92bf497d1 | Author: Jesse Claven <jesse.claven@gmail.com>
 | 2017-01-19 15:09:29+01:00

    Add author.

bd5840f9753ee611ab175e1a15eca66bebd0ca1f | Author: Jesse Claven <jesse.claven@gmail.com>
 | 2017-01-19 15:05:00+01:00

    Correct a small spelling mistake.

fa984603458eea8ad76f11fc6dcfa7ee87ef7b01 | Author: Jesse Claven <jesse.claven@gmail.com>
 | 2017-01-19 15:03:40+01:00

    When attempting to fetch a keyspace's metadata, if the keyspace doesn't
    exist in the database, return an error indicating so.
    
    Previously, the query getting the keyspace was not checked to see if it
    returned a row.