datajoint / datajoint-python

Relational data pipelines for the science lab
https://datajoint.com/docs
GNU Lesser General Public License v2.1
170 stars 85 forks source link

Primary key attributes should respect order in which they are specified #47

Closed fabiansinz closed 9 years ago

dimitri-yatsenko commented 9 years ago

The description is ambiguous. How about the following?

  1. The order of the attributes in a table should match the order of attributes in its declaration
  2. The reverse engineered definition should exactly match the original definition. Both these conditions are met in the MATLAB version of datajoint and we should replicate the function.
dimitri-yatsenko commented 9 years ago

If you meant something else, please describe and provide a specific example to replicate the problem.

dimitri-yatsenko commented 9 years ago

Failed to reproduce. Closing as invalid.