TODO in mao-0.0.6 vs TODO in mao-0.0.7
- old
+ new
@@ -1,5 +1,10 @@
+Test that PG::Connection#escape_literal-less Mao.escape_literal works with
+binary data.
Specify error handling at all levels.
-Joins/eager loads. What syntax? How do we prevent unexpected blowouts?
- - no auto subqueries, etc. Thinner wrapper over SQL than AR.
+Reconnection.
-Do JOINs without all the "c1" "c2" "c3" business; assume (= check we can assume) that the primary table's columns come first, and secondary table's after; then just pick off the first n cols of a result tuple (where n is number of cols in primary table) and assign them to the primary table, and the remaining m (where m is no. of cols in secondary) to secondary.
+Do JOINs without all the "c1" "c2" "c3" business; assume (= check we can
+assume) that the primary table's columns come first, and secondary table's
+after; then just pick off the first n cols of a result tuple (where n is number
+of cols in primary table) and assign them to the primary table, and the
+remaining m (where m is no. of cols in secondary) to secondary.