Skip to content

Commit

Permalink
Group CreateConnection and GetConnection together in the header
Browse files Browse the repository at this point in the history
  • Loading branch information
JelteF committed Nov 11, 2024
1 parent d864692 commit 4f936ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/pgduckdb/pgduckdb_duckdb.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ class DuckDBManager {
}

static duckdb::unique_ptr<duckdb::Connection> CreateConnection();

static duckdb::Connection *GetConnection();
static duckdb::Connection *GetConnectionUnsafe();

Expand Down

0 comments on commit 4f936ee

Please sign in to comment.