Update of /cvsroot/monetdb/sql/src/Tests
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv29119/src/Tests

Modified Files:
      Tag: SQL_2-16
        sigs.stable.out 
Log Message:

fixes for the following bugs 

        1) set role while user isn't granted that role succeeded incorrectly
        2) role grants were incorrectly stored (cut/paste problem)
        3) automatic sequence numbers (AUTO_INCREMENT and SERIAL) were 
           allways created in the 'sys' schema.
        4) the schema part of sequence numbers statements was never used
        5) the NEXT VALUE, get_value, restart should use the schema part of
           the sequence number



Index: sigs.stable.out
===================================================================
RCS file: /cvsroot/monetdb/sql/src/Tests/sigs.stable.out,v
retrieving revision 1.66.2.1
retrieving revision 1.66.2.2
diff -u -d -r1.66.2.1 -r1.66.2.2
--- sigs.stable.out     13 Feb 2007 12:18:05 -0000      1.66.2.1
+++ sigs.stable.out     16 Mar 2007 14:54:35 -0000      1.66.2.2
@@ -113,11 +113,11 @@
 [ "mvc_destroy(mvc, int) : void"                                         ]
 [ "mvc_export_result(mvc, Stream, int, str) : void"                            
          ]
 [ "mvc_export_value(mvc, Stream, int, str, str, str, int, int, int, any, str) 
: void"    ]
-[ "mvc_get_value(mvc, str) : lng"                                              
          ]
+[ "mvc_get_value(mvc, str, str) : lng"                                         
          ]
 [ "mvc_import_table(mvc, Bstream, str, str, str, int) : BAT[str,BAT]"    ]
 [ "mvc_new() : mvc "                                                     ]
-[ "mvc_next_value(mvc, str) : lng"                                       ]
-[ "mvc_restart_seq(mvc, str, lng) : lng"                                       
          ]
+[ "mvc_next_value(mvc, str, str) : lng"                                        
                  ]
+[ "mvc_restart_seq(mvc, str, str, lng) : lng"                                  
          ]
 [ "mvc_result_column(mvc, str, str, str, int, int, BAT[oid,any]) : void"  ]
 [ "mvc_result_column(mvc, str, str, str, int, int, any) : void"                
  ]
 [ "mvc_result_table(mvc, int, int, BAT[oid,any]) : int"                        
  ]


-------------------------------------------------------------------------
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