jakartaee / persistence

https://jakartaee.github.io/persistence/
Other
187 stars 55 forks source link

introduce @Column(secondPrecision) & clarify semantics of @Column members #568

Closed gavinking closed 4 months ago

gavinking commented 5 months ago

see #563

gavinking commented 4 months ago

the new secondPrecision member needs to be added also to orm_3.2.xsd

Pushed. Did I do it right?

lukasj commented 4 months ago

the new secondPrecision member needs to be added also to orm_3.2.xsd

Pushed. Did I do it right?

Almost, but you're getting there. MapKeyColumn is there too

gavinking commented 4 months ago

I didn't add anything new to MapKeyColumn, just synchronized the javadoc.

And I don't think secondPrecision() would make sense for MapKeyColumn.

lukasj commented 4 months ago

I didn't add anything new to MapKeyColumn, just synchronized the javadoc.

Ah, right, an oversight on my end, sorry.