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
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 likeINSERT INTO .foo
(instead ofINSERT INTO foo
).Changelog