From: Hennadii (JIRA) <tr...@fi...> - 2014-04-03 07:27:21
|
NotSupportedException occurs when using ServerType embedded ----------------------------------------------------------- Key: DNET-550 URL: http://tracker.firebirdsql.org/browse/DNET-550 Project: .NET Data provider Issue Type: Bug Affects Versions: 4.1.0.0 Reporter: Hennadii Assignee: Jiri Cincura Exception throwed from Common.DbValue.GetBytes public byte[] GetBytes() { ... switch (this.Field.DbDataType) ... default: throw new NotSupportedException("Unknown data type"); with this.Field.DbDataType equal to DbDataType.Null -- 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 |