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

FR: add SQLCHECK option to gixsql #185

Open
GitMensch opened this issue May 29, 2024 · 0 comments
Open

FR: add SQLCHECK option to gixsql #185

GitMensch opened this issue May 29, 2024 · 0 comments

Comments

@GitMensch
Copy link
Contributor

See Oracle Pro*COB docs "Syntactic and Semantic Checking" to prevent bad SQL (type mismatch) or non-existing tables/columns/typos to only happen at runtime.

Additional this may allow to provide an option to do parts of the currently dynamic parts happen already at compile time (setup of DB types/lengths/...) speeding up the actual access.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant