Skip to content
This repository has been archived by the owner on Nov 1, 2018. It is now read-only.

Commit

Permalink
Update API Check baseline to 2.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
smitpatel committed Sep 8, 2017
1 parent 1237bda commit 85b7d14
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 36 deletions.
115 changes: 91 additions & 24 deletions src/Microsoft.Data.Sqlite.Core/baseline.netcore.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"AssemblyIdentity": "Microsoft.Data.Sqlite, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
"AssemblyIdentity": "Microsoft.Data.Sqlite, Version=2.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
"Types": [
{
"Name": "Microsoft.Data.Sqlite.SqliteCacheMode",
Expand Down Expand Up @@ -531,7 +531,7 @@
"Kind": "Method",
"Name": "get_Handle",
"Parameters": [],
"ReturnType": "System.IntPtr",
"ReturnType": "SQLitePCL.sqlite3",
"Virtual": true,
"Visibility": "Public",
"GenericParameter": []
Expand Down Expand Up @@ -684,6 +684,52 @@
"Visibility": "Protected",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "CreateCollation",
"Parameters": [
{
"Name": "name",
"Type": "System.String"
},
{
"Name": "comparison",
"Type": "System.Comparison<System.String>"
}
],
"ReturnType": "System.Void",
"Virtual": true,
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "CreateCollation<T0>",
"Parameters": [
{
"Name": "name",
"Type": "System.String"
},
{
"Name": "state",
"Type": "T0"
},
{
"Name": "comparison",
"Type": "System.Func<T0, System.String, System.String, System.Int32>"
}
],
"ReturnType": "System.Void",
"Virtual": true,
"Visibility": "Public",
"GenericParameter": [
{
"ParameterName": "T",
"ParameterPosition": 0,
"BaseTypeOrInterfaces": []
}
]
},
{
"Kind": "Method",
"Name": "BeginTransaction",
Expand Down Expand Up @@ -1038,7 +1084,7 @@
"Kind": "Method",
"Name": "get_Handle",
"Parameters": [],
"ReturnType": "System.IntPtr",
"ReturnType": "SQLitePCL.sqlite3_stmt",
"Virtual": true,
"Visibility": "Public",
"GenericParameter": []
Expand Down Expand Up @@ -1140,6 +1186,17 @@
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "Close",
"Parameters": [],
"ReturnType": "System.Void",
"Virtual": true,
"Override": true,
"ImplementedInterface": "System.Data.IDataReader",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "Dispose",
Expand Down Expand Up @@ -1299,6 +1356,19 @@
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "GetDateTimeOffset",
"Parameters": [
{
"Name": "ordinal",
"Type": "System.Int32"
}
],
"ReturnType": "System.DateTimeOffset",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "GetDecimal",
Expand Down Expand Up @@ -1563,6 +1633,24 @@
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "ThrowExceptionForRC",
"Parameters": [
{
"Name": "rc",
"Type": "System.Int32"
},
{
"Name": "db",
"Type": "SQLitePCL.sqlite3"
}
],
"ReturnType": "System.Void",
"Static": true,
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Constructor",
"Name": ".ctor",
Expand Down Expand Up @@ -2708,27 +2796,6 @@
}
],
"GenericParameters": []
},
{
"Name": "Microsoft.Data.Sqlite.Internal.SqliteEngine",
"Visibility": "Public",
"Kind": "Class",
"Abstract": true,
"Static": true,
"Sealed": true,
"ImplementedInterfaces": [],
"Members": [
{
"Kind": "Method",
"Name": "UseWinSqlite3",
"Parameters": [],
"ReturnType": "System.Void",
"Static": true,
"Visibility": "Public",
"GenericParameter": []
}
],
"GenericParameters": []
}
]
}
12 changes: 0 additions & 12 deletions src/Microsoft.Data.Sqlite.Core/breakingchanges.netcore.json

This file was deleted.

0 comments on commit 85b7d14

Please sign in to comment.