fix compile of pgsql2sqlite
This commit is contained in:
parent
10196f35b4
commit
153c7cce60
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ void pgsql2sqlite(Connection conn,
|
|||
|
||||
std::string output_table_insert_sql = "insert into " + output_table_name + " values (?";
|
||||
|
||||
context_ptr ctx = boost::make_shared<context_type>();
|
||||
context_ptr ctx = std::make_shared<context_type>();
|
||||
|
||||
for ( unsigned pos = 0; pos < num_fields ; ++pos)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue