Skip to content

Commit

Permalink
add doc
Browse files Browse the repository at this point in the history
  • Loading branch information
IsThisLoss committed Jun 4, 2024
1 parent b1eadb2 commit 09760eb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions postgresql/src/cache/postgres_cache_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@ struct PostgresExamplePolicy {
//
// Required: no
static constexpr bool kMayReturnNull = false;

// Order by clause of the query.
//
// Required: no
static constexpr const char* kOrderBy = "updated asc";
};

} // namespace example
Expand Down

0 comments on commit 09760eb

Please sign in to comment.