Skip to content

Commit d1cba5e

Browse files
committed
TODO
1 parent bf824bf commit d1cba5e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

TODO.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@
2323
- [ ] Property wrapper that decodes dictionaries (but how to tell the key column?)
2424
- [X] See if SQLITE_FCNTL_DATA_VERSION could help working around the lack of snapshots in order to avoid double initial fetch of ValueObservation. Result: no, it does not look it returns values that are comparable between two distinct SQLite connections (from the initial reader, and from the writer thhat starts the observation)
2525
- [ ] Grab all FTS tokens in a string
26+
- [ ] GRDB 6: Swift 5.7
27+
- [ ] GRDB 6: any / some
28+
- [ ] GRDB 6: primary associated types (cursor, requests, ...)
29+
- [ ] GRDB 6: remove existential/generic duplicated methods
30+
- [ ] GRDB 6: remove useless AnyXXX Type erasers
2631
- [ ] GRDB 6: decoding errors
2732
- [ ] GRDB 6: conflict resolution in persistence methods
2833
- [ ] GRDB 6: UPSERT

0 commit comments

Comments
 (0)