datajoint-matlab
datajoint-matlab copied to clipboard
Relational data pipelines for the science lab
## Feature Request ### Problem In order to solve easily guessable passwords, I use a password manager. However, the dialogue box to input passwords does not allow pasting meaning I...
## Bug Report ### Description When connecting to the database through DataJoint, if the user decides to close the window that would request the password for the database, the computer...
## Bug Report ### Description A schema name that starts with an upper case character (MySchema) will be created fine and works for the most part, but 1. an edr...
## Feature Request ### Problem On line 867 of dj.internal.Relvar attr.isString is equated with ischar(),, which disallows the use of Matlab strings . A simple fix would be to write...
I installed MySQL server 8.0.32, matlab R2022b, Datajoint 3.5.0, mym 2.8.5 on my desktop 64 bit Windows 10 machine. When I typed in dj.conn( ) in matlab and entered credentials,...
addresses #422
## Feature Request ### Problem Unions [currently use](https://github.com/datajoint/datajoint-matlab/blob/master/%2Bdj/%2Binternal/GeneralRelvar.m#L393) `|`. Using `+` is supported but [raises a warning](https://github.com/datajoint/datajoint-matlab/commit/9be55dc38981eb3b36b3e7d96e86f3b488494d80#diff-d0b248c60d63b45c5f7f8c77b6d53c55ff22e5c37fd6b2b34b7d6587197b110bR570). ### Requirements Remove the `|` operator as a valid union operator and replace...
## Bug Report ### Description function syncDef misses [nullable] flag and field comments for foreign keys fields. ### Reproducibility Include: - **OS** MACOS | 12.4 - **MATLAB Version** 2020a -...