Skip to content
New issue

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

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

Already on GitHub? # 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.

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

No branches or pull requests

2 participants