File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- 0.14.0 (tbd ), [ diff] [ diff-0.14.0 ]
1+ 0.14.0 (27-10-2022 ), [ diff] [ diff-0.14.0 ]
22========================================
33For breaking changes, see [ Upgrading.md] ( Documentation/Upgrading.md ) .
44
Original file line number Diff line number Diff line change 5050 - [ Schema Changer] ( #schemachanger )
5151 - [ Renaming Columns] ( #renaming-columns )
5252 - [ Dropping Columns] ( #dropping-columns )
53- - [ Renaming/dropping tables ] ( #renamingdropping-tables )
53+ - [ Renaming/dropping Tables ] ( #renamingdropping-tables )
5454 - [ Indexes] ( #indexes )
5555 - [ Creating Indexes] ( #creating-indexes )
5656 - [ Dropping Indexes] ( #dropping-indexes )
@@ -173,7 +173,7 @@ See the [sqlite3 podspec][sqlite3pod] for more details.
173173# ### Using SQLite.swift with SQLCipher
174174
175175If you want to use [SQLCipher ][] with SQLite .swift you can require the
176- ` SQLCipher` subspec in your Podfile:
176+ ` SQLCipher` subspec in your Podfile ( SPM is not supported yet, see [ # 1084](/issues/1084)) :
177177
178178` ` ` ruby
179179target 'YourAppTargetName' do
@@ -2183,7 +2183,7 @@ try db.detach("external")
21832183// DETACH DATABASE 'external'
21842184```
21852185
2186- When compiled for SQLCipher, you can additionally pass a `key` parameter to `attach`:
2186+ When compiled for SQLCipher, we can additionally pass a `key` parameter to `attach`:
21872187
21882188```swift
21892189try db.attach (.uri (" encrypted.sqlite" ), as : " encrypted" , key : " secret" )
You can’t perform that action at this time.
0 commit comments