mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-22 08:02:06 +02:00
Merge remote-tracking branch 'pocoproject/develop' into CygwinOnAppVeyor
Conflicts: Data/src/RecordSet.cpp Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
@@ -52,8 +52,8 @@ public:
|
||||
typedef Poco::Any (C::*PropertyGetter)(const std::string&);
|
||||
/// The getter method for a property.
|
||||
|
||||
AbstractSessionImpl(const std::string& connectionString,
|
||||
std::size_t timeout = LOGIN_TIMEOUT_DEFAULT): SessionImpl(connectionString, timeout),
|
||||
AbstractSessionImpl(const std::string& rConnectionString,
|
||||
std::size_t timeout = LOGIN_TIMEOUT_DEFAULT): SessionImpl(rConnectionString, timeout),
|
||||
_storage(std::string("deque")),
|
||||
_bulk(false),
|
||||
_emptyStringIsNull(false),
|
||||
|
Reference in New Issue
Block a user