datajoint / datajoint-docs-original

https://docs.datajoint.org
Other
2 stars 13 forks source link

Documentation of rename foreign key in matlab is not correct. #242

Open shenshan opened 4 years ago

shenshan commented 4 years ago

In the documentation for rename foreign key (https://docs.datajoint.io/matlab/definition/10-Dependencies.html?highlight=rename%20foreign%20key), we introduce the same one as in DataJoint Python: -> Table.proj(new_attr='old_attr'), but this is not supported yet, it should be: (new_attr) -> Table(old_attr)

guzman-raphael commented 3 years ago

Additionally, we should explicitly state that whitespace is not permitted between table_ref and ( as has been raised by some users.