mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-02-10 01:35:03 +01:00
Version 4.13.0
This commit is contained in:
parent
8244ddb5c3
commit
35582abc13
|
|
@ -51,7 +51,7 @@ namespace MapControl.Caching
|
|||
|
||||
private SQLiteCommand GetItemCommand(string key)
|
||||
{
|
||||
var command = new SQLiteCommand("select expiration, buffer from items where key=@key", connection);
|
||||
var command = new SQLiteCommand("select expiration, buffer from items where key = @key", connection);
|
||||
command.Parameters.AddWithValue("@key", key);
|
||||
return command;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue