Skip to content

Commit

Permalink
Added DB2 backend
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Chapligin committed Feb 5, 2013
1 parent b6cf700 commit 4e208c0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
3 changes: 0 additions & 3 deletions src/backends/db2/soci-db2.h
Expand Up @@ -28,13 +28,10 @@

#include <cstddef>
#include <string>
<<<<<<< HEAD
#include <vector>
#include <iostream>
#include <sstream>
#include <cstring>
=======
>>>>>>> Ignored ide files

#include <sqlcli1.h>

Expand Down
8 changes: 0 additions & 8 deletions src/backends/db2/test/test-db2.cpp
Expand Up @@ -6,11 +6,7 @@
//

#include "soci.h"
<<<<<<< HEAD
#include "soci-db2.h"
=======
#include "soci-empty.h"
>>>>>>> Ignored ide files
#include <iostream>
#include <string>
#include <cassert>
Expand All @@ -20,11 +16,7 @@
using namespace soci;

std::string connectString;
<<<<<<< HEAD
backend_factory const &backEnd = *soci::factory_db2();
=======
backend_factory const &backEnd = *soci::factory_empty();
>>>>>>> Ignored ide files


// NOTE:
Expand Down

0 comments on commit 4e208c0

Please sign in to comment.