mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-23 08:31:43 +02:00
Auto init for Net and SQLite (win)
Auto init for Net and SQLite (only tested on Windows)
This commit is contained in:
@@ -103,9 +103,6 @@ public:
|
||||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
// register SQLite connector
|
||||
Poco::Data::SQLite::Connector::registerConnector();
|
||||
|
||||
// create a session
|
||||
Session session("SQLite", "sample.db");
|
||||
|
||||
|
Reference in New Issue
Block a user