[Mono-dev] System.Data.DbType adds DateTime2 and DateTimeOffset in 3.5 and OracleException derives from System.Data.Common.DbException in 2.0
Jay R. Wren
jrwren at xmtp.net
Thu Feb 12 20:40:37 EST 2009
Ok, but I am not a committer. Can someone commit this for me?
--
Jay
From: Nagappan A
Sent: Thursday, February 12, 2009 2:51 PM
To: Jay R. Wren
Cc: mono-devel-list at lists.ximian.com
Subject: Re: [Mono-dev] System.Data.DbType adds DateTime2 and DateTimeOffset in 3.5 and OracleException derives from System.Data.Common.DbException in 2.0
Hello Wren,
I think
+#if NET_2_0
+ : System.Data.Common.DbException
+#elif NET_1_1
+ : SystemException
+#elif NET_1_0
+ : SystemException
+#endif
the above can be
+#if NET_2_0
+ : System.Data.Common.DbException
+#else
+ : SystemException
+#endif
The patch is ok to commit.
Thanks
Nagappan
2009/2/12 Jay R. Wren <jrwren at xmtp.net>
System.Data.DbType adds DateTime2 and DateTimeOffset in 3.5 and OracleException derives from System.Data.Common.DbException in 2.0
This is required to build NHibernate using mono gmcs.
This patch is built from Revision: 126355
--
Jay R. Wren
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list at lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list
--
Linux Desktop (GUI Application) Testing Project - http://ldtp.freedesktop.org
http://nagappanal.blogspot.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20090212/6d1878ce/attachment.html
More information about the Mono-devel-list
mailing list