Fix missing documentation warning; improve the documentation message

This commit is contained in:
Anton Harniakou
2025-04-24 10:36:23 +03:00
parent 0a69ea0138
commit 51fc1773ea

View File

@@ -1622,7 +1622,7 @@ pub enum PragmaName {
LegacyFileFormat,
/// Return the total number of pages in the database file.
PageCount,
// `page_size` pragma
/// Return the page size of the database in bytes.
PageSize,
/// returns information about the columns of a table
TableInfo,