Skip to content

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

@asfernandes

Description

@asfernandes

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions