[Mono-dev] System.Data.DbType adds DateTime2 and DateTimeOffset in 3.5 and OracleException derives from System.Data.Common.DbException in 2.0
Nagappan A
nagappan at gmail.com
Thu Feb 12 14:51:33 EST 2009
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/e6311697/attachment.html
More information about the Mono-devel-list
mailing list