mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-23 10:38:57 +00:00
sqlite: implement support for multiple statements
This commit is contained in:
@@ -10,8 +10,7 @@ impl Database for Sqlite {
|
||||
|
||||
type TypeInfo = super::SqliteTypeInfo;
|
||||
|
||||
// TODO?
|
||||
type TableId = u32;
|
||||
type TableId = String;
|
||||
|
||||
type RawBuffer = Vec<super::SqliteArgumentValue>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user