-
Notifications
You must be signed in to change notification settings - Fork 90
Fix #511: prohibit direct inserts outside the make callback #514
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
I'm not entirely sure if I agree about adding this, at least without some discussions. I completely understand where this is coming from, but I want to make sure we flesh out all imaginable cases before we put in what would be a fairly strong restriction. |
|
This feature is introduced due to a user issue when they did not understand how auto-populate worked. They first inserted into master and then called This feature is important for new users to understand how to properly use DataJoint. If the user must insert directly, they can set |
|
Ok makes sense and ability to bypass was something I was going to request. Ok - I'd still like to think about this before I will fully accept. I also would prefer that you would create an issue describing this so that this PR can be considered as a fix for that issue. |
|
It is a fix of issue #511 |
|
Ah I oversaw that. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs very good documentation but I agree will help promote more consistent use of computed tables.
No description provided.