Update of /cvsroot/monetdb/sql/src/backends/monet5
In directory 
23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv30898/sql/src/backends/monet5

Modified Files:
        sql_scenario.mx 
Log Message:

make sure we use the proper types:

"bit" (instead of "int" --- to save space and ensure consistency, sanity, 
semantics, integrity)
"chr" (instead of "char" --- to ensure consistent signedness across compilers & 
platforms)
"dbl" (instead of "double" --- for consistency)
"flt" (instead of "float" --- for consistency)

(Please recall that some (minor) investements in the design can (and do!) save 
lots of maintenance costs...)


U sql_scenario.mx
Index: sql_scenario.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/sql_scenario.mx,v
retrieving revision 1.325
retrieving revision 1.326
diff -u -d -r1.325 -r1.326
--- sql_scenario.mx     4 Nov 2008 11:38:16 -0000       1.325
+++ sql_scenario.mx     4 Nov 2008 12:00:13 -0000       1.326
@@ -841,7 +841,7 @@
 }
 
 void
-SQLsetTrace(Client c, int onoff)
+SQLsetTrace(Client c, bit onoff)
 {
        InstrPtr q;
 


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to