FirebirdSql.Data.UnitTests tests fail on fbembed x64 configuration
------------------------------------------------------------------
                 Key: DNET-556
                 URL: http://tracker.firebirdsql.org/browse/DNET-556
             Project: .NET Data provider
          Issue Type: Bug
          Components: ADO.NET Provider
         Environment: Win8x64
            Reporter: Hennadii
            Assignee: Jiri Cincura
I had a couple of problems with unit-tests, when I changed configuration to used in our project: embedded x64 server.
I've fixed them in my environment, thought it will be interesting for you.
There are two main problem:
1. using ToInt32 on IntPtr in x64 causes Arithmetic overflow operation.
2. mixed datatypes in FbDataReader.
Url to commit on github:
https://github.com/zabulus/NETProvider/commit/da86038cc7b181e937a8fc5681a67bee30b2bb7a
-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
        
 |