Update of /cvsroot/monetdb/sql/src/server
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4186/src/server

Modified Files:
        sql_semantic.mx 
Log Message:
propagated changes of Sunday Jul 13 2008 - Monday Jul 14 2008
from the SQL_2-24 branch to the development trunk

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2008/07/13 - nielsnes: src/server/sql_semantic.mx,1.181.2.2
fix bug in handling references (old/new values) in triggers
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Index: sql_semantic.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/server/sql_semantic.mx,v
retrieving revision 1.182
retrieving revision 1.183
diff -u -d -r1.182 -r1.183
--- sql_semantic.mx     5 Jun 2008 09:23:25 -0000       1.182
+++ sql_semantic.mx     14 Jul 2008 07:57:46 -0000      1.183
@@ -1130,7 +1130,7 @@
        case SQL_CONNECT:
        case SQL_DISCONNECT:
        {
-               res = schemas(sql, s);
+               res = schemas(sql, scp, s);
                break;
        }
        case SQL_CREATE_SEQ:


-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to