You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Documentation/Planning.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,8 @@ The goal is to add some visibility and guidance for future additions and Pull Re
7
7
8
8
_Lists agreed upon next steps in approximate priority order._
9
9
10
-
* publish to the CocoaPods directory at https://cocoapods.org/, per #257
11
-
* add SQLCipher back into the product as a separate repo, per #311
10
+
*~~publish to the CocoaPods directory at https://cocoapods.org/, per [#257](https://github.com/stephencelis/SQLite.swift/issues/257)~~_jan 7, 2016_)
11
+
* add SQLCipher back into the product as a separate repo, per [#311](https://github.com/stephencelis/SQLite.swift/issues/311), _in progress jan 6, 2016_
12
12
13
13
14
14
## Feature Requests
@@ -17,17 +17,18 @@ _A gathering point for ideas for new features. In general, the corresponding iss
17
17
18
18
### Packaging
19
19
20
-
* add TV OS support, per #272 - currently pending SQLiteCipher merge and/or adding ability for user to pick their preferred [SQLCipher](https://github.com/sqlcipher/sqlcipher) branch
21
-
* linux support via Swift Package Manager, per #315
20
+
* add TV OS support, per [#272](https://github.com/stephencelis/SQLite.swift/issues/272) - currently pending SQLiteCipher merge and/or adding ability for user to pick their preferred [SQLCipher](https://github.com/sqlcipher/sqlcipher) branch
21
+
* linux support via Swift Package Manager, per [#315](https://github.com/stephencelis/SQLite.swift/issues/315)
22
22
23
23
### Features
24
24
25
-
* provide separate threads for update vs read, so updates don't block reads, per #236
26
-
* expose more FTS4 options, e.g. virtual table support per #164
27
-
* expose triggers, per #164
25
+
* encapsulate ATTACH DATABASE / DETACH DATABASE as methods, per [#30](https://github.com/stephencelis/SQLite.swift/issues/30)
26
+
* provide separate threads for update vs read, so updates don't block reads, per [#236](https://github.com/stephencelis/SQLite.swift/issues/236)
27
+
* expose more FTS4 options, e.g. virtual table support per [#164](https://github.com/stephencelis/SQLite.swift/issues/164)
28
+
* expose triggers, per [#164](https://github.com/stephencelis/SQLite.swift/issues/164)
28
29
29
30
## Suspended Feature Requests
30
31
31
32
_Features that are not actively being considered, perhaps because of no clean type-safe way to implement them with the current Swift, or bugs, or just general uncertainty._
32
33
33
-
* provide a mechanism for INSERT INTO multiple values, per #168
34
+
* provide a mechanism for INSERT INTO multiple values, per [#168](https://github.com/stephencelis/SQLite.swift/issues/168)
0 commit comments