[Rt-commit] r3836 - Jifty-DBI/trunk

jesse at bestpractical.com jesse at bestpractical.com
Sun Sep 11 18:00:31 EDT 2005


Author: jesse
Date: Sun Sep 11 18:00:31 2005
New Revision: 3836

Modified:
   Jifty-DBI/trunk/   (props changed)
   Jifty-DBI/trunk/ROADMAP
Log:
 r12954 at hualien:  jesse | 2005-08-11 16:12:19 -0400
 * Record new style about how we refer to columns. We are not yet conformant


Modified: Jifty-DBI/trunk/ROADMAP
==============================================================================
--- Jifty-DBI/trunk/ROADMAP	(original)
+++ Jifty-DBI/trunk/ROADMAP	Sun Sep 11 18:00:31 2005
@@ -1,3 +1,4 @@
+
 Things should/could be done in 1.x releases:
     * cover as much as possible code with tests
     * IsLast is not consistent(see t/01records.t)
@@ -57,3 +58,16 @@
         ** Prev walks backward and works like Next, but if Current is undef
            it starts from Last record.
 
+
+Parameter naming:
+
+
+    Inside the object relational mapper (Jifty::DBI),
+    when refering to a column, the parameter is called:
+    
+    'column'.
+
+    It is NOT called:
+
+    'field', 'key', 'col', etc .
+


More information about the Rt-commit mailing list