Assignment instead of comparison in Driver20.getPropertyInfo
------------------------------------------------------------
Key: DERBY-5402
URL: https://issues.apache.org/jira/browse/DERBY-5402
Project: Derby
Issue Type: Bug
Components: JDBC
Affects Versions: 10.9.0.0
Reporter: Kristian Waagan
Assignee: Kristian Waagan
Priority: Minor
Assignment is used instead of comparison:
if (dbname.length() == 0 || (encryptDB = true && encryptpassword == null)) {
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira