Skip to content

Alternative Fix for @Column on timestamp defined as timestamp(255)#3741

Closed
rbygrave wants to merge 1 commit into
masterfrom
feature/alternative-timestamp-255
Closed

Alternative Fix for @Column on timestamp defined as timestamp(255)#3741
rbygrave wants to merge 1 commit into
masterfrom
feature/alternative-timestamp-255

Conversation

@rbygrave

@rbygrave rbygrave commented Apr 9, 2026

Copy link
Copy Markdown
Member

As per #3720

Fix:
Detect the default value of @Column.length() which will be 255 when the JPA API is used rather than the Ebean supplied one.

As per #3720

Fix:
Detect the default value of `@Column.length()` which will be
255 when the JPA API is used rather than the Ebean supplied
one.
@rbygrave

Copy link
Copy Markdown
Member Author

Closing this PR as another approach was taken which was to make the timestamp type (that does have precision but not 255 worth of precision) more robust in terms of how it handles precision.

@rbygrave rbygrave closed this Apr 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant