mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-25 01:19:06 +02:00
fixed GH #2538: Poco::Data::Session::connector() returns empty string for MySQL session.
This commit is contained in:
parent
ae9a7368cc
commit
9f53d07d4c
@ -46,6 +46,7 @@ const std::string SessionImpl::MYSQL_SERIALIZABLE = "SERIALIZABLE";
|
||||
|
||||
SessionImpl::SessionImpl(const std::string& connectionString, std::size_t loginTimeout) :
|
||||
Poco::Data::AbstractSessionImpl<SessionImpl>(connectionString, loginTimeout),
|
||||
_connector("MySQL"),
|
||||
_handle(0),
|
||||
_connected(false),
|
||||
_inTransaction(false)
|
||||
|
Loading…
x
Reference in New Issue
Block a user