User functions in SSDL not implemented

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
danik
Posts: 3
Joined: Thu 17 Jul 2008 15:30

User functions in SSDL not implemented

Post by danik » Mon 28 Jul 2008 12:07

Hi,
if I create my own user function in ssdl (select) and write select statement directly into ssdl definition, I get NotImplemented exception:

Code: Select all

CommandTree type  System.Data.Common.CommandTrees.DbFunctionCommandTree is not supported.

Code: Select all

   at CoreLab.Oracle.Entity.a.a(DbCommandTree A_0, DbConnection A_1, DbProviderManifest A_2)
   at CoreLab.Oracle.Entity.OracleEntityProviderServices.a(DbProviderManifest A_0, DbCommandTree A_1)
   at CoreLab.Oracle.Entity.OracleEntityProviderServices.b(DbProviderManifest A_0, DbCommandTree A_1)
   at System.Data.Common.DbProviderServices.CreateCommandDefinition(DbCommandTree commandTree)
SSDL:

Code: Select all

        
          
            SELECT t.id
            from
            test t
          
           
Is there any change to make it workable?

Thanx,
Danik

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Tue 29 Jul 2008 06:02

We have implemented the support of user-defined functions in SSDL.
This feature will be available in the upcoming build.
The build is planned in several days.

Post Reply