Skip to content

Commit

Permalink
Document that shadow tables are not recorded by dumpContent()
Browse files Browse the repository at this point in the history
  • Loading branch information
groue committed Jan 6, 2024
1 parent a00a3f7 commit c06552f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions GRDB/Dump/Database+Dump.swift
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ extension Database {
///
/// > Note: Internal SQLite and GRDB schema objects are not recorded
/// > (those with a name that starts with "sqlite_" or "grdb_").
/// >
/// > [Shadow tables](https://www.sqlite.org/vtab.html#xshadowname) are
/// > not recorded, starting SQLite 3.37+.
///
/// - Parameters:
/// - format: The output format.
Expand Down
3 changes: 3 additions & 0 deletions GRDB/Dump/DatabaseReader+dump.swift
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ extension DatabaseReader {
///
/// > Note: Internal SQLite and GRDB schema objects are not recorded
/// > (those with a name that starts with "sqlite_" or "grdb_").
/// >
/// > [Shadow tables](https://www.sqlite.org/vtab.html#xshadowname) are
/// > not recorded, starting SQLite 3.37+.
///
/// - Parameters:
/// - format: The output format.
Expand Down

0 comments on commit c06552f

Please sign in to comment.