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 getting table name when the table schema is an empty string #617

Merged

Conversation

X-Coder264
Copy link
Contributor

Subject

I am targeting this branch, because this is bug fix.

Some bundles set the table schema to a blank string instead of null which then results in this bundle blowing up due to running broken SQL queries like INSERT INTO .foo (instead of INSERT INTO foo).

Changelog

### Fixed
Fix getting table name when the table schema is an empty string

@VincentLanglet VincentLanglet merged commit a38edf4 into sonata-project:1.x Apr 17, 2024
19 of 21 checks passed
@X-Coder264 X-Coder264 deleted the fix-getting-table-name branch April 17, 2024 08:30
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.

None yet

2 participants