datajoint / datajoint-matlab

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

update problematic tls keyword #439

Open stephenholtz opened 1 week ago

stephenholtz commented 1 week ago

PR to fix https://github.com/datajoint/datajoint-matlab/issues/438#issuecomment-2476558347.

Automatic access was broken when tls is not used for database connections. Previously used 'none' keyword resulted in a silent error, using 'false' instead (consistent with intended use), fixes the problem.

Let me know if you need anything else, happy to contribute.