diff --git a/sqlx-core/src/sqlite/connection/explain.rs b/sqlx-core/src/sqlite/connection/explain.rs new file mode 100644 index 00000000..e69de29b diff --git a/sqlx-core/src/sqlite/type_info.rs b/sqlx-core/src/sqlite/type_info.rs index 6818f821..5d1a58f3 100644 --- a/sqlx-core/src/sqlite/type_info.rs +++ b/sqlx-core/src/sqlite/type_info.rs @@ -41,7 +41,7 @@ impl TypeInfo for SqliteTypeInfo { match self.0 { DataType::Null => "NULL", DataType::Text => "TEXT", - DataType::Float => "FLOAT", + DataType::Float => "REAL", DataType::Blob => "BLOB", DataType::Int | DataType::Int64 => "INTEGER", DataType::Numeric => "NUMERIC",