Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add overload FbVarChar::set function for non null-terminated string #7685

Closed
asfernandes opened this issue Jul 26, 2023 · 1 comment
Closed

Comments

@asfernandes
Copy link
Member

Currently we have method void FbVarChar::set(const char* s) for null-terminated string.

It's good to have an overload void FbVarChar::set(const char* s, unsigned len) for non null-terminated strings.

@aafemt
Copy link
Contributor

aafemt commented Jul 26, 2023

Methods accepting std::string and std::wstring also would be good.

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

No branches or pull requests

2 participants