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

SqlStatementExecutor is missing #3

Open
badgerwithagun opened this issue Jun 10, 2017 · 0 comments
Open

SqlStatementExecutor is missing #3

badgerwithagun opened this issue Jun 10, 2017 · 0 comments
Assignees

Comments

@badgerwithagun
Copy link
Member

The data access entry point (SqlStatementExecutor) allows SQL DML to be executed at runtime using the Morf DSL. This is currently missing from Morf because it lives elsewhere in the Alfa Systems codebase, in a module we aren't publishing.

Without it, using the DSL at runtime is ugly (you need to use the SqlDialect to convert the SQL DSL into a string, then run that directly using JDBC).

It needs to be disentangled and moved into Morf so that Morf can be used for data access at runtime.

@badgerwithagun badgerwithagun self-assigned this Jun 10, 2017
@badgerwithagun badgerwithagun added this to the 1.0.0 milestone Jun 10, 2017
jonknight73 added a commit that referenced this issue Mar 23, 2021
jdm43 added a commit that referenced this issue May 2, 2023
PR feedback #3
Adding debug logging
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant