Skip to content

Commit d6c3d18

Browse files
committed
Merge pull request stephencelis#322 from stephencelis/mikemee-docs-2
Move issue stephencelis#30 to feature request list, add links
2 parents 9c88fae + 434b882 commit d6c3d18

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

Documentation/Planning.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ The goal is to add some visibility and guidance for future additions and Pull Re
77

88
_Lists agreed upon next steps in approximate priority order._
99

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_
1212

1313

1414
## Feature Requests
@@ -17,17 +17,18 @@ _A gathering point for ideas for new features. In general, the corresponding iss
1717

1818
### Packaging
1919

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)
2222

2323
### Features
2424

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)
2829

2930
## Suspended Feature Requests
3031

3132
_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._
3233

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

Comments
 (0)