Update of /cvsroot/monetdb/sql/src/backends/monet5
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv23208

Modified Files:
        sql.mx 
Log Message:
Use the proper ordering to ensure correct resolution.


Index: sql.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/sql.mx,v
retrieving revision 1.214
retrieving revision 1.215
diff -u -d -r1.214 -r1.215
--- sql.mx      26 Feb 2007 09:59:57 -0000      1.214
+++ sql.mx      11 Mar 2007 16:48:02 -0000      1.215
@@ -143,22 +143,22 @@
 address mvc_result_table_wrap
 comment "Prepare a table result set"; 
 
-command resultSet( nr_cols:int, qtype:int, order:bat[:oid,:any_1] ) :int 
-address mvc_result_table_wrap
-comment "Prepare a table result set"; 
-
 command resultSet( nr_cols:int, qtype:int, order:any_1 ) :int 
 address mvc_result_row_wrap
 comment "Prepare a row result set"; 
 
-command rsColumn(rs:int, tname:str, name:str, typename:str, digits:int, 
scale:int, col:bat[:oid,:any_1] ) :void
-address mvc_result_column_wrap
-comment "Add the colunm to the table query result";
+command resultSet( nr_cols:int, qtype:int, order:bat[:oid,:any_1] ) :int 
+address mvc_result_table_wrap
+comment "Prepare a table result set"; 
 
 pattern rsColumn(rs:int, tname:str, name:str, typename:str, digits:int, 
scale:int, val:any_1 ) :void
 address mvc_result_value_wrap
 comment "Add the value to the row query result";
 
+command rsColumn(rs:int, tname:str, name:str, typename:str, digits:int, 
scale:int, col:bat[:oid,:any_1] ) :void
+address mvc_result_column_wrap
+comment "Add the colunm to the table query result";
+
 command rsColumn(rs:int, tname:str, name:str, typename:str, digits:int, 
scale:int, val:sht ) :void
 address mvc_result_value_sht;
 command rsColumn(rs:int, tname:str, name:str, typename:str, digits:int, 
scale:int, val:lng ) :void


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to