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

fix: missing prefix on table alias #889

Merged
merged 2 commits into from
Sep 7, 2024

Conversation

ErDiabIo
Copy link
Contributor

@ErDiabIo ErDiabIo commented Sep 6, 2024

Hi.

Updated the OracleGrammar to correctly prefix both segments of table names when wrapping them.

This pr resolve #886 and i think resolve #875 too

Luca Zangheri added 2 commits September 6, 2024 11:35
Updated the OracleGrammar to correctly prefix both segments of table names when wrapping them. This ensures that any table name with multiple segments is correctly processed for Oracle queries.
Updated the tests to correctly reflect alias prefixing for table names with setTablePrefix. This ensures that aliases are consistently prefixed in the generated SQL statements.
@yajra yajra changed the title Fix missing prefix on segment fix: missing prefix on table alias Sep 7, 2024
@yajra yajra merged commit 99548de into yajra:master Sep 7, 2024
2 checks passed
@yajra
Copy link
Owner

yajra commented Sep 7, 2024

Released on https://github.com/yajra/laravel-oci8/releases/tag/v11.6.1 🚀 Thanks!

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