-
Notifications
You must be signed in to change notification settings - Fork 42
Fix #138: correctly handle uint64 and int64 in restrictions #139
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
…an `make`: fix documentation issue 195
| Transactions are formed using the methods `startTransaction`, `cancelTransaction`, and `commitTransaction` of a connection object. | ||
| A connection object may obtained from any table object. | ||
|
|
||
| For example, the following code inserts mating entries for the master table `Session` and its part table `SessionExperimenter`. |
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.
Double backquotes.
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.
Also I assume you mean "matching entries".
| end | ||
|
|
||
|
|
||
| Here, to external observers, both inserts will take effect together only upon exiting from the `try-catch` block or will not have any effect at all. |
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.
Double backquotes
Also, add documentation for transactions, fixing https://github.com/datajoint/datajoint-docs/pull/201