Skip to content

Commit b8d9929

Browse files
committed
add doc
1 parent bed8caf commit b8d9929

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

postgresql/src/cache/postgres_cache_test.cpp

+5
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,11 @@ struct PostgresExamplePolicy {
9898
//
9999
// Required: no
100100
static constexpr bool kMayReturnNull = false;
101+
102+
// Order by clause of the query.
103+
//
104+
// Required: no
105+
static constexpr const char* kOrderBy = "updated asc";
101106
};
102107

103108
} // namespace example

0 commit comments

Comments
 (0)