Skip to content

Commit efe8b55

Browse files
committed
add todo
1 parent 9dfeca2 commit efe8b55

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Diff for: todo.org

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
* pending tasks
2+
** TODO Make it compatible with current hackage
3+
transformers-0.4, mtl-0.2.2 ...
4+
** TODO Move entity functions to its own module
5+
** TODO Move entity derivation to 'TH.Entity`
6+
** TODO Move quasiquote to module `QQ`
7+
** TODO Remove ToSqlBuilder instances from Text and ByteString
8+
** TODO Move `InetText` to pgs by patch and remove it from pgq
9+
** TODO Conditional generation quasiquote sytax?
10+
?{WHERE *{cond}} ?{ORDER BY *{orderCond}}
11+
to simplify query generation
12+
** TODO Add type for simple condition generation like AND/OR
13+
Type should be instance of `ToSqlBuilder`
14+
** TODO Make query string building right
15+
Now query string is not generated correctly

0 commit comments

Comments
 (0)