Skip to content

Commit 50b4c6d

Browse files
committed
core/ConnectionPool: Mark SQLiteConnectionPool as obsolete
1 parent ac96b4f commit 50b4c6d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/SQLite.Net/SQLiteConnectionPool.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,14 @@
2121
// THE SOFTWARE.
2222
//
2323

24+
using System;
2425
using System.Collections.Generic;
2526
using JetBrains.Annotations;
2627
using SQLite.Net.Interop;
2728

2829
namespace SQLite.Net
2930
{
31+
[Obsolete]
3032
public class SQLiteConnectionPool
3133
{
3234
private readonly Dictionary<string, Entry> _entries = new Dictionary<string, Entry>();

0 commit comments

Comments
 (0)