Skip to content

Fix #2393: Define signature column length for tests#2394

Merged
romanstrobl merged 1 commit into
developfrom
issues/2393-column-signature-length
May 29, 2026
Merged

Fix #2393: Define signature column length for tests#2394
romanstrobl merged 1 commit into
developfrom
issues/2393-column-signature-length

Conversation

@romanstrobl

Copy link
Copy Markdown
Member

The signature column length should be set for tests which use H2 database.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Sets explicit length on the signature column to ensure H2 (used in tests) allocates enough space for longer signature values.

Changes:

  • Add length = 8000 to the @Column annotation for SignatureEntity.signature.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@banterCZ banterCZ left a comment

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.

👏 Thanks for the fix!

@romanstrobl romanstrobl merged commit 98914a2 into develop May 29, 2026
5 checks passed
@romanstrobl romanstrobl deleted the issues/2393-column-signature-length branch May 29, 2026 06:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants