datajoint / datajoint-matlab

Relational data pipelines for the science lab
MIT License
42 stars 38 forks source link

Officially use the `+` operator for unions #422

Open A-Baji opened 1 year ago

A-Baji commented 1 year ago

Feature Request

Problem

Unions currently use |. Using + is supported but raises a warning.

Requirements

Remove the | operator as a valid union operator and replace it with +. Remove the warning raised when using +.

Justification

image

Additional Research and Context

421