mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-23 16:48:06 +02:00
hasMicrosecond is undefined (#3842)
This commit is contained in:
@@ -50,9 +50,6 @@ public:
|
|||||||
static std::string hostInfo(Poco::Data::Session& session);
|
static std::string hostInfo(Poco::Data::Session& session);
|
||||||
/// Returns host info.
|
/// Returns host info.
|
||||||
|
|
||||||
static bool hasMicrosecond();
|
|
||||||
/// Rturns true if microseconds are suported.
|
|
||||||
|
|
||||||
static MYSQL* handle(Poco::Data::Session& session);
|
static MYSQL* handle(Poco::Data::Session& session);
|
||||||
/// Returns native MySQL handle for the session.
|
/// Returns native MySQL handle for the session.
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user