mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-21 07:45:01 +02:00
[SF 2505290] DB connection as URI (MySQL not tested!)
This commit is contained in:
@@ -41,7 +41,8 @@ namespace Poco {
|
||||
namespace Data {
|
||||
|
||||
|
||||
SessionImpl::SessionImpl()
|
||||
SessionImpl::SessionImpl(const std::string& connectionString):
|
||||
_connectionString(connectionString)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user