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

Common Table Expressions #1124

Merged
merged 208 commits into from
Apr 4, 2024
Merged

Common Table Expressions #1124

merged 208 commits into from
Apr 4, 2024

Conversation

trueqbit
Copy link
Collaborator

@trueqbit trueqbit commented Jan 22, 2023

This change mitigates the problem that `label_type` might be a present outside of sqlite_orm's type system
This changeset makes `asterisk<Object>` for work CTEs
dev/alias.h Outdated Show resolved Hide resolved
dev/column_pointer.h Show resolved Hide resolved
dev/column_pointer.h Show resolved Hide resolved
dev/column_pointer.h Show resolved Hide resolved
dev/cte_types.h Show resolved Hide resolved
examples/common_table_expressions.cpp Outdated Show resolved Hide resolved
tests/ast_iterator_tests.cpp Outdated Show resolved Hide resolved
tests/statement_serializer_tests/select_constraints.cpp Outdated Show resolved Hide resolved
tests/tests3.cpp Show resolved Hide resolved
@fnc12 fnc12 self-requested a review April 4, 2024 14:53
@fnc12
Copy link
Owner

fnc12 commented Apr 4, 2024

code LGBT

@trueqbit trueqbit merged commit 4ba4cea into fnc12:dev Apr 4, 2024
2 checks passed
@trueqbit
Copy link
Collaborator Author

trueqbit commented Apr 4, 2024

Common Table Expressions are here! It's been a long journey that spawned many other improvements and fixes.

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

Successfully merging this pull request may close these issues.

Select in other select is sqlite_orm now supported with recursive The WITH clause
2 participants