You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/clauses/load-csv.adoc
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@
20
20
Alternatively, `LOAD CSV` also supports accessing CSV files via _HTTPS_, _HTTP_, and _FTP_.
21
21
* `LOAD CSV` supports resources compressed with _gzip_ and _Deflate_. Additionally `LOAD CSV` supports locally stored CSV files compressed with _ZIP_.
22
22
* `LOAD CSV` will follow _HTTP_ redirects but for security reasons it will not follow redirects that changes the protocol, for example if the redirect is going from _HTTPS_ to _HTTP_.
23
-
* `LOAD CSV` is often used in conjunction with the query clause `+CALL { ... } IN TRANSACTIONS+`, see xref::clauses/call-subquery#subquery-call-in-transactions[].
23
+
* `LOAD CSV` is often used in conjunction with the query clause xref:clauses/call-subquery#subquery-call-in-transactions[`CALL { ... } IN TRANSACTIONS`].
24
24
25
25
26
26
.Configuration settings for file URLs
@@ -222,8 +222,8 @@ This reduces the memory overhead of the transaction state.
222
222
223
223
[NOTE]
224
224
====
225
-
The query clause `+CALL { ... } IN TRANSACTIONS+` is only allowed in xref::introduction/transactions.adoc[implicit (auto-commit or `:auto`) transactions].
226
-
For more information, see xref::clauses/call-subquery#subquery-call-in-transactions[].
225
+
The query clause `CALL { ... } IN TRANSACTIONS` is only allowed in xref::introduction/transactions.adoc[implicit (auto-commit or `:auto`) transactions].
226
+
For more information, see xref:clauses/call-subquery#subquery-call-in-transactions[Subqueries in transactions].
0 commit comments