Databases with period in name can not be selected
Brought to you by:
askgopal
Create a database with a period in the name. Ex: foo.01
Run program. Attach to DB and get list of databases.
foo.01 will be listed correctly.
Select foo.01 and then attempt to dump.
EXPECTED: Successfully goes to next page.
ACTUAL: Error saying "foo" is not a database. It appears to have dropped stuff after the period.