Incorporate doc lib v4 ordering
This commit is contained in:
@@ -251,12 +251,6 @@ module Document =
|
||||
/// A query to select from a table by its web log ID
|
||||
let selectByWebLog table =
|
||||
Query.statementWhere (Query.find table) whereByWebLog
|
||||
|
||||
/// Count documents for the given web log ID
|
||||
let countByWebLog table (webLogId: WebLogId) conn = backgroundTask {
|
||||
let! count = Count.byFields table Any [ webLogField webLogId ] conn
|
||||
return int count
|
||||
}
|
||||
|
||||
|
||||
/// Functions to support revisions
|
||||
|
||||
Reference in New Issue
Block a user