mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-30 05:29:41 +01:00
namespace Keywords (!!! breaks existing code !!!)
Following keywords were moved from Poco:Data to Poco::Data::Keywords namespace - now - use - bind - into - in - out - io - from - bulk - null - limit - upperLimit - lowerLimit - range
This commit is contained in:
@@ -38,8 +38,12 @@
|
||||
#include "Connector.h"
|
||||
|
||||
|
||||
using namespace Poco::Data;
|
||||
using namespace Poco::Data::Keywords;
|
||||
using Poco::Thread;
|
||||
using Poco::Data::Session;
|
||||
using Poco::Data::SessionPool;
|
||||
using Poco::Data::SessionPoolExhaustedException;
|
||||
using Poco::Data::SessionUnavailableException;
|
||||
|
||||
|
||||
SessionPoolTest::SessionPoolTest(const std::string& name): CppUnit::TestCase(name)
|
||||
|
||||
Reference in New Issue
Block a user