Skip to content

Commit

Permalink
Update include/soci/session.h
Browse files Browse the repository at this point in the history
Co-authored-by: VZ <vz-github@zeitlins.org>
  • Loading branch information
cstiborg and vadz authored Aug 25, 2024
1 parent fca8d97 commit 04300dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/soci/session.h
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ class SOCI_DECL session
SOCI_NOT_COPYABLE(session)

void reset_after_move();
schema_table_name * alloc_schema_table_name(std::string & tableName);
schema_table_name * alloc_schema_table_name(const std::string& tableName);

std::ostringstream query_stream_;
std::unique_ptr<details::query_transformation_function> query_transformation_;
Expand Down

0 comments on commit 04300dc

Please sign in to comment.