Skip to content

Commit 8ba8738

Browse files
README update.
1 parent 5910ae3 commit 8ba8738

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,11 @@ If the Where method is not called in the expression, it will at an empty selecto
179179
| execution_stats | IncludeExecutionStats() |
180180
| conflicts | IncludeConflicts() |
181181

182+
### Other IQueryable methods?
183+
184+
IQueryable methods that are not natively supported by CouchDB are evaluated in-memory using the IEnumerable counterpart, if possible.
185+
**WARN** Max and Min are not working now because the mapping from IQueryable to IEnumerable is not 1 to 1.
186+
182187
## Client operations
183188

184189
```csharp
@@ -218,12 +223,6 @@ await rebels.Security.SetInfoAsync(securityInfo);
218223
var securityInfo = await rebels.Security.GetInfoAsync();
219224
```
220225

221-
### Other IQueryable methods?
222-
223-
IQueryable methods that are not natively supported by CouchDB are evaluated in-memory using the IEnumerable counterpart, if possible.
224-
**WARN** Max and Min are not working now because the mapping from IQueryable to IEnumerable is not 1 to 1.
225-
226-
227226
## Authentication
228227

229228
If authentication is needed currently there are two ways: Basic and Cookie authentication.

0 commit comments

Comments
 (0)