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

Add SQL preprocessor #370

Open
wants to merge 41 commits into
base: master
Choose a base branch
from
Open

Add SQL preprocessor #370

wants to merge 41 commits into from

Conversation

NeoKaios
Copy link
Contributor

An up-to-date with master version of #307
Also contains various bugfixes found while launching Gixsql testsuite

@NeoKaios NeoKaios mentioned this pull request Oct 15, 2024
13 tasks
Copy link
Collaborator

@nberth nberth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall I think we are close to merging this PR; just minor details to address. (I won't review the contents of sql_preproc though… wouldn't want to have to edit that code 😅 ).

test/testsuite/sql/RUN_GIXSQL_TESTS.md Outdated Show resolved Hide resolved
src/lsp/superbol_free_lib/command_sql.ml Outdated Show resolved Hide resolved
src/lsp/superbol_free_lib/command_sql.ml Outdated Show resolved Hide resolved
src/lsp/superbol_free_lib/command_sql.ml Outdated Show resolved Hide resolved
src/lsp/sql_preproc/sql_typeck.ml Outdated Show resolved Hide resolved
src/lsp/sql_preproc/data_gestion.ml Outdated Show resolved Hide resolved
?(ind_addr = 0) map name =
StringMap.add name { length; vartype; scale; flags; ind_addr } map

let num = ref 0
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😿

src/lsp/sql_preproc/data_gestion.ml Outdated Show resolved Hide resolved
src/lsp/sql_ast/visitor.ml Outdated Show resolved Hide resolved
src/lsp/sql_ast/types.ml Outdated Show resolved Hide resolved
@nberth nberth mentioned this pull request Oct 24, 2024
Good luck!
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's a funny diff ;-)

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

Successfully merging this pull request may close these issues.

5 participants