Skip to content

Commit 0c48c2a

Browse files
stefano-ottolenghibigmontz
authored andcommitted
Remove deprecated procedures mention from TransactionConfig docs. (#1063)
1 parent a821343 commit 0c48c2a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

packages/neo4j-driver/src/docs.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
* @property {number} timeout - the transaction timeout in **milliseconds**. Transactions that execute longer than the configured timeout will
3232
* be terminated by the database. This functionality allows to limit query/transaction execution time. Specified timeout overrides the default timeout
3333
* configured in the database using `dbms.transaction.timeout` setting. Value should not represent a duration of zero or negative duration.
34-
* @property {Object} metadata - the transaction metadata. Specified metadata will be attached to the executing transaction and visible in the output of
35-
* `dbms.listQueries` and `dbms.listTransactions` procedures. It will also get logged to the `query.log`. This functionality makes it easier to tag
36-
* transactions and is equivalent to `dbms.setTXMetaData` procedure.
34+
* @property {Object} metadata - the transaction metadata. Specified metadata will be attached to the executing transaction and visible in the output
35+
* of `SHOW TRANSACTIONS YIELD *`. It will also get logged to the `query.log` file. This functionality makes it easier to tag transactions and is
36+
* equivalent to the `dbms.setTXMetaData` procedure, see https://neo4j.com/docs/cypher-manual/current/clauses/transaction-clauses/#query-listing-transactions
37+
* and https://neo4j.com/docs/operations-manual/current/reference/procedures/ for reference.
3738
*/

0 commit comments

Comments
 (0)