Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"change" evolution operators not implemented #40

Open
benatspo opened this issue Feb 21, 2020 · 1 comment
Open

"change" evolution operators not implemented #40

benatspo opened this issue Feb 21, 2020 · 1 comment
Labels
ddl Related to the DDL/Evolution operators

Comments

@benatspo
Copy link

Hi,

The following list contains the "change" evolution operators not yet available using QL, with their corresponding syntax (discussed during a meeting in Amsterdam):

  • Change attribute type -> syntax: change User.id : int
  • Change relation cardinality -> syntax: change Address.user [1..*]
  • Disable relation containment -> syntax: change Address.user ->
  • Enable relation containment -> syntax: change Address.user :->
  • Enable relation opposite -> syntax: syntax not defined
  • Disable relation opposite -> syntax: syntax not defined

Thank you for your help,

Pol

@DavyLandman DavyLandman added this to the ⛵ Final Release milestone Mar 3, 2020
@DavyLandman DavyLandman added the ddl Related to the DDL/Evolution operators label Mar 3, 2020
@MarieSaphira
Copy link

Is it possible to implement the AttributeChangeTypeHandler for ChangePrimitiveDataTypeAttribute in the next two weeks? @DavyLandman @tvdstorm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ddl Related to the DDL/Evolution operators
Projects
None yet
Development

No branches or pull requests

3 participants