-
Notifications
You must be signed in to change notification settings - Fork 439
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Added additional docs for executeUpdate (#2269)
* docs: Added additional docs for executeUpdate * Added notes that executeUpdate should be used for insert, update and delete statements, which should help quick searching of the docs. * Added an example update using a struct * Added links in the docs to DML guide * Removing accidental imports * Update Spanner/src/Transaction.php Co-Authored-By: John Pedrie <[email protected]> * Update Spanner/src/Transaction.php Co-Authored-By: John Pedrie <[email protected]> * Update Spanner/src/Transaction.php Co-Authored-By: John Pedrie <[email protected]> * Update Spanner/src/Transaction.php Co-Authored-By: John Pedrie <[email protected]> * Update Spanner/tests/Snippet/TransactionTest.php Co-Authored-By: John Pedrie <[email protected]> * Fixes snippet assertions * Update Spanner/src/Transaction.php Co-Authored-By: John Pedrie <[email protected]> * Update Spanner/src/Transaction.php Co-Authored-By: John Pedrie <[email protected]> * Moving see statement * Using fluent syntax in snippet
- Loading branch information
1 parent
f98eaca
commit b33bf33
Showing
2 changed files
with
84 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters