Boolean support
---------------
Key: DNET-515
URL: http://tracker.firebirdsql.org/browse/DNET-515
Project: .NET Data provider
Issue Type: Task
Components: ADO.NET Provider
Affects Versions: 3.1.0.0
Environment: Win7 x64 - VS 2012 - .NET Provider 3.1.0.0 - Firebird 3.0.0 alpha 1
Reporter: Rand Random
Assignee: Jiri Cincura
Hi.
Was trying to test the new boolean support, but couldnt create a new .EDMX file, everything seems to work with Firebird 3.0.0 but not the new boolean type.
Getting the following exception:
Unable to generate the model because of the following exception: 'The value for column 'DataType' in table 'TableDetails' is DBNull.
Unable to cast object of type 'System.DBNull' to type 'System.String'.
'.
Loading metadata from the database took 00:00:00.4088832.
Generating the model took 00:00:00.2426821.
Unable to generate the model because of the following exception: 'The value for column 'DataType' in table 'TableDetails' is DBNull.
Unable to cast object of type 'System.DBNull' to type 'System.String'.
'.
Loading metadata from the database took 00:00:00.3077974.
Generating the model took 00:00:00.1603336.
Added the connection string to the App.Config file.
Writing the .edmx file took 00:00:00.0013773.
Not sure if its a bug or just forgotten or not planned, though I kinda hoped since .NET Provider got update only few days before the Alpha 1 release that it has full support.
--
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
|