Skip to content

Disable table joins for ObjectExistsByDistinctValue #28

@hisystems

Description

@hisystems

Currently, when the Database.ObjectExists function is called and there are table joins because:

  • the distinct field must exist on the primary database table and therefore a distinct field on a joined table is not possible.
  • in most circumstances it will unnecessarily burden the database server with a table join when the key field is typically located in the main table - not in a joined table.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions