mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-06 06:55:04 +00:00
Assembly Info
This commit is contained in:
parent
1807c2fa56
commit
24850446e7
4 changed files with 23 additions and 3 deletions
|
|
@ -32,7 +32,7 @@ namespace MapControl.Caching
|
|||
path = Path.Combine(path, "TileCache.sqlite");
|
||||
}
|
||||
|
||||
var connection = new SQLiteConnection("Data Source=" + Path.GetFullPath(path));
|
||||
connection = new SQLiteConnection("Data Source=" + Path.GetFullPath(path));
|
||||
connection.Open();
|
||||
|
||||
using (var command = new SQLiteCommand("create table if not exists items (key text primary key, expiration integer, buffer blob)", connection))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue