File tree 2 files changed +4
-4
lines changed
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 ]
2
2
========================================
3
3
For breaking changes, see [ Upgrading.md] ( Documentation/Upgrading.md ) .
4
4
Original file line number Diff line number Diff line change 50
50
- [ Schema Changer] ( #schemachanger )
51
51
- [ Renaming Columns] ( #renaming-columns )
52
52
- [ Dropping Columns] ( #dropping-columns )
53
- - [ Renaming/dropping tables ] ( #renamingdropping-tables )
53
+ - [ Renaming/dropping Tables ] ( #renamingdropping-tables )
54
54
- [ Indexes] ( #indexes )
55
55
- [ Creating Indexes] ( #creating-indexes )
56
56
- [ Dropping Indexes] ( #dropping-indexes )
@@ -173,7 +173,7 @@ See the [sqlite3 podspec][sqlite3pod] for more details.
173
173
# ### Using SQLite.swift with SQLCipher
174
174
175
175
If 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)) :
177
177
178
178
` ` ` ruby
179
179
target 'YourAppTargetName' do
@@ -2183,7 +2183,7 @@ try db.detach("external")
2183
2183
// DETACH DATABASE 'external'
2184
2184
```
2185
2185
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`:
2187
2187
2188
2188
```swift
2189
2189
try db.attach (.uri (" encrypted.sqlite" ), as : " encrypted" , key : " secret" )
You can’t perform that action at this time.
0 commit comments