Nis Haller Baggesen wrote:
Quote:
Thanks for the very quick update. However we had some problems compiling
v2.1.0beta1 using gcc 4.0.2 on fedora core 4. |
Sorry. Here's a patch for the problem:
Index: lib/querydef.pl
================================================== =================
--- lib/querydef.pl (revision 1266)
+++ lib/querydef.pl (working copy)
@@ -92,7 +92,7 @@
print OUT ', const SQLString& arg', $j;
}
print OUT ") \\\n";
- print OUT "\t\t{ FUNC(con, SQLQueryParms()";
+ print OUT "\t\t{ FUNC(container, SQLQueryParms()";
for (my $j = 0; $j < $i + 1; ++$j) {
print OUT ' << arg', $j;
}
--
MySQL++ Mailing List
For list archives: http://lists.mysql.com/plusplus
To unsubscribe: http://lists.mysql.com/plusplus?unsu...ie.nctu.edu.tw