Skip to content
Snippets Groups Projects
Commit b9f21f1a authored by Andy Yates's avatar Andy Yates
Browse files

DBNAME is no longer a required attribute as we now allow for direct DB...

DBNAME is no longer a required attribute as we now allow for direct DB connections. SQLHelper is now an attribute of a DBConnection. Methods added to avoid unintentional DB disconnections, working with the DBH safely and quote DB identifiers if required (useful to avoid SQL injection attacks with auto-generated code). Equals method also improved. Associated test cases written.
parent 2a6a2433
No related branches found
No related tags found
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment