Wrong definition of firebird procedures.
----------------------------------------
Key: DNET-728
URL: http://tracker.firebirdsql.org/browse/DNET-728
Project: .NET Data provider
Issue Type: Bug
Components: ADO.NET Provider
Affects Versions: 5.7.0.0, 5.6.0.0
Environment: Firebird 2.5.2, Firebird Entity Framework Provider and
Firebird ADO.NET Data Povider: from version 5.6.0, Entity Framework - version
6.1.3
Reporter: Sergey
Assignee: Jiri Cincura
Hey there, I found bugs here: StoreSchemaDefinitionVersion3.ssdl while testing
FirebirdClient with my database.
Some procedures have no returning parameters, but body have "SUSPEND". In that
case rdb$procedure_type will be 1 but rdb$procedure_outputs will be NULL. In
model will be added as function.
Some procedures can have rdb$procedure_type = 2, but rdb$procedure_outputs can
be more than 0. That function cannot be selectable, but can be executed. In
model will be added as procedure. That ok.
There is also some more problems: too much time need to add
procedures/functions in model, even I ask one procedure or I don't add
procedures at all. I have tested requests for tables and functions/procedures
with raw: executing in 1 and 6 minuts respectively.
Also, requests not return MaxLength for procedure/function parameters. In that
case SqlGenerator wrongly casts all varchars with fixed length as VARCHAR(8191)
( http://tracker.firebirdsql.org/browse/DNET-723 )
--
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
------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/intel
_______________________________________________
Firebird-net-provider mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider