mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-27 13:46:32 +00:00
macros: add proper test for sqlite using database file
This commit is contained in:
committed by
Ryan Leckey
parent
8328e07c97
commit
6cea7e2c1b
@@ -64,7 +64,7 @@ impl Display for SqliteTypeInfo {
|
||||
|
||||
impl TypeInfo for SqliteTypeInfo {
|
||||
fn compatible(&self, other: &Self) -> bool {
|
||||
self.affinity == other.affinity
|
||||
self.r#type == other.r#type || self.affinity == other.affinity
|
||||
}
|
||||
|
||||
fn is_null_type(&self) -> bool {
|
||||
|
||||
Reference in New Issue
Block a user