Skip to content
This repository has been archived by the owner on Apr 12, 2023. It is now read-only.

Specify that table names need to be capitalized on the "Getting started" page. #14

Open
mjlm opened this issue Nov 5, 2016 · 1 comment

Comments

@mjlm
Copy link

mjlm commented Nov 5, 2016

Could save new users a bit of debugging time in the future.

It would be even better to check correct capitalization when creating a table and provide an informative error.

Currently, an uninformative error is thrown in Matlab:

Error using containers.Map/subsref
The specified key is not present in this container.

But the table is still created behind the scenes, even though the error was thrown. So when the user tries again, a different error is thrown:

Error using mym
Table 'mouse' already exists

This is pretty confusing.

@dimitri-yatsenko
Copy link
Member

Additionally, we should mention that after errors occur, it may become necessary to dj.close() and clear classes so that everything could be properly reloaded.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants