Update of /cvsroot/monetdb/sql/src/server
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv1987/src/server
Modified Files:
Tag: Nov2009
sql_mvc.mx
Log Message:
propagated changes of Thursday Oct 08 2009
from the Aug2009 branch to the Nov2009 branch
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/10/08 - nielsnes: src/server/sql_mvc.mx,1.223.2.4
fixed bug in mvc last entry and
in sql_gencode create buffer for each argument
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Index: sql_mvc.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/server/sql_mvc.mx,v
retrieving revision 1.226
retrieving revision 1.226.2.1
diff -u -d -r1.226 -r1.226.2.1
--- sql_mvc.mx 22 Sep 2009 11:02:58 -0000 1.226
+++ sql_mvc.mx 8 Oct 2009 13:26:20 -0000 1.226.2.1
@@ -858,7 +858,8 @@
if (mvc_debug)
fprintf(stderr, "mvc_bind_column %s.%s\n", t->base.name, cname);
- m->last = c;
+ if (!isTempSchema(c->t->s) && !isDeclaredSchema(c->t->s))
+ m->last = c;
return c;
}
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins