Skip to content

Incorrect DEFAULT_MAX_INLINE_BLOB_SIZE value #937

Description

@Noremos

In the Firebird, the MAX_INLINE_BLOB_SIZE is MAX_USHORT witch is equals to 65535 (see https://github.com/FirebirdSQL/firebird/blob/master/src/remote/remote.h#L107C43-L107C58).

But Jaybird sets the value to 65536:

public static final int DEFAULT_MAX_INLINE_BLOB_SIZE = 64 * 1024;

Firebird handles these cases, but the Debug build has an annoying assert violation. It would be nice to fix it.
I'll create a pull request for this.

Activity

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

Metadata

Metadata

Assignees

Type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions