New issue 12 by chrisjon...@googlemail.com: Connection strings are not
generated correctly when database name has square brackets
http://code.google.com/p/tarantino/issues/detail?id=12
What steps will reproduce the problem?
1. Create/Update a database with square brackets in its name. i.e. [my.db]
What is the expected output? What do you see instead?
Login fails. Cannot connect to the database [my.db].
Please use labels and text to provide additional information.
Square brackets are valid for SQL commands but not for connection strings.
Attachments:
Correctly_removes_square_brackets_from_database_name.patch 2.0 KB
Also the DatabaseCreator and DatabaseDropper wrap the name with [ & ]
causing double [[ & ]].
Attachments:
Correctly_removes_square_brackets_from_database_name.patch 2.0 KB