You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JPA has added #comment to a number of targets where we used to accept our own @Comment.
At the moment, the XSD has both an attribute (Table#comment) and an element (@Comment). We need to decide whether to deprecate @Comment or support both.
Also, what to do with XSD.
The text was updated successfully, but these errors were encountered:
I went ahead and deprecated our @Comment in favor of #comment on the various table and column annotations (I even marked it @Remove in 6.4, so we could potentially remove it in 7.0).
As for the XSD, JPA decided to make comment an element so I've normalized on that in ours.
JPA has added
#comment
to a number of targets where we used to accept our own@Comment
.At the moment, the XSD has both an attribute (
Table#comment
) and an element (@Comment
). We need to decide whether to deprecate@Comment
or support both.Also, what to do with XSD.
The text was updated successfully, but these errors were encountered: