Added TODO items
Rob Kinyon [Tue, 7 Apr 2009 21:33:56 +0000 (17:33 -0400)]
lib/SQL/Abstract/Manual/Specification.pod

index 5d74eb6..2a7836d 100644 (file)
@@ -550,6 +550,18 @@ Both the start_with and order_siblings clauses are optional.
 
 =item * UNION, UNION ALL, and MINUS
 
+=item * AS is NOT required
+
+=item * remove BindParameter as a subtype in Value
+
+=item * start the API/Visitor guidelines
+
+=item * JOIN is now its own type
+
+=item * add additional subtypes in Value
+
+=item * Add a is_bind flag to Value
+
 =back
 
 Convert INSERT and UPDATE into ->populate form.