Re: [Monetdb-developers] [Monetdb-pf-checkins] pathfinder/compiler/sql lalg2sql.brg, , 1.119, 1.120
Sorry, I omitted the Log message here. Bugfix: missing "break" added, after the action code to translate attribtues. Manuel Mayr wrote:
Update of /cvsroot/monetdb/pathfinder/compiler/sql In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv32182/compiler/sql
Modified Files: lalg2sql.brg Log Message:
Index: lalg2sql.brg =================================================================== RCS file: /cvsroot/monetdb/pathfinder/compiler/sql/lalg2sql.brg,v retrieving revision 1.119 retrieving revision 1.120 diff -u -d -r1.119 -r1.120 --- lalg2sql.brg 20 Feb 2008 12:26:56 -0000 1.119 +++ lalg2sql.brg 20 Feb 2008 13:08:35 -0000 1.120 @@ -4366,7 +4366,7 @@ col_env_lookup (COLMAP(L(p)), item2, type_of (L(p), item2)), col_env_lookup (COLMAP(L(p)), item1, aat_qname_loc), col_env_lookup (COLMAP(L(p)), item1, aat_qname_uri)); - } + } break; /* Twig: processi (Rel) */ case 87: {
------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Monetdb-pf-checkins mailing list Monetdb-pf-checkins@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins
-- | Manuel Mayr, Dipl.-Inf. | | | | EMail: manuel.mayr@in.tum.de | | Web: http://www3.in.tum.de/cms/members/mayrm | | Phone: +49 89 289-17259 | | Fax: +49 89 289-17263 | | | | Database Systems - Technische Universität München (Germany) |
participants (1)
-
Manuel Mayr