Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kahlil29 opened this issue May 8, 2019 · 0 comments
Open
Assignees
Labels
MS-SQL Server Reify Reification code for MS-SQL Server (2012 and up)

Comments

@kahlil29
Copy link
Contributor

kahlil29 commented May 8, 2019

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.

@kahlil29 kahlil29 added the MS-SQL Server Reify Reification code for MS-SQL Server (2012 and up) label May 8, 2019
@kahlil29 kahlil29 self-assigned this May 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
MS-SQL Server Reify Reification code for MS-SQL Server (2012 and up)
Projects
None yet
Development

No branches or pull requests

1 participant