Skip to content

Modify FunSqlExpr (DML) to support qualified names (ms-sql server) #18

@kahlil29

Description

@kahlil29

Currently FunSqlExpr is defined in DBRecord.Internal.Sql.DML as
FunSqlExpr String [SqlExpr] where the first argument (name) is a String.

In ms-sql server, we can have function names like [dbo].[CheckFunc].
In order to support this, we need to change the format and allow a different structure that would let us store the qualifier as well as the function name.

Metadata

Metadata

Assignees

Labels

MS-SQL Server ReifyReification code for MS-SQL Server (2012 and up)

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions