Skip to content

Commit e604a10

Browse files
committed
TODO
1 parent ac4f4c6 commit e604a10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

TODO.md

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
## Features
2323

24+
- [ ] Turn a hasMany to hasOne without first/last : hasMany(Book.self).filter(Column("isBest") /* assume a single book is flagged best */).asOne()
2425
- [ ] Extract one row from a hasMany association (the one with the maximum date, the one with a flag set, etc.) https://stackoverflow.com/questions/43188771/sqlite-join-query-most-recent-posts-by-each-user
2526
- [ ] Support for more kinds of joins: https://github.com/groue/GRDB.swift/issues/740
2627
- [ ] Delay SQL generation of SQLLiteral and SQLRequest: https://github.com/groue/GRDB.swift/issues/697

0 commit comments

Comments
 (0)