typo
This commit is contained in:
parent
2d8f6be126
commit
da0bff519b
1 changed files with 2 additions and 2 deletions
|
|
@ -297,7 +297,7 @@ Output:
|
|||
[1,2,3]
|
||||
```
|
||||
|
||||
This call uses a transaction and will either insert all or no records. If the transaction failed it will return 'null'.
|
||||
This call uses a transaction and will either insert all or no records. If the transaction fails it will return 'null'.
|
||||
|
||||
### Read
|
||||
|
||||
|
|
@ -363,7 +363,7 @@ Output:
|
|||
[1,1]
|
||||
```
|
||||
|
||||
This call uses a transaction and will either update all or no records. If the transaction failed it will return 'null'.
|
||||
This call uses a transaction and will either update all or no records. If the transaction fails it will return 'null'.
|
||||
|
||||
### Delete
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue