mirror of
https://github.com/launchbadge/sqlx
synced 2024-11-10 22:44:17 +00:00
has_columns is only used for postgres
This commit is contained in:
parent
1350bfb822
commit
42d0a9bc3d
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ where
|
|||
}
|
||||
}
|
||||
|
||||
#[allow(unused)]
|
||||
pub fn has_columns(&self, id: Id) -> bool {
|
||||
self.columns.contains_key(&id)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue