Shan Shen

Results 8 comments of Shan Shen

Hi @guzman-raphael, thanks for looking into this. `& latest` is necessary. `latest` output looks like this: ![image](https://user-images.githubusercontent.com/2539832/119570554-2250cf80-bd65-11eb-88b9-f23e4d016a68.png) and `behavior.CumulativeSummary` looks like this: ![image](https://user-images.githubusercontent.com/2539832/119570636-3d234400-bd65-11eb-840c-2c5e17495a55.png) I do need the field `latest_date` from...

Several notes: - Transaction of external table deletion is users’ responsibility, but we would like to provide a lock on the external table while files are being deleted. - Separation...

@dimitri-yatsenko I updated the error above.

In our documentation, it is explained as an OR List https://docs.datajoint.io/matlab/queries/06-Restriction.html#restriction-by-a-table

Tried two more cases, good to be added to the test cases. This works: ``` %{ pk_a: varchar(12) %} classdef A < dj.Manual end ``` ``` %{ -> subject.A pk_b:...

When reverse engineering a table definition from an existing table, the foreign key will be duplicated. For example, when reverse engineering a table called SessionTask, the automatic definition is: %{...

Hi @guzman-raphael , here is a toy example that reproduces the error: Table designs: ``` %{ # parent table parent_id: int ----- parent_value: int %} classdef Parent < dj.Manual end...