Skip to content

Fix passing arguments#8979

Open
3qupo wants to merge 3 commits intoFirebirdSQL:masterfrom
3qupo:fix_passing_arguments
Open

Fix passing arguments#8979
3qupo wants to merge 3 commits intoFirebirdSQL:masterfrom
3qupo:fix_passing_arguments

Conversation

@3qupo
Copy link
Copy Markdown

@3qupo 3qupo commented Apr 5, 2026

No description provided.

@@ -1348,7 +1347,7 @@ namespace
break;
}
if (strOffset >= strLength)
cb->err(Arg::Gds(isc_data_for_format_is_exhausted) << string(it->patternStr.data()));
cb->err(Arg::Gds(isc_data_for_format_is_exhausted) << string(it->patternStr.data(), it->patternStr.length()));
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We already have StringBase::assign(std::string_view s), why not add StringBase::StringBase(std::string_view s) ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants