Skip to content

Commit 6f49ab3

Browse files
Merge branch 'main' into cds-connect-options
2 parents 8b2af74 + 51ae365 commit 6f49ab3

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

guides/temporal-data.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -163,12 +163,12 @@ GET Employees?
163163
$expand=jobs($select=role&$expand=dept($select=name))
164164
```
165165

166-
The values of `$at`, and so also the respective session variables, would be set to, for example:
166+
The values of `$valid`, and so also the respective session variables, would be set to, for example:
167167

168168
| | | |
169169
|--------------|----------------------------------|----------------------------|
170-
| `$at.from` = | _session_context('valid-from')_= | _2019-03-08T22:11:00Z_ |
171-
| `$at.to` = | _session_context('valid-to')_ = | _2019-03-08T22:11:00.001Z_ |
170+
| `$valid.from` = | _session_context('valid-from')_= | _2019-03-08T22:11:00Z_ |
171+
| `$valid.to` = | _session_context('valid-to')_ = | _2019-03-08T22:11:00.001Z_ |
172172

173173
The result set would be:
174174

@@ -193,12 +193,12 @@ GET Employees?sap-valid-at=date'2017-01-01'
193193
$expand=jobs($select=role&$expand=dept($select=name))
194194
```
195195

196-
The values of `$at` and hence the respective session variables would be set to, for example:
196+
The values of `$valid` and hence the respective session variables would be set to, for example:
197197

198198
| | | |
199199
|--------------|----------------------------------|----------------------------|
200-
| `$at.from` = | _session_context('valid-from')_= | _2017-01-01T00:00:00Z_ |
201-
| `$at.to` = | _session_context('valid-to')_ = | _2017-01-01T00:00:00.001Z_ |
200+
| `$valid.from` = | _session_context('valid-from')_= | _2017-01-01T00:00:00Z_ |
201+
| `$valid.to` = | _session_context('valid-to')_ = | _2017-01-01T00:00:00.001Z_ |
202202

203203
The result set would be:
204204

0 commit comments

Comments
 (0)