Skip to content

Commit 81299c3

Browse files
authored
fix(DataStore): add missing SQLite3 import (#1368)
1 parent d257ac8 commit 81299c3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

AmplifyPlugins/DataStore/AWSDataStoreCategoryPlugin/Sync/Support/SQLiteResultError.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77

88
import SQLite
9+
import SQLite3
910
import Amplify
1011

1112
/// Checks for specific SQLLite error codes

AmplifyPlugins/DataStore/AWSDataStoreCategoryPluginTests/Core/SQLiteStorageEngineAdapterTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
import XCTest
99
import SQLite
10+
import SQLite3
1011

1112
@testable import Amplify
1213
@testable import AWSPluginsCore

0 commit comments

Comments
 (0)