Skip to content

Link does not suport join and join does not suport link #16

@JailtonAraujo

Description

@JailtonAraujo

When using the link method in db.form() it is not possible to invoke a join clause within the link and the same happens in the join, for example:

_db.form('client_service')
.link(
  _db.link('client')
  .join(
    _db.manyToOne(
    'netuno_user',
    'client_user_id
    )
  )
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions