[Mono-bugs] [Bug 59603][Blo] Changed - out of memory error with npgsql and mono
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 10 Jun 2004 14:39:53 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by fxjrlists@yahoo.com.br.
http://bugzilla.ximian.com/show_bug.cgi?id=59603
--- shadow/59603 2004-06-10 14:37:40.000000000 -0400
+++ shadow/59603.tmp.19373 2004-06-10 14:39:53.000000000 -0400
@@ -178,6 +178,15 @@
int i = -1;
int[] j = new int[i]; //mcs complains if putting -1 directly
Console.WriteLine("hi"); // this throws the out of memory exception.
+
+------- Additional Comments From fxjrlists@yahoo.com.br 2004-06-10 14:39 -------
+
+The lines to be added should be before the following line:
+
+Npgsql.NpgsqlDataAdapter DaAd = new Npgsql.NpgsqlDataAdapter(cmd);
+
+I think I didn't make myself clear enough about that :)
+