Skip to content

Commit

Permalink
docs: Remove comment about hashing because it no longer applies
Browse files Browse the repository at this point in the history
Co-authored-by: Phillip LeBlanc <[email protected]>
  • Loading branch information
peasee and phillipleblanc authored Aug 19, 2024
1 parent 75ed67f commit c07ae3c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sql/db_connection_pool/sqlitepool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ impl SqliteConnectionPoolFactory {
attach_databases.sort();

JoinPushDown::AllowedFor(attach_databases.join(";")) // push down is allowed cross-database when they're attached together
// hash the list of databases to generate the comparison for push down
}
}
(Mode::File, None) => JoinPushDown::AllowedFor(self.path.to_string()),
Expand Down

0 comments on commit c07ae3c

Please sign in to comment.